John MacFarlane
aa67d0c69f
LaTeX: Use fontenc [T1] and lmodern fonts.
...
This gives better behavior for accented characters.
2012-06-05 11:35:03 -07:00
John MacFarlane
cb68b11fb4
LaTeX: Make TOC links black.
2012-06-05 10:04:42 -07:00
John MacFarlane
242daf3377
Added links-as-notes variable to print links as footnotes
2012-06-05 10:04:36 -07:00
John MacFarlane
02120505d6
LaTeX: added linkcolor variable
2012-06-05 10:04:15 -07:00
John MacFarlane
3bc667281e
LaTeX template: Use black for internal links.
...
This ensures that the table of contents will not be colored.
Also added commented-out code to use footnotes for internal
links (for print purposes).
2012-06-03 10:57:58 -07:00
John MacFarlane
0fdef55bae
Merge pull request #11 from jonassmedegaard/master
...
This goes together with my pull request to pandoc...
2012-05-30 18:20:46 -07:00
Jonas Smedegaard
8d799ca9d8
Add Slideous template.
2012-05-24 10:47:17 +02:00
Jonas Smedegaard
559d562f15
Support variable lang in Slidy, enabling its multi-lingual support.
2012-05-24 10:23:38 +02:00
Paul Vorbach
bdf9629138
Add option urlcolor=blue
to package hyperref
2012-04-26 10:04:28 +03:00
John MacFarlane
c819cf2149
LaTeX and Beamer: Use fixltx2e package for \textsubscript.
2012-04-21 09:59:21 -07:00
John MacFarlane
bf0b37d7ea
Make texinfo encoding UTF-8 instead of utf-8.
...
Resolves Debian Bug #667816 .
2012-04-06 12:54:10 -07:00
John MacFarlane
8e7c61c307
LaTeX template: only include eurosym if the document uses a euro symbol.
2012-04-03 18:48:42 -07:00
John MacFarlane
fe86fad75c
Better default for q in dzslides template.
2012-03-28 13:34:52 -04:00
John MacFarlane
f1adc1b723
Removed styling of q in dzslides template.
2012-03-28 13:33:31 -04:00
John MacFarlane
401f84bb04
Include PDF metadata (author, title) in latex template.
2012-03-25 12:03:24 -07:00
John MacFarlane
342435f162
Updated dzslides styles based on new template.html.
2012-03-23 11:36:32 -07:00
John MacFarlane
0aa45c20bc
LaTeX template: Added mathfont variable.
2012-03-15 14:38:21 -07:00
John MacFarlane
329c356da6
LaTeX: use mainfont instead of romanfont, allow multiple geometry.
2012-03-15 10:48:08 -07:00
John MacFarlane
efd4ae929d
FIxed spacing in latex template.
2012-03-14 19:06:17 -07:00
John MacFarlane
48c5b8eca7
LaTeX template: don't use SetupFonts macro.
2012-03-14 18:49:48 -07:00
John MacFarlane
6269b216b4
Added romanfont, sansfont, monofont variables to latex template.
...
Note: These only work with xelatex/lualatex.
2012-03-14 14:40:47 -07:00
John MacFarlane
188e01f80e
Added geometry
variable.
2012-03-14 14:17:05 -07:00
John MacFarlane
7c4816983e
Fixed spacing issue in context template.
2012-03-07 10:08:13 -08:00
John MacFarlane
1bcfd44b43
Use mainlang variable to set main language in context template.
2012-03-07 10:06:59 -08:00
John MacFarlane
40ac87808b
Merge pull request #6 from adityam/master
...
Set mainlanguage for ConTeXt
2012-03-07 10:02:22 -08:00
John MacFarlane
d709b6709b
Fix list labels in beamer.
...
This code (from the latex template) was causing bullets
and list numbers to extend beyond the left edge of the slide
in beamer.
Removing it seems to fix things.
2012-03-07 09:58:44 -08:00
Aditya Mahajan
917c3e6188
Set mainlanguage for ConTeXt
2012-03-05 19:36:07 -05:00
John MacFarlane
49d45a23dc
LaTeX template: use mainlang variable in \setmainlanguage.
2012-03-05 08:37:04 -08:00
John MacFarlane
d8fc051068
LaTeX commands to deal with \euro command with every engine.
2012-03-04 18:52:20 -08:00
John MacFarlane
49e113d0d1
Better language defaults in LaTeX template.
...
Thansk to Francois Gannaz. The lang variable is now included, if set,
in documentclass options. polyglossia is used instead of babel if
xetex.
2012-03-04 18:42:42 -08:00
John MacFarlane
5aaa69eda5
Slight change in context template to avoid double spacing.
2012-03-03 08:37:17 -08:00
John MacFarlane
cc0e845c18
Default q:quote style for HTML5 template.
2012-03-03 08:27:22 -08:00
John MacFarlane
aab8c3a9b3
Merge pull request #5 from adityam/master
...
Better support for unnumbered sections in ConTeXt
2012-02-29 22:28:04 -08:00
Aditya Mahajan
3c7f5f8f1e
Better support for unnumbered sections
...
In ConTeXt, the canonical method to get unumbered sections is to use
\title {Unnumbered chapter}
\subject {Unnumbered section}
\subsubject {Unnumbered subsection}
etc. However, pandoc generates \section {...} tags irrespective of whether
`number-sections` is active or not. Personally I think that the default pandoc
output is better than generating `\title`, `\subject`, etc. in the output.
The current patch sets `number=no` for first four level of section heads when
`number-sections` is not set.
2012-02-28 19:37:05 -05:00
John MacFarlane
4594c7eeae
Added style tags around highlighting css in html5 template.
2012-02-11 11:48:25 -08:00
John MacFarlane
633da96f98
Docbook: Alternate doctype if mathml is used.
2012-01-31 10:32:22 -08:00
John MacFarlane
f26a6351b2
Split off default.beamer from default.latex.
2012-01-30 11:25:39 -08:00
John MacFarlane
b8385d84d7
LaTeX: Don't include \maxwidth in beamer.
...
It causes an error when you include an image.
2012-01-30 09:17:09 -08:00
John MacFarlane
438c5c3ea8
Use dcterms.date for html5 metadata.
2012-01-28 16:12:10 -08:00
John MacFarlane
0d174a6198
dzslides: Center title page.
2012-01-28 12:45:46 -08:00
John MacFarlane
c6ffb2602f
latex: use ignorenonframetext on beamer, and make proper title slide.
2012-01-25 17:49:11 -08:00
John MacFarlane
dc936548c2
Added style tags around highlighting-css.
...
This is needed because of change from h-k 0.4 to 0.5.
2012-01-25 11:16:36 -08:00
John MacFarlane
83f2fdd9e2
LaTeX template: code for section title slides in beamer.
2012-01-25 10:39:54 -08:00
John MacFarlane
63d2575c22
Revert titleslide change in dzslides.
...
It is no longer needed because of changes in HTML writer.
2012-01-24 10:50:22 -08:00
John MacFarlane
7f774d6e30
Dzslides: tweaked titleslide css since header can now be any level.
2012-01-24 10:32:43 -08:00
John MacFarlane
2d647cfb00
s5: Removed now-unused s5includes variable.
2012-01-24 10:23:59 -08:00
John MacFarlane
d0663a5ccc
slidy: Removed now-unused slidy-css and slidy-js variables.
2012-01-24 10:22:58 -08:00
John MacFarlane
9fb1606145
dzslides template: Fixed css for new highlighting-kate.
2012-01-24 10:17:08 -08:00
John MacFarlane
727772183d
Split html template into html, html5 templates.
2012-01-11 12:52:37 -08:00
John MacFarlane
8884a9d74b
Removed openxml template.
2012-01-08 22:33:05 -08:00