fiddlosopher
66c4f90e09
markdown2pdf: always do at least two runs.
...
Reason: hyperref bookmarks require this.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1797 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-05 08:36:08 +00:00
fiddlosopher
e1e9bfc004
LaTeX writer: Removed stLink, link template variable.
...
Reason: we now always include hyperref in the template.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1796 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-05 08:36:02 +00:00
fiddlosopher
b4925d08c6
LaTeX template: always include hyperref package.
...
It is used not just for links but for toc, section heading bookmarks,
footnotes, etc.
Also added unicode=true on hyperref options.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1795 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-05 08:35:55 +00:00
fiddlosopher
d5d67f9657
Updated haddocks for changes in Meta type.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1794 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-04 02:27:24 +00:00
fiddlosopher
e91cb556d2
LaTeX writer: if book, report, or memoir documentclass, use \chapter{}
...
for first-level headers. Otherwise use \section{}.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1793 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-03 08:47:54 +00:00
fiddlosopher
af46691a20
Makefile: specify --template explicitly when using pandoc.
...
Reason: pandoc may not yet have been installed, so the
templates may not be in the cabal data directory.
Resolves Issue #192 .
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1792 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-03 08:24:59 +00:00
fiddlosopher
dba0b40e2e
Removed unneeded dependency on template-haskell.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1791 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-03 08:24:54 +00:00
fiddlosopher
6c2cf70fb0
Changed default of writerXeTeX to False.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1790 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 21:09:29 +00:00
fiddlosopher
a5110bec7b
Latex template: only show \author if there are some...
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1789 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 21:05:10 +00:00
fiddlosopher
945ae2b252
Added to RELEASE_CHECKLIST - compile trypandoc.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1788 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 20:18:51 +00:00
fiddlosopher
a0a6616e16
Web makefile: Use rsync to upload website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1787 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 19:24:11 +00:00
fiddlosopher
adc5669778
Web: annouce 1.4 release.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1786 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 19:24:06 +00:00
fiddlosopher
9e8b95c49e
Web makefile: build markdown2pdf man page.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1785 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 19:24:01 +00:00
fiddlosopher
47d77ce3bd
Added note on markdown2pdf changes.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1783 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:59:11 +00:00
fiddlosopher
3fff3a383c
changelog: noted addition of wrappers to windows installer.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1782 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:59:06 +00:00
fiddlosopher
9070777091
markdown2pdf.hs: throw error if pandoc --dump-args does.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1781 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:19:28 +00:00
fiddlosopher
77396199e7
markdown2pdf.hs: When --toc, run latex an extra time.
...
Previously --toc was broken.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1780 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:19:24 +00:00
fiddlosopher
1e0c8e21cf
pandoc.hs: warn of deprecated options after --dump-args has exited.
...
Otherwise we mess up the wrappers that look at the output of
--dump-args.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1779 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:19:19 +00:00
fiddlosopher
3f4d06d015
Include markdown2pdf and hsmarkdown in windows binary package.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1778 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:19:14 +00:00
fiddlosopher
cbb0229046
Changed example14 in web demos to use template & xetex instead of -C.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1777 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:19:09 +00:00
fiddlosopher
9905223ae8
Improved xetex part of latex.template.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1776 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:19:04 +00:00
fiddlosopher
ce28d00b87
markdown2pdf: Fixes to usage and error reporting.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1775 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:18:59 +00:00
fiddlosopher
6aea1f9201
Updated description of wrapper scripts in README.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1774 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02 18:18:55 +00:00
fiddlosopher
fa9dfe9978
Amended changelog.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1773 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:12:21 +00:00
fiddlosopher
68f06c91c3
Removed entities from opendocument writer test.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1772 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:12:16 +00:00
fiddlosopher
b526dfb438
Removed entities from mediawiki writer test.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1771 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:12:11 +00:00
fiddlosopher
8fce9c54ec
XML: don't escape \160 (nonbreaking space) as an entity.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1770 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:12:06 +00:00
fiddlosopher
c7149d317f
Docbook writer: use unicode instead of entities.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1769 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:12:00 +00:00
fiddlosopher
41aff1cf55
HTML writer: Use functions from XML module to escape strings.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1768 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:11:54 +00:00
fiddlosopher
87c66d4623
Finished converting HTML writer to use unicode instead of entities.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1767 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 04:11:48 +00:00
fiddlosopher
435b2a66fb
Updated changelog.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1766 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 02:14:39 +00:00
fiddlosopher
0fbdd037db
Windows installer: install data files.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1765 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 01:49:12 +00:00
fiddlosopher
8a308ac1b2
Modified S5 writer to look for s5 files in s5 directory.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1764 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 01:32:48 +00:00
fiddlosopher
2ae3b9239e
Moved data/ui -> s5. Added note on this in README.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1763 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01 01:25:24 +00:00
fiddlosopher
c9b5fa20e6
Updated copyright date in cabal file.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1762 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 22:44:08 +00:00
fiddlosopher
becf01b7af
Updated changelog.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1761 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 22:43:12 +00:00
fiddlosopher
ed1535de10
Added --reference-odt option.
...
This allows the user to customized the styles used in pandoc-generated
ODTs. The user may also put a default reference.odt in the ~/.pandoc
directory.
We have removed the old data/odt directory and replaced it with a
reference.odt.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1760 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 22:40:59 +00:00
fiddlosopher
bdd448ea2c
LaTeX writer: Only require listings package if needed.
...
That is, if literate Haskell code is used.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1759 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 21:18:36 +00:00
fiddlosopher
07fe1aedd0
Removed old data/templates directory.
...
Templates are now in templates/.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1758 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 21:18:26 +00:00
fiddlosopher
e72b85ce38
Updated changelog.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1757 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 21:18:19 +00:00
fiddlosopher
c882232e94
Fuller discussion of Templates in README and man page.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1756 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 21:18:13 +00:00
fiddlosopher
445f89b9f2
Added windows package build intsructions in windows makefile.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1755 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 17:19:32 +00:00
fiddlosopher
957f4b9524
Added needed imports from System.IO when we're using ghc >= 6.12.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1754 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:55 +00:00
fiddlosopher
9c54354cd7
Make the -fno-warn-unused-do-bind conditional on ghc >= 6.12.
...
This option isn't recognized by older ghcs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1753 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:50 +00:00
fiddlosopher
9c48ee2ad2
Removed unneeded import from RunTests.hs
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1752 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:45 +00:00
fiddlosopher
c8a9cbf911
Revised tested-with field to be more precise.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1751 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:41 +00:00
fiddlosopher
ca2bbafbb9
Removed redundant imports (found by ghc 6.12).
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1750 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:36 +00:00
fiddlosopher
a37527c501
Added GHC versions to tested-with field in cabal file.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1749 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:26 +00:00
fiddlosopher
aab574f9ef
Use System.IO.UTF8 only if ghc < 6.12.
...
GHC >= 6.12 (base >= 4.2) uses iconv to convert to unicode
Strings.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1748 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:21 +00:00
fiddlosopher
1b3d5896c7
Removed unneeded LANGUAGE pragmas.
...
(CPP is enabled globally in the cabal file.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1747 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:14 +00:00