John MacFarlane
0e97e22672
Added note on --preserve-tabs in README.
2012-07-22 10:42:14 -07:00
John MacFarlane
70a2301876
Updated link to gladTeX. Closes #559 .
2012-07-12 10:40:29 -07:00
John MacFarlane
81eb460dea
Added note on MathJax. Closes #558 .
2012-07-12 10:39:44 -07:00
Arlo O'Keeffe
3c75a4c930
Added information about including multiple CSS files.
2012-07-11 14:39:13 -06:00
John MacFarlane
064af070da
Acknowledge Gavin Beatty in AUTHORS.
2012-06-27 14:47:33 -07:00
John MacFarlane
e085949ff6
README: Documented new variables in LaTeX template.
2012-06-08 10:56:24 -07:00
John MacFarlane
5fe9542ca8
Fixed documentation on mixed lists. Closes #533 .
2012-06-08 10:06:07 -07:00
Jonas Smedegaard
61f8dd4da8
Add support for Slideous output.
2012-05-24 10:31:18 +02:00
John MacFarlane
b2340cd874
Added 'zenburn' highlight style from highlighting-kate.
...
Depend on h-k 0.5.0.6.
2012-05-17 18:54:41 -07:00
John MacFarlane
5f889b9396
Added writerTeXLigatures to WriterOptions, --no-tex-ligatures
option.
...
This is useful for those who want to use advanced OpenType features
with xelatex/lualatex.
2012-05-11 23:00:46 -07:00
John MacFarlane
8d64109c80
Documented attributes for inline verbatim code.
2012-04-29 14:25:34 -07:00
John MacFarlane
5adda4762f
Documented DocBook input format in README.
2012-04-20 10:40:59 -07:00
John MacFarlane
13eebc6cfb
Added mathfont variable to latex template.
2012-03-15 14:39:03 -07:00
John MacFarlane
f29e67e161
LaTeX template tweaks:
...
- allow geometry variable to be repeated for multiple options
- use mainfont instead of romanfont
2012-03-15 10:49:36 -07:00
John MacFarlane
772c0757c1
Added geometry
variable to default LaTeX template.
2012-03-14 14:17:22 -07:00
John MacFarlane
14050e77a3
README: Removed misleading note on reST math.
2012-03-12 12:47:25 -07:00
John MacFarlane
1202f016bb
Added section on Internal links.
2012-03-12 10:19:41 -07:00
John MacFarlane
7253946318
Fixed typo in README
2012-03-10 07:47:59 -08:00
John MacFarlane
d4d9504950
Changed -V so that you can specify a key without a value.
...
Such keys get the value `true`.
2012-03-09 10:45:01 -08:00
John MacFarlane
9766b532f3
Added beamer+lhs as output format.
2012-03-09 10:32:32 -08:00
John MacFarlane
053ba29883
Better instructions for modifying templates for pdf, odt, epub output.
...
Thanks to rwst. Closes #347 .
2012-03-04 19:31:40 -08:00
John MacFarlane
c14efbb6df
Fixed link example in README.
...
Thanks to Ryan Gray for pointing out the mistake.
2012-03-04 11:13:10 -08:00
John MacFarlane
0dfd427b6b
README - fixed documentation on Smart Punctuation.
...
Closes #415 .
2012-02-12 10:18:10 -08:00
John MacFarlane
5c498b36ef
Doc fix: 'fontsize' is the template variable, not 'font-size'.
...
Closes pandoc-types#4.
2012-02-12 10:14:41 -08:00
John MacFarlane
c0ddee2b5b
Merge pull request #411 from dfc/patch-1
...
"be is in" -> "be in"
2012-02-09 07:24:44 -08:00
John MacFarlane
04627b17ac
Changed a README example.
...
The old one was bad, because the HTML comment is no longer
needed for that case in pandoc.
2012-02-09 07:20:03 -08:00
Douglas Calvert
0d1cf3c526
"be is in" -> "be in"
2012-02-08 22:50:18 -05:00
John MacFarlane
630c9f81ff
Fixed lhs+markdown instructions.
...
Classes 'literate' and 'haskell' are needed for bird tracks.
Closes #395 .
2012-02-06 12:38:45 -08:00
John MacFarlane
bec9485d93
Re-added the --ascii option.
...
Now it is implemented in pandoc.hs, not in the HTML writer.
2012-02-05 14:58:55 -08:00
John MacFarlane
e9a270d03b
Don't include mathml javascript for html5 output.
...
mathml is supposed to be supported in HTML5.
2012-01-31 10:47:48 -08:00
John MacFarlane
3880828415
Support --mathml
flag in docbook.
2012-01-31 10:32:40 -08:00
John MacFarlane
8f1bfec7b9
Added --epub-embed-font
option.
...
* This can be repeated for multiple fonts.
* Added parameter for fonts to embed to writeEPUB.
* Added ttf, otf to Mime types in Text.Pandoc.MIME.
2012-01-30 13:09:52 -08:00
John MacFarlane
e7a94829b7
Updated README author list.
2012-01-29 19:33:34 -08:00
John MacFarlane
2a84abd210
Changed date in README.
2012-01-28 16:12:41 -08:00
John MacFarlane
d1ded4b026
Support github syntax for fenced code blocks.
...
You can now write
```ruby
x = 2
```
instead of
~~~ {.ruby}
x = 2
~~~~
2012-01-28 12:25:24 -08:00
John MacFarlane
8abe08d6d4
Made beamer
an output format, removed pdf
as output format.
...
Removed `--beamer` option; instead, use `beamer` as output format.
There is no longer a `pdf` output format; instead, pandoc tries
to produce a pdf if the output file has a `.pdf` extension.
(The output format can be latex -- the default for pdf output,
latex+lhs, or beamer.)
This seems more consistent with the way pandoc currently works
(e.g. we have an `html5` output format, not an `--html5` option).
2012-01-28 11:41:26 -08:00
John MacFarlane
259dda2c56
Fixed link in README.
2012-01-27 11:30:14 -08:00
John MacFarlane
5fc6669be6
Added --atx-headers option.
2012-01-26 23:55:37 -08:00
John MacFarlane
47bb165a65
Reorganized documentation of options, grouping into categories.
2012-01-25 22:34:16 -08:00
John MacFarlane
60bf741d68
Added --slide-level option to override default.
...
This allows users to select a slide level below the first
header level with content.
Note that content under sections above the slide level will not appear
in slides (either in beamer or in HTML slide shows).
This is primarily useful for creating documents that can be made
into both slides and handouts (which contain additional content
outside the slides).
2012-01-25 17:51:52 -08:00
John MacFarlane
2c4a55d160
FIxed typo in README. Closes #390 .
2012-01-25 15:13:06 -08:00
John MacFarlane
b1a2f02082
Improved README on slides.
2012-01-25 11:51:36 -08:00
John MacFarlane
31629cb992
Updated README on --chapters with --beamer.
2012-01-25 10:48:25 -08:00
John MacFarlane
74100cf371
README: More on slide shows.
2012-01-24 20:52:09 -08:00
John MacFarlane
0f60e0cf76
README: New instructions for slide shows.
2012-01-24 20:48:45 -08:00
John MacFarlane
e57fb8d59d
README: More information on what is needed to produce PDFs.
2012-01-21 14:59:25 -08:00
John MacFarlane
e721c7428e
Removed beamer
output format; added --beamer
option.
2012-01-21 14:49:26 -08:00
John MacFarlane
2703162424
README tweak on equivalent to markdown2pdf.
2012-01-21 14:24:02 -08:00
John MacFarlane
1d615908c2
Removed markdown2pdf and documentation.
2012-01-20 21:22:51 -08:00
John MacFarlane
75a2b2fda1
Documented docx reader in README.
2012-01-19 23:26:45 -08:00