|
74 | 74 | command line when building via the `pretext` CLI.</a:documentation> |
75 | 75 | </attribute> |
76 | 76 | <choice> |
77 | | - <a:documentation>the required format can be `html`, `pdf`, `latex`, `epub`, `kindle`, `braille`, `revealjs`, `webwork`, or `custom`.</a:documentation> |
| 77 | + <a:documentation>the required format can be `html`, `pdf`, `latex`, `epub`, `kindle`, `braille`, `revealjs`, `beamer`, `webwork`, or `custom`.</a:documentation> |
78 | 78 | <ref name="HtmlAttributes"/> |
79 | 79 | <ref name="PdfAttributes"/> |
80 | 80 | <ref name="LatexAttributes"/> |
81 | 81 | <ref name="EpubAttributes"/> |
82 | 82 | <ref name="BrailleAttributes"/> |
83 | 83 | <ref name="RevealjsAttributes"/> |
| 84 | + <ref name="BeamerAttributes"/> |
84 | 85 | <ref name="WebworkAttributes"/> |
85 | 86 | <ref name="CustomAttributes"/> |
86 | 87 | </choice> |
@@ -158,6 +159,16 @@ These parameters are rarely used by content authors.</a:documentation> |
158 | 159 | <attribute name="format"> |
159 | 160 | <value>pdf</value> |
160 | 161 | </attribute> |
| 162 | + <optional> |
| 163 | + <attribute name="pdf-method"> |
| 164 | + <choice> |
| 165 | + <value>xelatex</value> |
| 166 | + <value>pdflatex</value> |
| 167 | + <value>latex</value> |
| 168 | + <value>pdf-fo</value> |
| 169 | + </choice> |
| 170 | + </attribute> |
| 171 | + </optional> |
161 | 172 | <optional> |
162 | 173 | <attribute name="latex-engine"> |
163 | 174 | <choice> |
@@ -211,6 +222,14 @@ These parameters are rarely used by content authors.</a:documentation> |
211 | 222 | <attribute name="output-filename"/> |
212 | 223 | </optional> |
213 | 224 | </define> |
| 225 | + <define name="BeamerAttributes"> |
| 226 | + <attribute name="format"> |
| 227 | + <value>beamer</value> |
| 228 | + </attribute> |
| 229 | + <optional> |
| 230 | + <attribute name="output-filename"/> |
| 231 | + </optional> |
| 232 | + </define> |
214 | 233 | <define name="WebworkAttributes"> |
215 | 234 | <attribute name="format"> |
216 | 235 | <value>webwork</value> |
|
0 commit comments