From 3f53d6f27045576665a6241693fdd4071842806f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:17:45 +0000 Subject: Updated texinfo writer to use new templates. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1735 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.texinfo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/writer.texinfo') diff --git a/tests/writer.texinfo b/tests/writer.texinfo index 703828c7c..65f7aa457 100644 --- a/tests/writer.texinfo +++ b/tests/writer.texinfo @@ -1,5 +1,6 @@ \input texinfo @documentencoding utf-8 + @macro textstrikeout{text} ~~\text\~~ @end macro @@ -22,7 +23,6 @@ _@{\text\@} @end ifnottex @end macro - @ifnottex @paragraphindent 0 @end ifnottex @@ -32,6 +32,7 @@ _@{\text\@} @author Anonymous July 17@comma{} 2006 @end titlepage + @node Top @top Pandoc Test Suite @@ -1010,3 +1011,4 @@ And in list items.@footnote{In list.} This paragraph should not be part of the note@comma{} as it is not indented. @bye + -- cgit v1.2.3