Commit graph

370 commits

Author SHA1 Message Date
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
John MacFarlane
4c1f840c39 EPUB templates: UTF-8, lang variable, meta tags. 2012-11-04 21:40:03 -08:00
John MacFarlane
ba97adf746 Split epub-page.html into default.epub and default.epub3. 2012-11-04 21:11:31 -08:00
John MacFarlane
1709949ce5 Incorporated titlepage stuff into epub-page.html. 2012-11-04 21:08:24 -08:00
John MacFarlane
3aab241c32 Removed epub-titlepage.html. 2012-11-04 21:00:39 -08:00
John MacFarlane
cd898b1d2f Removed epub-coverimage.html template.
Also removed TOC stuff from epub-titlepage.html.
2012-11-04 20:52:34 -08:00
John MacFarlane
9fae8b31dd EPUB templates: Added css, highlighting-css, quotes variables.
Removed hardcoded link to stylesheet.css.  Instead, the EPUB writer
now sets the css variable to stylesheet.css.
2012-11-04 18:57:40 -08:00
John MacFarlane
0b394e7ccd EPUB page template: Add epub (ops) namespace. 2012-11-04 10:37:26 -08:00
John MacFarlane
8aad144189 EPUB templates: Use html5 doctype if epub3. 2012-11-02 20:52:43 -07:00
John MacFarlane
2e0841bf8e Use pagetitle in title element for epub templates. 2012-11-02 19:51:13 -07:00
John MacFarlane
d99073f1be Removed unnecessary if around pagetitle. 2012-11-02 19:45:52 -07:00
John MacFarlane
1e32f28208 epub-page template: removed separate h1 $title$.
The title is now presumed to be the h1 that begins the body
(if there is one).
2012-10-11 09:04:31 -07:00
John MacFarlane
3bbb793e41 LaTeX, beamer templates: Don't require 'float' package.
AS far as I can see, it isn't needed by anything pandoc does.
2012-09-16 22:26:16 -07:00
John MacFarlane
6d4f0a78a0 Beamer, LaTeX templates: removed enumerate package. 2012-09-16 22:23:02 -07:00
John MacFarlane
22628ea9aa LaTeX, beamer: Use longtable instead of ctable. 2012-09-15 17:40:49 -04:00
John MacFarlane
48ae9dae8d Merge pull request #16 from adityam/master
papersize variable for ConTeXt template
2012-09-08 11:42:05 -07:00