fiddlosopher
d488dd0f66
Reinstated dependence on fancyvrb. It is compatible with examplep.
...
fancyvrb is needed for verbatim environments in footnotes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@808 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-28 01:40:48 +00:00
fiddlosopher
b29f221cba
Changed LaTeX writer to use the examplep package instead
...
of fancyvrb. examplep allows verbatim text in places where
fancyvrb does not, e.g. definition list terms, and provides
for line-breaking of verbatim text.
+ examplep code put in LaTeX header instead of being dynamically
included, since it is frequently used, and people may want to
customize the options.
+ documented dependency on examplep
+ added texlive-latex-extra as a "Suggested" package in debian/control
+ use examplep's \Q{} is now used instead of \verb: note that
\Q requires backslash- escaping symbols in its scope.
+ modified README so that the verbatim sections will look good at
shorter line lengths.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@807 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-28 01:10:04 +00:00
fiddlosopher
4283ce3662
Use ` as default character for \verb in LaTeX output.
...
If ` is in the content to be escaped, another symbol
will be used as before.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@806 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-27 22:52:11 +00:00
fiddlosopher
56016a998d
Use HTML version of README in OSX installer, instead
...
of plain text or RTF (since RTF tables don't work
well in OSX Preview).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@805 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-27 16:09:18 +00:00
fiddlosopher
b603c135e6
Brought changelog up to date.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@804 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 03:50:10 +00:00
fiddlosopher
1f9d2f8fe7
Include empty \author{} in LaTeX preamble if no
...
author specified; otherwise LaTeX gives an error.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@803 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 03:49:21 +00:00
fiddlosopher
453dc53457
Fixes in LaTeX writer:
...
+ put \VerbatimFootnotes right before \title block, to avoid
bad interactions.
+ added deVerb in description list.
+ removed \texttt{} from deVerb, because it cannot go in description
lists.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@802 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 03:15:35 +00:00
fiddlosopher
00b69e4657
Updated copyright date and debian changelog.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@801 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 02:42:45 +00:00
fiddlosopher
622606bae9
Updated documentation on ASCIIMathML.js.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@800 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 02:40:18 +00:00
fiddlosopher
f2e21a8476
Changed how ASCIIMathML is handled:
...
+ -m|--asciimathml option now takes an *optional* argument,
the URL to an asciiMathML.js script. This is much better
in situations where multiple files with math must be served,
as the script can be cached.
+ If the argument is provided, a link is inserted; otherwise,
the whole script is inserted as before.
+ Nothing is inserted unless there is inline LaTeX.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@799 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 02:19:20 +00:00
fiddlosopher
831fe2c6cf
Modified fancy s5 test in light of asciiMathML changes.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@798 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-26 02:17:30 +00:00
fiddlosopher
dccc63fda4
Copyright date change - README.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@797 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 01:07:39 +00:00
fiddlosopher
76001db2c6
README: Use definition list for command-line options.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@796 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 01:04:19 +00:00
fiddlosopher
af30b7af17
CSS changes in website: better display of definition
...
lists for command-line options.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@795 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 01:03:35 +00:00
fiddlosopher
3b60ce318b
README: Added missing ~ after '~a\ cat' in subscript example.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@794 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 00:16:53 +00:00
fiddlosopher
6c8bb8e9a3
Fixed bug in TOC generation in HTML writer (regression,
...
introduced by the revision in the WriterState type).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@793 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 00:11:34 +00:00
fiddlosopher
ae009fab46
Website: add feature "Markdown inside HTML blocks."
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@792 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 00:02:16 +00:00
fiddlosopher
e7a49d7c12
LaTeX writer: Make sure \VerbatimFootnotes goes after the
...
preamble; otherwise it has bad interaction effects
with the other stuff in the header.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@791 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 23:14:26 +00:00
fiddlosopher
64f9aee1ee
Use README instead of README.rtf in Welcome page of
...
Mac OSX package, because the RTF tables don't render right
in Mac's preview app.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@790 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 23:13:43 +00:00
fiddlosopher
0250f0d4bc
Modified myheader.tex in website in light of changes
...
in default latex header.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@789 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 23:12:38 +00:00
fiddlosopher
aaee6816b4
Added quotes around attribute in ASCIIMathML link example
...
(in README).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@788 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 22:31:05 +00:00
fiddlosopher
d8762eb436
In HTML reader, filter Nulls in lists of blocks. (These can
...
be caused by raw HTML when the parse-raw option isn't selected.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@787 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 02:50:29 +00:00
fiddlosopher
9f871ab1ec
Fixed bug in spanStrikeout: case was not exhaustive.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@786 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 02:28:15 +00:00
fiddlosopher
bad26d5e2a
Updated changelog.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@785 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 02:15:02 +00:00
fiddlosopher
9e70c6f641
Updated copyright date in debian/copyright.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@784 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 02:14:42 +00:00
fiddlosopher
9a410e1635
README: Removed the statement that the RST reader doesn't parse
...
definition lists.
HTML reader: Added failIfStrict to the definitionList parser, so
definition lists will be passed through as raw HTML if --strict
specified.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@783 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 01:41:37 +00:00
fiddlosopher
6a6b1a5842
Added support for definition lists to RST reader.
...
Added a relevant test to the test suite.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@782 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 01:35:03 +00:00
fiddlosopher
f69d9efc83
Added definition list support to HTML reader.
...
Added a test for definition lists to the html-reader test suite.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@781 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 01:21:21 +00:00
fiddlosopher
1296273c85
Added support for definition lists to LaTeX reader.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@780 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 00:19:37 +00:00
fiddlosopher
caef362065
Renamed parseFromStr -> parseFromString.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@779 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 00:19:00 +00:00
fiddlosopher
c1c30a7664
Updated RST reader test.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@778 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 21:32:26 +00:00
fiddlosopher
4beb0b9130
Superscript and Subscript support for RST reader.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@777 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 21:26:22 +00:00
fiddlosopher
c1f397622d
Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).
...
This makes errors in its use less likely. Removed some now-unneeded try's
in calling code.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@776 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 21:01:17 +00:00
fiddlosopher
3ca9932ca6
Added subscript and superscript support to LaTeX reader.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@775 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:30:07 +00:00
fiddlosopher
8672a8e648
Updated PROFILING for new Cabal.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@774 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:27:06 +00:00
fiddlosopher
fbf7bba8af
Clarified role of --strict option when input is HTML.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@773 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:15:19 +00:00
fiddlosopher
e70bc56114
Removed lines from LaTeXHeader that will be supplied dynamically
...
by the LaTeX writer, depending on the document's content.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@772 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:14:59 +00:00
fiddlosopher
d016a997e6
markdown2pdf: Print a helpful message if ulem package is not found.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@771 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:14:20 +00:00
fiddlosopher
bb5ac55f67
Man writer: Use ~ and ^ for subscripts and superscripts.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@770 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:13:43 +00:00
fiddlosopher
7006d9a044
HTML writer: Use a record for state, instead of a tuple, for
...
easy extensibility.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@769 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 20:00:49 +00:00
fiddlosopher
b4d289c65e
HTML writer: include css for .strikethrough only if strikethrough
...
is actually used in the document.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@768 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 19:32:39 +00:00
fiddlosopher
f7d0da28e9
Main: Relabeled asciiMathMLLink -> asciiMathML, asciiMathML -> math.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@767 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 19:20:21 +00:00
fiddlosopher
c9e89e1793
Updated test suite for writers, adding tests for
...
strikeout, superscript, subscript.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@766 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 18:49:23 +00:00
fiddlosopher
9ddd464a7e
Added ~ to the list of characters the markdown
...
writer should backslash-escape.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@765 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 18:33:41 +00:00
fiddlosopher
4905ebadb3
LaTeX reader: Added clauses for tilde and caret.
...
Tilde is \ensuremath{\sim}, and caret is \^{},
not \^ as before.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@764 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 18:26:10 +00:00
fiddlosopher
b8e1e53053
Cleaned up character escaping in LaTeX writer.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@763 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 18:24:34 +00:00
fiddlosopher
b19c36970e
Removed an extra occurance of escapedChar in definition
...
of inline.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@762 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 17:51:15 +00:00
fiddlosopher
437ad4089e
Updated latex writer test because of new system for
...
writing the preamble.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@761 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 16:30:29 +00:00
fiddlosopher
e80e2ee077
Fixed newline issue at end of man page writer test.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@760 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 16:27:52 +00:00
fiddlosopher
808ff29d19
Changed /hfil/break to /crlf in ConTeXt writer test suite.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@759 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-22 16:19:59 +00:00