<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/markdown2pdf, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2010-04-10T18:20:52Z</updated>
<entry>
<title>Removed obsolete markdown2pdf script.</title>
<updated>2010-04-10T18:20:52Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-04-10T18:20:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=54316a0159f776ea3ef843ab94003cc2a593a141'/>
<id>urn:sha1:54316a0159f776ea3ef843ab94003cc2a593a141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>markdown2pdf:  always do at least two runs.</title>
<updated>2010-01-05T08:36:08Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-01-05T08:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=66c4f90e09a7087c4d67ff4b0787a27821271eab'/>
<id>urn:sha1:66c4f90e09a7087c4d67ff4b0787a27821271eab</id>
<content type='text'>
Reason:  hyperref bookmarks require this.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1797 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>markdown2pdf: Fixes to usage and error reporting.</title>
<updated>2010-01-02T18:18:59Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-01-02T18:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ce28d00b87aa027ae140325a33eaaff2f672cde3'/>
<id>urn:sha1:ce28d00b87aa027ae140325a33eaaff2f672cde3</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1775 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added --xetex option to pandoc and markdown2pdf.</title>
<updated>2009-12-31T01:18:06Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:18:06Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ffed5c1cc310c4c377a73294514f5ac0cc682301'/>
<id>urn:sha1:ffed5c1cc310c4c377a73294514f5ac0cc682301</id>
<content type='text'>
If --xetex is specified, pandoc produces latex suitable for
processing by xelatex, and markdown2pdf uses xelatex to create
the PDF. Resolves Issue #185.

This seems better than using latex packages to detect xetex,
since not all latex installations will have these.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1737 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Modified markdown2pdf so as not to create a backup file.</title>
<updated>2009-11-22T18:07:33Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-11-22T18:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=81c3bd6a54bc4cc878446af5a932be2e49c5a788'/>
<id>urn:sha1:81c3bd6a54bc4cc878446af5a932be2e49c5a788</id>
<content type='text'>
Resolves Issue #166.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1624 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Removed PDF writer from core pandoc, restored markdown2pdf.</title>
<updated>2008-08-27T05:50:26Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-27T05:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3'/>
<id>urn:sha1:3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3</id>
<content type='text'>
+ Added markdown2pdf.
+ Removed Text/Pandoc/PDF.hs.
+ Removed references to PDF writer from Main.hs.
+ Removed references to PDF writer from pandoc.cabal.
+ Added markdown2pdf.1 to list of man pages in Setup.hs.
+ Added markdown2pdf.1.md man page source.
+ Added reference to markdown2pdf(1) in pandoc man page.
+ Added markdown2pdf to WRAPPERS in Makefile.
+ Removed mention of pdf writer from README; added markdown2pdf.
+ Added remarks on markdown2pdf dependencies to README.Debian.
+ Added markdown2pdf to web/index.txt.in.
+ Use markdown2pdf for pdf web demos.
+ Put markdown2pdf back into debian control and rules.
+ Added markdown2pdf to macports Portfile.
+ Added markdown2pdf to freebsd package.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Removed markdown2pdf and all references to it.</title>
<updated>2008-08-10T17:34:02Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-10T17:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1cbc974e7e0bff62aedb2600660641f19aacbaa6'/>
<id>urn:sha1:1cbc974e7e0bff62aedb2600660641f19aacbaa6</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Include shell scripts themselves in repo, rather than generating from wrappers.</title>
<updated>2008-08-09T23:45:14Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-09T23:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2ba5ff94833c9fee0fb2799e5440d8b235f9410e'/>
<id>urn:sha1:2ba5ff94833c9fee0fb2799e5440d8b235f9410e</id>
<content type='text'>
+ Removed wrappers directory
+ Removed wrappers Makefile target
+ Added hsmarkdown, html2markdown, and markdown2pdf


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1387 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Merge changes in branches/wrappers into trunk.</title>
<updated>2006-12-12T07:04:09Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-12-12T07:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=426cbadfef6c26323faedcab2cd5ea7efa64d1bb'/>
<id>urn:sha1:426cbadfef6c26323faedcab2cd5ea7efa64d1bb</id>
<content type='text'>
    [in trunk] svn merge -r105:HEAD \
        https://pandoc.googlecode.com/svn/branches/wrappers


git-svn-id: https://pandoc.googlecode.com/svn/trunk@177 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Modified markdown2pdf to check that input file exists and is readable,</title>
<updated>2006-11-15T04:47:44Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2006-11-15T04:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d5d81b0b53174143fa19e17bf77c0d55b9a90d7a'/>
<id>urn:sha1:d5d81b0b53174143fa19e17bf77c0d55b9a90d7a</id>
<content type='text'>
and error exit if not.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@103 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
