Commit graph

285 commits

Author SHA1 Message Date
John MacFarlane
0bb5f9ba20 opendocument: Replaced fontface variable with actual declaration. 2013-09-24 18:40:52 -07:00
John MacFarlane
2720ba3abd Merge pull request #41 from wilx/master
default.opendocument: Add $font-face-decls$ field.
2013-09-24 18:27:15 -07:00
Václav Zeman
605a8d351e default.opendocument: Add $font-face-decls$ field. 2013-09-25 01:13:38 +02:00
John MacFarlane
1ccb16bb33 Merge pull request #38 from ErikEvenson/pr/html5-meta-scale
Adds meta tag to allow scaling by the user.
2013-09-07 22:57:21 -07:00
Erik Evenson
7522c43bf7 Adds meta tag to allow scaling by the user. This makes things friendlier for smaller screen sizes. 2013-09-07 22:03:36 -05:00
John MacFarlane
0cb55f2289 opendocument template: fixed office:version. 2013-08-11 17:06:48 -07:00
John MacFarlane
c27f59c010 Merge pull request #36 from logc/master
default.beamer: Add font theme option
2013-08-06 18:06:58 -07:00
Luis Osa
3eeb82fa9c default.beamer: Add font theme option
Add font theme option to choose one of the sets of structural fonts
that come predefined with Beamer.
2013-08-05 22:23:49 +02:00
John MacFarlane
120bed772b LaTeX template: Added biblio-style variable. 2013-07-20 10:51:52 -07:00
John MacFarlane
24dab8e06e LaTeX/Beamer templates: Add classoption variable.
This is intended for class options like `oneside`; it may
be repeated with different options.
2013-07-17 15:05:45 -07:00
Clare Macrae
c790eff7e1 Initial work to create dokuwiki write (#386)
In this first version, all dokuwiki files are straight copies of the
media wiki counterparts.
2013-07-14 13:39:12 +01:00
John MacFarlane
cb23306c27 default.latex: Use tex-ansi mapping for monofont.
This ensures that straight quotes appear as straight, rather than
being treated as curly.  See pandoc#889.
2013-07-04 14:48:39 -07:00
John MacFarlane
0d246e8af5 man template: removed description, added header, footer.
Added quotes where needed.
2013-06-27 19:32:18 -07:00
John MacFarlane
050ea0fa8d Merge pull request #31 from aaronwolen/master
Provide a variable to define citation color
2013-06-24 09:18:31 -07:00
John MacFarlane
a313e1aa18 Added #TITLE: to title in org template.
Previously the writer inserted this.
2013-06-22 15:27:05 -07:00
John MacFarlane
66837d1727 OPML template: Use 'for' in author. 2013-06-22 11:41:51 -07:00
John MacFarlane
64544dea58 Added subtitle to html and latex formats. 2013-06-21 22:48:49 -07:00
Aaron Wolen
796eb50f8d Add citecolor variable 2013-06-18 11:42:32 -05:00
John MacFarlane
05719b6491 Merge pull request #29 from abakst/patch-1
Add class attribute to title slide section tag
2013-06-01 12:33:48 -07:00
Alexander Bakst
cd48200ceb Add class attribute to title slide section tag
It would be useful to have a class attribute for the title slide's section tag. For example, this is useful for setting a background image unique to the title slide.
2013-05-31 15:28:58 -06:00
John MacFarlane
6252cbc786 default.beamer: Added comment to graphics section. 2013-05-07 17:31:14 -07:00
John MacFarlane
7a93757ff1 default.latex: Use \ScaleIfNeeded w/ nicer def instead of \maxwidth. 2013-05-07 17:30:44 -07:00
John MacFarlane
2c876edb60 default.latex: Redefine includegraphics to allow custom options.
Thanks to Bernhard Weichel.
Now, literal \includegraphics commands with square-bracketed options
will work properly.  When no options are given, a default option
limits images to the text width.
2013-05-07 16:01:11 -07:00
John MacFarlane
fd59e11e15 Fixed errors introduced in last revealjs template update. 2013-05-01 12:45:12 -07:00
John MacFarlane
4696679283 revealjs template: use remotes by default, set defaults from query hash. 2013-04-30 17:33:17 -07:00
John MacFarlane
6836e16da2 LaTeX template: Changes to make mathfont work with xelatex.
We need the mathspec library, not just fontspec, for this.
We also need to set options for setmathfont.
2013-04-25 21:06:58 -07:00
John MacFarlane
2870f527cc Docbook template: Use docbook 5.5. Closes #25. 2013-04-15 19:41:08 -07:00
John MacFarlane
ca2ac124bf Slidy template: use slidy.js rather than .js.gz. 2013-03-25 19:47:51 -07:00
John MacFarlane
118f79db5a revealjs template - include pdf css stylesheet by default. 2013-03-24 19:57:13 -07:00
John MacFarlane
1bf5dd6a2b New version of default.revealjs.
Also note rename:  .reveal_js -> .revealjs.
2013-03-23 21:45:31 -04:00
John MacFarlane
caf5242b30 Added reveal.js template.
(From a patch by jamiefolson.)
2013-03-22 01:13:14 -04:00
John MacFarlane
7ac22fea63 Added default.opml. 2013-03-20 10:17:13 -07:00
Benjamin Bannier
25f999ad52 Provide \Oldincludegraphics in beamer like in LaTeX
In the old solution there was no way to use a LaTeX image where only the
height was used to scale the image -- the width was always implicitly
set as well leading to wrong aspect ratios.

Provide a command \Oldincludegraphics which does just what
\includegraphics would do in the LaTeX template. That we the same input
markup could be used for beamer and LaTeX templates.
2013-03-03 22:46:49 +01:00
John MacFarlane
81c3b759b6 Merge pull request #19 from dfc/master
Change latex template to load microtype after loading fonts
2013-02-27 09:51:30 -08:00
Douglas F. Calvert
a1f7cce1f9 Load microtype after fonts.
Microtype needs to know what fonts are in use and it is suggested that it is aded after loading fonts.
2013-02-26 21:21:31 -05:00
John MacFarlane
fbc015a54d Minor spacing tweak in context template. 2013-02-20 09:57:05 -08:00
Aditya Mahajan
e5d22ce91a Canonical way to set TOC depth
Use `\placecontent` instead of `\placelist` as `\placecontent` is easier to
configure.
2013-02-20 02:44:42 -05:00
John MacFarlane
ad3af80a4f ConTeXt writer: Removed \placecontent.
This produced a duplicate toc, in conjunction with `\placelist`.
2013-02-19 21:56:21 -08:00
John MacFarlane
eb7dfde58b LaTeX template: set secnumdepth to 5 if --number-sections specified.
This yields behavior equivalent to the other writers, numbering
level 4 and 5 headers too.
2013-02-18 08:49:37 -08:00
John MacFarlane
bc561191b2 beamer: added lines to fix table captions with longtable.
Thanks to Joost Kremers.
2013-02-03 10:41:02 -08:00
John MacFarlane
5ed01e0e8e LaTeX template: Don't use monospace font for URLs. 2013-01-21 11:42:42 -08:00
John MacFarlane
3474aecee9 Added conditional import of upquote package.
This fixes straight quotes in verbatim.
2013-01-19 09:40:26 -08:00
John MacFarlane
25386101d5 HTML5 template: Made quote styles fit on one line. 2013-01-15 18:50:15 -08:00
John MacFarlane
40ef433abb HTML template: Add quotes styles if 'quotes'. 2013-01-15 18:38:37 -08:00
John MacFarlane
b49608bf92 Added missing toc variable to default.rtf. 2013-01-05 18:23:37 -08:00
John MacFarlane
f0347e7af0 Added \placelist to context writer.
This selects TOC depth.
2013-01-05 18:15:14 -08:00
John MacFarlane
25ad173f00 toc-level -> toc-depth. 2013-01-05 11:58:09 -08:00
John MacFarlane
9575f4f56f Added toc and toc-level to rst template. 2013-01-05 11:55:18 -08:00
John MacFarlane
d541256441 Added tocdepth to latex template. 2013-01-05 11:49:10 -08:00
John MacFarlane
9601cc5026 Added css to preserve space in <code> tags.
Thanks to Dirk Laurie.
2013-01-04 23:01:14 -08:00