Commit graph

246 commits

Author SHA1 Message Date
Kevin
c1f20a285a Fixing default.beamer includegraphics redefinition to allow custom options 2013-12-13 11:06:31 +00:00
John MacFarlane
dd1d637420 latex template: Put header includes after title.
Closes pandoc#908.
2013-12-11 22:34:57 -08:00
John MacFarlane
dd178889f6 Added abstract variable in latex template. 2013-12-11 22:05:20 -08:00
John MacFarlane
e3c8bae0b1 Merge pull request #48 from lionandoil/master
Beamer template: add booktabs package
2013-12-09 10:54:10 -08:00
Kevin
ccdf08caea Beamer template: add booktabs package 2013-12-09 18:40:44 +00:00
John MacFarlane
93d667c0be Merge pull request #47 from jlduran/booktabs
LaTeX template: Add booktabs package
2013-12-03 20:54:56 -08:00
Jose Luis Duran
f643a076d8 LaTeX template: Add booktabs package 2013-12-02 09:58:55 +00:00
John MacFarlane
713a8f63d5 ConTeXt template: Setup up defaults for floats.
This allows the user to adjust the figure and table placement
and numbering globally.
2013-11-30 16:15:53 -08:00
John MacFarlane
8cadd4f204 ConTeXt template: setup captions with no numbering.
See pandoc #1067.
2013-11-22 19:50:26 -08:00
aaronwolen
6db8eff46a Beamer template: Consistent styles for figure and table captions 2013-10-23 20:50:33 -04:00
John MacFarlane
4bdebc73b0 Beamer template: put slide around bibliography with natbib or biblatex. 2013-10-21 14:29:08 -07:00
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