/[auctex]/auctex/tex-style.el
ViewVC logotype

Diff of /auctex/tex-style.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.4 by angeli, Sat Apr 2 07:30:48 2005 UTC revision 5.5 by rsteib, Tue Apr 12 14:05:27 2005 UTC
# Line 105  It can be a list of themes or a function Line 105  It can be a list of themes or a function
105               :tag "Other"               :tag "Other"
106               (string)))))               (string)))))
107    
108    (defcustom LaTeX-beamer-inner-themes 'local
109      "Presentation inner themes for the LaTeX beamer package.
110    It can be a list of themes or a function.  If it is the symbol
111    `local', search only once per buffer."
112      :group 'LaTeX-style
113      :type '(choice
114        (const :tag "TeX search" LaTeX-beamer-search-inner-themes)
115        (const :tag "Search once per buffer" local)
116        (function :tag "Other function")
117        (list
118         :value ("circles" "default" "inmargin" "rectangles" "rounded")
119         (set :inline t
120              (const "circles")
121              (const "default")
122              (const "inmargin")
123              (const "rectangles")
124              (const "rounded"))
125         (repeat :inline t
126                 :tag "Other"
127                 (string)))))
128    
129    (defcustom LaTeX-beamer-outer-themes 'local
130      "Presentation outer themes for the LaTeX beamer package.
131    It can be a list of themes or a function.  If it is the symbol
132    `local', search only once per buffer."
133      :group 'LaTeX-style
134      :type
135      '(choice
136        (const :tag "TeX search" LaTeX-beamer-search-outer-themes)
137        (const :tag "Search once per buffer" local)
138        (function :tag "Other function")
139        (list
140         :value
141         ("default" "infolines" "miniframes" "shadow" "sidebar" "smoothbars"
142          "smoothtree" "split" "tree")
143         (set :inline t
144              (const "default")
145              (const "infolines")
146              (const "miniframes")
147              (const "shadow")
148              (const "sidebar")
149              (const "smoothbars")
150              (const "smoothtree")
151              (const "split")
152              (const "tree"))
153         (repeat :inline t
154                 :tag "Other"
155                 (string)))))
156    
157    (defcustom LaTeX-beamer-color-themes 'local
158      "Presentation color themes for the LaTeX beamer package.
159    It can be a list of themes or a function.  If it is the symbol
160    `local', search only once per buffer."
161      :group 'LaTeX-style
162      :type
163      '(choice
164        (const :tag "TeX search" LaTeX-beamer-search-color-themes)
165        (const :tag "Search once per buffer" local)
166        (function :tag "Other function")
167        (list
168         :value
169         ("albatross" "beetle" "crane" "default" "dolphin" "dove" "fly" "lily"
170          "orchid" "rose" "seagull" "seahorse" "sidebartab" "structure" "whale")
171         (set :inline t
172              (const "albatross")
173              (const "beetle")
174              (const "crane")
175              (const "default")
176              (const "dolphin")
177              (const "dove")
178              (const "fly")
179              (const "lily")
180              (const "orchid")
181              (const "rose")
182              (const "seagull")
183              (const "seahorse")
184              (const "sidebartab")
185              (const "structure")
186              (const "whale"))
187         (repeat :inline t
188                 :tag "Other"
189                 (string)))))
190    
191    (defcustom LaTeX-beamer-font-themes 'local
192      "Presentation font themes for the LaTeX beamer package.
193    It can be a list of themes or a function.  If it is the symbol
194    `local', search only once per buffer."
195      :group 'LaTeX-style
196      :type
197      '(choice
198        (const :tag "TeX search" LaTeX-beamer-search-font-themes)
199        (const :tag "Search once per buffer" local)
200        (function :tag "Other function")
201        (list
202         :value
203         ("default" "professionalfonts" "serif" "structurebold"
204          "structureitalicserif" "structuresmallcapsserif")
205         (set :inline t
206              (const "default")
207              (const "professionalfonts")
208              (const "serif")
209              (const "structurebold")
210              (const "structureitalicserif")
211              (const "structuresmallcapsserif"))
212         (repeat :inline t
213                 :tag "Other"
214                 (string)))))
215    
216  ;; style/csquotes.el  ;; style/csquotes.el
217    
218  (defcustom LaTeX-csquotes-quote-after-quote nil  (defcustom LaTeX-csquotes-quote-after-quote nil

Legend:
Removed from v.5.4  
changed lines
  Added in v.5.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26