John MacFarlane
e2e8191e90
default.rst: Added empty comment after directives.
...
This prevents a subsequent indented paragraph from being captured
by the directive. Closes pandoc#321.
2011-12-04 22:54:18 -08:00
John MacFarlane
cdfe1966da
Revert "LaTeX: Use \date{} if no date in metadata."
...
This reverts commit 9ebdb944b6
.
2011-12-01 19:03:39 -08:00
John MacFarlane
9ebdb944b6
LaTeX: Use \date{} if no date in metadata.
...
Thanks to Daron Wilson for the suggestion.
2011-12-01 19:01:53 -08:00
John MacFarlane
9fd00ca239
Slidy, HTML: Use h2 for author, h3 for date.
...
Previously, title was h1, author h3, date h4. There was
no real reason for skipping h2.
2011-12-01 18:51:22 -08:00
John MacFarlane
5facbc552d
HTML-based templates: use separate variables for meta-date, meta-author.
2011-11-29 13:30:41 -08:00
John MacFarlane
6c48030dcd
LaTeX template: if 'lang' is set, load babel.
...
Thanks to Magnus Therning for the suggestion.
2011-11-27 20:36:37 -08:00
John MacFarlane
279110eb7c
Improved author/date in asciidoc template.
2011-11-17 00:52:26 -08:00
John MacFarlane
8b89d7c975
Added asciidoc template.
2011-11-16 19:17:03 -08:00
John MacFarlane
f632b1cdb9
Added Content-Style-Type to s5, slidy templates.
2011-11-08 11:34:41 -08:00
John MacFarlane
7afe52cca9
Added Content-Style-Type meta tag for XHTML compliance.
...
Closes pandoc#337.
2011-11-08 11:28:56 -08:00
John MacFarlane
1aa96f5f8b
Dzslides template - allow images to be their own size.
2011-11-07 23:06:00 -08:00
John MacFarlane
e5922e334d
Improved css for dzslides to prevent text spilling over R side.
2011-11-07 23:01:56 -08:00
John MacFarlane
29e6d07090
Updated dzslides template to current github version.
2011-11-07 12:15:50 -08:00
John MacFarlane
1b6b9a6d53
dzslides: removed extra title element.
2011-10-03 08:57:40 -07:00
John MacFarlane
f8709a78e1
dzslides: better default template.
...
* No red color on incremental lists.
* Show authors and date on title page.
* Special styling for title slides (H1 by itself on slide).
* Better default font and font size.
* Better spacing between elements.
* Styling for blockquote and pre.
2011-10-02 19:40:17 -07:00
John MacFarlane
5eab90928a
dzslides template: Use default css only if no css links specified.
2011-10-01 23:40:56 -07:00
John MacFarlane
e71b927a32
Fixed nesting of conditional around title in slidy template.
2011-10-01 22:55:57 -07:00
John MacFarlane
02b6aebc2a
Added dzslides template.
2011-10-01 22:55:48 -07:00
John MacFarlane
af2b1d117b
Merge pull request #1 from adityam/master
...
Default context template
2011-08-25 09:33:25 -07:00
Aditya Mahajan
439e7f0d41
Blockquote are now in the core
2011-08-23 10:30:57 -04:00
Aditya Mahajan
a3ceaffed4
Cleaning setup
2011-08-23 10:28:41 -04:00
Aditya Mahajan
75c5b26f2e
Spacing
2011-08-23 10:27:37 -04:00
Aditya Mahajan
fd86fd4bf8
Changing layout
...
header and footer do not affect the visual layout. I am assuming that the
original author meant topspace and bottomspace
2011-08-23 10:26:01 -04:00
Aditya Mahajan
3a42958935
Refactoring code style
2011-08-23 10:25:30 -04:00
John MacFarlane
939e3e151b
ConTexT: Use 'description' instead of 'descr'.
2011-08-20 15:30:18 -07:00
John MacFarlane
aa479cad5b
Opendocument: Remove outline-level attribute.
2011-08-18 11:12:43 -07:00
John MacFarlane
da4d676469
Opendocument: use Title class for title.
...
Thanks to bdarcus for the bug report.
2011-08-18 11:09:54 -07:00
John MacFarlane
b8cb9405c0
Show math links even in HTML5
2011-08-01 17:30:20 -07:00
John MacFarlane
b1a3d5fa8a
LaTeX template: Minor spacing changes.
2011-07-30 17:03:03 -07:00
John MacFarlane
ce85f7cd30
Removed ucs package and utf8 from default latex template.
...
This is no longer supported, and it clashes with packages
like biblatex and csquotes.
http://groups.google.com/group/comp.text.tex/browse_thread/thread/e0b0bec4e0dbf8b5/5487c7b0a170b95f?q=utf8x+group%3acomp.text.tex#5487c7b0a170b95f
2011-07-30 16:22:47 -07:00
John MacFarlane
201b99a239
LaTeX: Use ifxetex and ifluatex instead of iftex package.
...
These are included in "core" latex distributions, like BasicTeX.
2011-07-29 23:48:36 -07:00
John MacFarlane
88e782fa8e
Added s5-url and slidy-url variables.
2011-07-28 17:35:05 -07:00
John MacFarlane
8cd8b19598
Insert CDATA around inline js/css in html and slidy templates.
2011-07-24 08:23:12 -07:00
John MacFarlane
8cb5fef740
HTML template: make TOC more customizable.
...
Users can now insert a header before the table of contents,
or include other styling.
Thanks to Bruce D'Arcus for the suggestion.
2011-07-23 12:03:33 -07:00
John MacFarlane
8590fab135
HTML template: Display author(s) and date after title.
2011-07-23 11:21:15 -07:00
John MacFarlane
4900bcb128
LaTeX template: biblatex is incompatible with ucs.
...
Thanks to Joseph Reagle.
2011-07-23 10:04:47 -07:00
John MacFarlane
bcd7edc492
Use different hyperref options for xetex.
...
Thanks to CircleCode.
2011-07-23 09:54:18 -07:00
John MacFarlane
951b0ca035
LaTeX template: moved command to avoid error.
...
CircleCode pointed out that
\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
needs to come after hyperref is included in the template.
2011-07-23 09:43:38 -07:00
John MacFarlane
663adaa861
Renamed templates from <writer>.template to default.<writer>.
2011-07-22 22:18:04 -07:00
John MacFarlane
a053c6d1b0
Use iftex to detect luatex, xetex, ...
2011-07-22 12:50:31 -07:00
John MacFarlane
d19a3dcab5
Fixed comment.
2011-07-22 12:50:22 -07:00
John MacFarlane
1d81585b21
latex.template: Set emergencystretch to prevent overfull lines.
2011-07-22 12:07:59 -07:00
John MacFarlane
bbc74f8c60
Use \and for author separator in latex template.
2011-07-21 10:10:51 -07:00
John MacFarlane
dd34104f5a
Added README.
2011-07-19 12:11:03 -07:00
John MacFarlane
d095685bde
Initial commit
2011-07-19 12:02:59 -07:00