diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-11-27 14:57:48 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-11-27 14:57:48 -0800 |
commit | e9cfbd5adc7a2f19be24904b6fb4d200ddbaa9ce (patch) | |
tree | d60cb863eaedf59cb26a917e9ef1901395eba936 /tests | |
parent | 970f63c18a5caf2954e02200150a4bc051a74648 (diff) | |
download | pandoc-e9cfbd5adc7a2f19be24904b6fb4d200ddbaa9ce.tar.gz |
OpenDocument writer: don't print raw TeX.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.opendocument | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/writer.opendocument b/tests/writer.opendocument index a08e5cf0a..179d29ac9 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -1301,7 +1301,7 @@ <text:h text:style-name="Heading_20_1" text:outline-level="1">LaTeX</text:h> <text:list text:style-name="L26"> <text:list-item> - <text:p text:style-name="P51"><text:span text:style-name="Teletype">\cite[22-23]{smith.1899}</text:span></text:p> + <text:p text:style-name="P51"></text:p> </text:list-item> <text:list-item> <text:p text:style-name="P51">2 + 2 = 4</text:p> @@ -1341,11 +1341,6 @@ </text:list-item> </text:list> <text:p text:style-name="Text_20_body">Here’s a LaTeX table:</text:p> -<text:p text:style-name="Text_20_body"><text:span text:style-name="Teletype">\begin{tabular}{|l|l|}\hline -Animal & Number \\ \hline -Dog <text:s text:c="3" />& 2 <text:s text:c="5" />\\ -Cat <text:s text:c="3" />& 1 <text:s text:c="5" />\\ \hline -\end{tabular}</text:span></text:p> <text:p text:style-name="Horizontal_20_Line" /> <text:h text:style-name="Heading_20_1" text:outline-level="1">Special Characters</text:h> <text:p text:style-name="Text_20_body">Here is some unicode:</text:p> |