From d4710c262ffd694c25e2f9f40da80a621615d701 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 28 Nov 2020 22:58:20 +0200 Subject: LaTeX reader: support (ignore) stackengine --- test/command/latex-stackengine.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/command/latex-stackengine.md (limited to 'test/command/latex-stackengine.md') diff --git a/test/command/latex-stackengine.md b/test/command/latex-stackengine.md new file mode 100644 index 000000000..21253bf61 --- /dev/null +++ b/test/command/latex-stackengine.md @@ -0,0 +1,18 @@ +# stackengine + +``` +% pandoc -f latex -t native +\addstackgap{Hello} World + +^D +[Para [Str "Hello",Space,Str "World"]] +``` + +``` +% pandoc -f latex -t native +Hello \addstackgap[12pt]{World} + +^D +[Para [Str "Hello",Space,Str "World"]] +``` + -- cgit v1.2.3