summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/support/latex-setup.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/support/latex-setup.tex')
-rw-r--r--macros/generic/markdown/tests/support/latex-setup.tex162
1 files changed, 0 insertions, 162 deletions
diff --git a/macros/generic/markdown/tests/support/latex-setup.tex b/macros/generic/markdown/tests/support/latex-setup.tex
deleted file mode 100644
index be002d6ec8..0000000000
--- a/macros/generic/markdown/tests/support/latex-setup.tex
+++ /dev/null
@@ -1,162 +0,0 @@
-renderers = {%
- interblockSeparator = {%
- \TYPE{interblockSeparator}%
- \GOBBLE},
- lineBreak = {%
- \TYPE{lineBreak}%
- \GOBBLE},
- ellipsis = {%
- \TYPE{ellipsis}%
- \GOBBLE},
- nbsp = {%
- \TYPE{nbsp}%
- \GOBBLE},
- leftBrace = {%
- \TYPE{leftBrace}%
- \GOBBLE},
- rightBrace = {%
- \TYPE{rightBrace}%
- \GOBBLE},
- dollarSign = {%
- \TYPE{dollarSign}%
- \GOBBLE},
- percentSign = {%
- \TYPE{percentSign}%
- \GOBBLE},
- ampersand = {%
- \TYPE{ampersand}%
- \GOBBLE},
- underscore = {%
- \TYPE{underscore}%
- \GOBBLE},
- hash = {%
- \TYPE{hash}%
- \GOBBLE},
- circumflex = {%
- \TYPE{circumflex}%
- \GOBBLE},
- backslash = {%
- \TYPE{backslash}%
- \GOBBLE},
- tilde = {%
- \TYPE{tilde}%
- \GOBBLE},
- pipe = {%
- \TYPE{pipe}%
- \GOBBLE},
- codeSpan = {%
- \TYPE{codeSpan: #1}},
- link = {%
- \TYPE{BEGIN link}%
- \TYPE{- label: #1}%
- \TYPE{- URI: #2}%
- \TYPE{- title: #4}%
- \TYPE{END link}},
- image = {%
- \TYPE{BEGIN image}%
- \TYPE{- label: #1}%
- \TYPE{- URI: #2}%
- \TYPE{- title: #4}%
- \TYPE{END image}},
- contentBlock = {%
- \TYPE{BEGIN contentBlock}%
- \TYPE{- suffix: #1}%
- \TYPE{- URI: #2}%
- \TYPE{- title: #4}%
- \TYPE{END contentBlock}%
- },
- contentBlockOnlineImage = {%
- \TYPE{BEGIN contentBlockOnlineImage}%
- \TYPE{- suffix: #1}%
- \TYPE{- URI: #2}%
- \TYPE{- title: #4}%
- \TYPE{END contentBlockOnlineImage}%
- },
- contentBlockCode = {%
- \TYPE{BEGIN contentBlockCode}%
- \TYPE{- suffix: #1}%
- \TYPE{- language: #2}%
- \TYPE{- URI: #3}%
- \TYPE{- title: #5}%
- \TYPE{END contentBlockCode}%
- },
- ulBegin = {%
- \TYPE{ulBegin}},
- ulBeginTight = {%
- \TYPE{ulBeginTight}},
- ulItem = {%
- \TYPE{ulItem}},
- ulItemEnd = {%
- \TYPE{ulItemEnd}},
- ulEnd = {%
- \TYPE{ulEnd}},
- ulEndTight = {%
- \TYPE{ulEndTight}},
- olBegin = {%
- \TYPE{olBegin}},
- olBeginTight = {%
- \TYPE{olBeginTight}},
- olItem = {%
- \TYPE{olItem}},
- olItemEnd = {%
- \TYPE{olItemEnd}},
- olItemWithNumber = {%
- \TYPE{olItemWithNumber: #1}},
- olEnd = {%
- \TYPE{olEnd}},
- olEndTight = {%
- \TYPE{olEndTight}},
- dlBegin = {%
- \TYPE{dlBegin}},
- dlBeginTight = {%
- \TYPE{dlBeginTight}},
- dlItem = {%
- \TYPE{dlItem: #1}},
- dlItemEnd = {%
- \TYPE{dlItemEnd}},
- dlDefinitionBegin = {%
- \TYPE{dlDefinitionBegin}},
- dlDefinitionEnd = {%
- \TYPE{dlDefinitionEnd}},
- dlEnd = {%
- \TYPE{dlEnd}},
- dlEndTight = {%
- \TYPE{dlEndTight}},
- emphasis = {%
- \TYPE{emphasis: #1}},
- strongEmphasis = {%
- \TYPE{strongEmphasis: #1}},
- blockQuoteBegin = {%
- \TYPE{blockQuoteBegin}},
- blockQuoteEnd = {%
- \TYPE{blockQuoteEnd}},
- inputVerbatim = {%
- \TYPE{inputVerbatim: #1}},
- inputFencedCode = {%
- \TYPE{BEGIN fencedCode}%
- \TYPE{- src: #1}%
- \TYPE{- infostring: #2}%
- \TYPE{END fencedCode}},
- headingOne = {%
- \TYPE{headingOne: #1}},
- headingTwo = {%
- \TYPE{headingTwo: #1}},
- headingThree = {%
- \TYPE{headingThree: #1}},
- headingFour = {%
- \TYPE{headingFour: #1}},
- headingFive = {%
- \TYPE{headingFive: #1}},
- headingSix = {%
- \TYPE{headingSix: #1}},
- horizontalRule = {%
- \TYPE{horizontalRule}},
- footnote = {%
- \TYPE{footnote: #1}},
- cite = {%
- \CITATIONS{#1}},
- textCite = {%
- \TEXTCITATIONS{#1}},
- table = {%
- \TABLE{#1}{#2}{#3}}
-}