pandoc 1.14 → 1.14.0.1
raw patch · 15 files changed
+124/−4503 lines, 15 filesdep ~aesonsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- INSTALL +2/−3
- Setup.hs +2/−13
- changelog +21/−0
- data/make-reference-files.hs +0/−26
- data/reference.docx binary
- data/reference.odt binary
- dist/build/Text/Pandoc/Data.hs +8/−0
- man/man1/pandoc.1 +0/−1900
- man/man5/pandoc_markdown.5 +0/−2502
- pandoc.cabal +22/−38
- src/Text/Pandoc/Readers/Textile.hs +2/−2
- src/Text/Pandoc/Writers/ConTeXt.hs +7/−1
- src/Text/Pandoc/Writers/Docx.hs +36/−11
- src/Text/Pandoc/Writers/ODT.hs +21/−4
- src/Text/Pandoc/Writers/Texinfo.hs +3/−3
INSTALL view
@@ -122,9 +122,8 @@ - `embed_data_files`: embed all data files into the binary (default no). This is helpful if you want to create a relocatable binary. Note: if this option is selected, you need to install the- `hsb2hs` preprocessor:-- cabal install hsb2hs+ `hsb2hs` preprocessor: `cabal install hsb2hs` (version 0.3 or+ higher is required). - `https`: enable support for downloading resources over https (using the `http-client` and `http-client-tls` libraries).
Setup.hs view
@@ -38,12 +38,11 @@ , instHook = \pkgdescr -> instHook simpleUserHooks pkgdescr{ executables = [x | x <- executables pkgdescr, exeName x `notElem` noInstall] }- , postBuild = \args bf pkgdescr lbi -> do+ , postBuild = \args bf pkgdescr lbi -> makeManPages args bf pkgdescr lbi- makeReferenceFiles args bf pkgdescr lbi } where- noInstall = ["make-pandoc-man-pages","make-reference-files"]+ noInstall = ["make-pandoc-man-pages"] ppBlobSuffixHandler :: PPSuffixHandler ppBlobSuffixHandler = ("hsb", \_ _ ->@@ -64,13 +63,3 @@ where verbosity = fromFlagOrDefault normal $ buildVerbosity bf progPath = buildDir </> "make-pandoc-man-pages" </> "make-pandoc-man-pages"--makeReferenceFiles :: Args -> BuildFlags -> PackageDescription -> LocalBuildInfo -> IO ()-makeReferenceFiles _ bf _ LocalBuildInfo{buildDir=buildDir}- = mapM_- (rawSystemExit verbosity progPath . return)- referenceFormats- where- verbosity = fromFlagOrDefault normal $ buildVerbosity bf- progPath = buildDir </> "make-reference-files" </> "make-reference-files"- referenceFormats = ["docx", "odt"]
changelog view
@@ -1,3 +1,24 @@+pandoc (1.14.0.1)++ * Fixed problem with building of `reference.docx` and `reference.odt`+ when the `embed_data_files` flag is used. Instead of having a phase+ of the build where `reference.docx` and `reference.odt` are created+ from their constituent data files, we now construct these archives+ from their constituents when a `docx` or `odt` is built. The+ constituent files have been moved from `extra-source-files` to+ `data-files`, and `reference.docx` and `reference.odt` have been+ removed. Users can create their own `reference.docx` or+ `reference.odt` by using pandoc to create a simple `docx` or `odt`.+ `make-reference-files.hs` has been removed, simplifying the build+ process (#2187)++ * Don't include generated man pages in extra-source-files (#2189).++ * Bumped upper bound for aeson.++ * ConTeXt writer: create internal link anchors for Div elements with+ identifiers. (This is needed for linked citations to work.)+ pandoc (1.14) [new features]
− data/make-reference-files.hs
@@ -1,26 +0,0 @@-import System.Environment-import System.Directory-import Codec.Archive.Zip-import qualified Data.ByteString.Lazy as BS-import qualified Control.Exception as E-import System.IO.Error (isDoesNotExistError)--mkzip :: String -> IO ()-mkzip fmt = do- let dir = "data/"++fmt- output = "data/reference."++fmt- cd <- getCurrentDirectory- setCurrentDirectory dir- archive <- addFilesToArchive [OptRecursive] emptyArchive ["."]- setCurrentDirectory cd- removeIfExists output- BS.writeFile output $ fromArchive archive--removeIfExists :: FilePath -> IO ()-removeIfExists fileName = removeFile fileName `E.catch` handleExists- where handleExists e- | isDoesNotExistError e = return ()- | otherwise = E.throwIO e--main :: IO ()-main = getArgs >>= mkzip . (!!0)
− data/reference.docx
binary file changed (8881 → absent bytes)
− data/reference.odt
binary file changed (9643 → absent bytes)
+ dist/build/Text/Pandoc/Data.hs view
@@ -0,0 +1,8 @@+# 1 "src/Text/Pandoc/Data.hsb"+{-# LANGUAGE OverloadedStrings #-}+-- to be processed using hsb2hs+module Text.Pandoc.Data (dataFiles) where+import qualified Data.ByteString as B++dataFiles :: [(FilePath, B.ByteString)]+dataFiles = [("epub.css","/* This defines styles and classes used in the book */\nbody { margin: 5%; text-align: justify; font-size: medium; }\ncode { font-family: monospace; }\nh1 { text-align: left; }\nh2 { text-align: left; }\nh3 { text-align: left; }\nh4 { text-align: left; }\nh5 { text-align: left; }\nh6 { text-align: left; }\nh1.title { }\nh2.author { }\nh3.date { }\nol.toc { padding: 0; margin-left: 1em; }\nol.toc li { list-style-type: none; margin: 0; padding: 0; }\na.footnoteRef { vertical-align: super; }"),("LaTeXMathML.js","/*\nLaTeXMathML.js from http://math.etsu.edu/LaTeXMathML/\nAdapted by Jeff Knisely and Douglas Woodall from ASCIIMathML.js v. 1.4.7,\n(c) 2005 Peter Jipsen http://www.chapman.edu/~jipsen.\nReleased under the GNU General Public License version 2 or later.\nSee the GNU General Public License (at http://www.gnu.org/copyleft/gpl.html)\nfor more details.\n*/\nvar checkForMathML=true;var notifyIfNoMathML=true;var alertIfNoMathML=false;var mathcolor=\"\";var mathfontfamily=\"\";var showasciiformulaonhover=true;var isIE=document.createElementNS==null;if(document.getElementById==null)\nalert(\"This webpage requires a recent browser such as \\nMozilla/Netscape 7+ or Internet Explorer 6+MathPlayer\")\nfunction AMcreateElementXHTML(t){if(isIE)return document.createElement(t);else return document.createElementNS(\"http://www.w3.org/1999/xhtml\",t);}\nfunction AMnoMathMLNote(){var nd=AMcreateElementXHTML(\"h3\");nd.setAttribute(\"align\",\"center\")\nnd.appendChild(AMcreateElementXHTML(\"p\"));nd.appendChild(document.createTextNode(\"To view the \"));var an=AMcreateElementXHTML(\"a\");an.appendChild(document.createTextNode(\"LaTeXMathML\"));an.setAttribute(\"href\",\"http://www.maths.nott.ac.uk/personal/drw/lm.html\");nd.appendChild(an);nd.appendChild(document.createTextNode(\" notation use Internet Explorer 6+\"));an=AMcreateElementXHTML(\"a\");an.appendChild(document.createTextNode(\"MathPlayer\"));an.setAttribute(\"href\",\"http://www.dessci.com/en/products/mathplayer/download.htm\");nd.appendChild(an);nd.appendChild(document.createTextNode(\" or Netscape/Mozilla/Firefox\"));nd.appendChild(AMcreateElementXHTML(\"p\"));return nd;}\nfunction AMisMathMLavailable(){if(navigator.appName.slice(0,8)==\"Netscape\")\nif(navigator.appVersion.slice(0,1)>=\"5\")return null;else return AMnoMathMLNote();else if(navigator.appName.slice(0,9)==\"Microsoft\")\ntry{var ActiveX=new ActiveXObject(\"MathPlayer.Factory.1\");return null;}catch(e){return AMnoMathMLNote();}\nelse return AMnoMathMLNote();}\nvar AMcal=[0xEF35,0x212C,0xEF36,0xEF37,0x2130,0x2131,0xEF38,0x210B,0x2110,0xEF39,0xEF3A,0x2112,0x2133,0xEF3B,0xEF3C,0xEF3D,0xEF3E,0x211B,0xEF3F,0xEF40,0xEF41,0xEF42,0xEF43,0xEF44,0xEF45,0xEF46];var AMfrk=[0xEF5D,0xEF5E,0x212D,0xEF5F,0xEF60,0xEF61,0xEF62,0x210C,0x2111,0xEF63,0xEF64,0xEF65,0xEF66,0xEF67,0xEF68,0xEF69,0xEF6A,0x211C,0xEF6B,0xEF6C,0xEF6D,0xEF6E,0xEF6F,0xEF70,0xEF71,0x2128];var AMbbb=[0xEF8C,0xEF8D,0x2102,0xEF8E,0xEF8F,0xEF90,0xEF91,0x210D,0xEF92,0xEF93,0xEF94,0xEF95,0xEF96,0x2115,0xEF97,0x2119,0x211A,0x211D,0xEF98,0xEF99,0xEF9A,0xEF9B,0xEF9C,0xEF9D,0xEF9E,0x2124];var CONST=0,UNARY=1,BINARY=2,INFIX=3,LEFTBRACKET=4,RIGHTBRACKET=5,SPACE=6,UNDEROVER=7,DEFINITION=8,TEXT=9,BIG=10,LONG=11,STRETCHY=12,MATRIX=13;var AMsqrt={input:\"\\\\sqrt\",tag:\"msqrt\",output:\"sqrt\",ttype:UNARY},AMroot={input:\"\\\\root\",tag:\"mroot\",output:\"root\",ttype:BINARY},AMfrac={input:\"\\\\frac\",tag:\"mfrac\",output:\"/\",ttype:BINARY},AMover={input:\"\\\\stackrel\",tag:\"mover\",output:\"stackrel\",ttype:BINARY},AMatop={input:\"\\\\atop\",tag:\"mfrac\",output:\"\",ttype:INFIX},AMchoose={input:\"\\\\choose\",tag:\"mfrac\",output:\"\",ttype:INFIX},AMsub={input:\"_\",tag:\"msub\",output:\"_\",ttype:INFIX},AMsup={input:\"^\",tag:\"msup\",output:\"^\",ttype:INFIX},AMtext={input:\"\\\\mathrm\",tag:\"mtext\",output:\"text\",ttype:TEXT},AMmbox={input:\"\\\\mbox\",tag:\"mtext\",output:\"mbox\",ttype:TEXT};var AMsymbols=[{input:\"\\\\alpha\",tag:\"mi\",output:\"\\u03B1\",ttype:CONST},{input:\"\\\\beta\",tag:\"mi\",output:\"\\u03B2\",ttype:CONST},{input:\"\\\\gamma\",tag:\"mi\",output:\"\\u03B3\",ttype:CONST},{input:\"\\\\delta\",tag:\"mi\",output:\"\\u03B4\",ttype:CONST},{input:\"\\\\epsilon\",tag:\"mi\",output:\"\\u03B5\",ttype:CONST},{input:\"\\\\varepsilon\",tag:\"mi\",output:\"\\u025B\",ttype:CONST},{input:\"\\\\zeta\",tag:\"mi\",output:\"\\u03B6\",ttype:CONST},{input:\"\\\\eta\",tag:\"mi\",output:\"\\u03B7\",ttype:CONST},{input:\"\\\\theta\",tag:\"mi\",output:\"\\u03B8\",ttype:CONST},{input:\"\\\\vartheta\",tag:\"mi\",output:\"\\u03D1\",ttype:CONST},{input:\"\\\\iota\",tag:\"mi\",output:\"\\u03B9\",ttype:CONST},{input:\"\\\\kappa\",tag:\"mi\",output:\"\\u03BA\",ttype:CONST},{input:\"\\\\lambda\",tag:\"mi\",output:\"\\u03BB\",ttype:CONST},{input:\"\\\\mu\",tag:\"mi\",output:\"\\u03BC\",ttype:CONST},{input:\"\\\\nu\",tag:\"mi\",output:\"\\u03BD\",ttype:CONST},{input:\"\\\\xi\",tag:\"mi\",output:\"\\u03BE\",ttype:CONST},{input:\"\\\\pi\",tag:\"mi\",output:\"\\u03C0\",ttype:CONST},{input:\"\\\\varpi\",tag:\"mi\",output:\"\\u03D6\",ttype:CONST},{input:\"\\\\rho\",tag:\"mi\",output:\"\\u03C1\",ttype:CONST},{input:\"\\\\varrho\",tag:\"mi\",output:\"\\u03F1\",ttype:CONST},{input:\"\\\\varsigma\",tag:\"mi\",output:\"\\u03C2\",ttype:CONST},{input:\"\\\\sigma\",tag:\"mi\",output:\"\\u03C3\",ttype:CONST},{input:\"\\\\tau\",tag:\"mi\",output:\"\\u03C4\",ttype:CONST},{input:\"\\\\upsilon\",tag:\"mi\",output:\"\\u03C5\",ttype:CONST},{input:\"\\\\phi\",tag:\"mi\",output:\"\\u03C6\",ttype:CONST},{input:\"\\\\varphi\",tag:\"mi\",output:\"\\u03D5\",ttype:CONST},{input:\"\\\\chi\",tag:\"mi\",output:\"\\u03C7\",ttype:CONST},{input:\"\\\\psi\",tag:\"mi\",output:\"\\u03C8\",ttype:CONST},{input:\"\\\\omega\",tag:\"mi\",output:\"\\u03C9\",ttype:CONST},{input:\"\\\\Gamma\",tag:\"mo\",output:\"\\u0393\",ttype:CONST},{input:\"\\\\Delta\",tag:\"mo\",output:\"\\u0394\",ttype:CONST},{input:\"\\\\Theta\",tag:\"mo\",output:\"\\u0398\",ttype:CONST},{input:\"\\\\Lambda\",tag:\"mo\",output:\"\\u039B\",ttype:CONST},{input:\"\\\\Xi\",tag:\"mo\",output:\"\\u039E\",ttype:CONST},{input:\"\\\\Pi\",tag:\"mo\",output:\"\\u03A0\",ttype:CONST},{input:\"\\\\Sigma\",tag:\"mo\",output:\"\\u03A3\",ttype:CONST},{input:\"\\\\Upsilon\",tag:\"mo\",output:\"\\u03A5\",ttype:CONST},{input:\"\\\\Phi\",tag:\"mo\",output:\"\\u03A6\",ttype:CONST},{input:\"\\\\Psi\",tag:\"mo\",output:\"\\u03A8\",ttype:CONST},{input:\"\\\\Omega\",tag:\"mo\",output:\"\\u03A9\",ttype:CONST},{input:\"\\\\frac12\",tag:\"mo\",output:\"\\u00BD\",ttype:CONST},{input:\"\\\\frac14\",tag:\"mo\",output:\"\\u00BC\",ttype:CONST},{input:\"\\\\frac34\",tag:\"mo\",output:\"\\u00BE\",ttype:CONST},{input:\"\\\\frac13\",tag:\"mo\",output:\"\\u2153\",ttype:CONST},{input:\"\\\\frac23\",tag:\"mo\",output:\"\\u2154\",ttype:CONST},{input:\"\\\\frac15\",tag:\"mo\",output:\"\\u2155\",ttype:CONST},{input:\"\\\\frac25\",tag:\"mo\",output:\"\\u2156\",ttype:CONST},{input:\"\\\\frac35\",tag:\"mo\",output:\"\\u2157\",ttype:CONST},{input:\"\\\\frac45\",tag:\"mo\",output:\"\\u2158\",ttype:CONST},{input:\"\\\\frac16\",tag:\"mo\",output:\"\\u2159\",ttype:CONST},{input:\"\\\\frac56\",tag:\"mo\",output:\"\\u215A\",ttype:CONST},{input:\"\\\\frac18\",tag:\"mo\",output:\"\\u215B\",ttype:CONST},{input:\"\\\\frac38\",tag:\"mo\",output:\"\\u215C\",ttype:CONST},{input:\"\\\\frac58\",tag:\"mo\",output:\"\\u215D\",ttype:CONST},{input:\"\\\\frac78\",tag:\"mo\",output:\"\\u215E\",ttype:CONST},{input:\"\\\\pm\",tag:\"mo\",output:\"\\u00B1\",ttype:CONST},{input:\"\\\\mp\",tag:\"mo\",output:\"\\u2213\",ttype:CONST},{input:\"\\\\triangleleft\",tag:\"mo\",output:\"\\u22B2\",ttype:CONST},{input:\"\\\\triangleright\",tag:\"mo\",output:\"\\u22B3\",ttype:CONST},{input:\"\\\\cdot\",tag:\"mo\",output:\"\\u22C5\",ttype:CONST},{input:\"\\\\star\",tag:\"mo\",output:\"\\u22C6\",ttype:CONST},{input:\"\\\\ast\",tag:\"mo\",output:\"\\u002A\",ttype:CONST},{input:\"\\\\times\",tag:\"mo\",output:\"\\u00D7\",ttype:CONST},{input:\"\\\\div\",tag:\"mo\",output:\"\\u00F7\",ttype:CONST},{input:\"\\\\circ\",tag:\"mo\",output:\"\\u2218\",ttype:CONST},{input:\"\\\\bullet\",tag:\"mo\",output:\"\\u2022\",ttype:CONST},{input:\"\\\\oplus\",tag:\"mo\",output:\"\\u2295\",ttype:CONST},{input:\"\\\\ominus\",tag:\"mo\",output:\"\\u2296\",ttype:CONST},{input:\"\\\\otimes\",tag:\"mo\",output:\"\\u2297\",ttype:CONST},{input:\"\\\\bigcirc\",tag:\"mo\",output:\"\\u25CB\",ttype:CONST},{input:\"\\\\oslash\",tag:\"mo\",output:\"\\u2298\",ttype:CONST},{input:\"\\\\odot\",tag:\"mo\",output:\"\\u2299\",ttype:CONST},{input:\"\\\\land\",tag:\"mo\",output:\"\\u2227\",ttype:CONST},{input:\"\\\\wedge\",tag:\"mo\",output:\"\\u2227\",ttype:CONST},{input:\"\\\\lor\",tag:\"mo\",output:\"\\u2228\",ttype:CONST},{input:\"\\\\vee\",tag:\"mo\",output:\"\\u2228\",ttype:CONST},{input:\"\\\\cap\",tag:\"mo\",output:\"\\u2229\",ttype:CONST},{input:\"\\\\cup\",tag:\"mo\",output:\"\\u222A\",ttype:CONST},{input:\"\\\\sqcap\",tag:\"mo\",output:\"\\u2293\",ttype:CONST},{input:\"\\\\sqcup\",tag:\"mo\",output:\"\\u2294\",ttype:CONST},{input:\"\\\\uplus\",tag:\"mo\",output:\"\\u228E\",ttype:CONST},{input:\"\\\\amalg\",tag:\"mo\",output:\"\\u2210\",ttype:CONST},{input:\"\\\\bigtriangleup\",tag:\"mo\",output:\"\\u25B3\",ttype:CONST},{input:\"\\\\bigtriangledown\",tag:\"mo\",output:\"\\u25BD\",ttype:CONST},{input:\"\\\\dag\",tag:\"mo\",output:\"\\u2020\",ttype:CONST},{input:\"\\\\dagger\",tag:\"mo\",output:\"\\u2020\",ttype:CONST},{input:\"\\\\ddag\",tag:\"mo\",output:\"\\u2021\",ttype:CONST},{input:\"\\\\ddagger\",tag:\"mo\",output:\"\\u2021\",ttype:CONST},{input:\"\\\\lhd\",tag:\"mo\",output:\"\\u22B2\",ttype:CONST},{input:\"\\\\rhd\",tag:\"mo\",output:\"\\u22B3\",ttype:CONST},{input:\"\\\\unlhd\",tag:\"mo\",output:\"\\u22B4\",ttype:CONST},{input:\"\\\\unrhd\",tag:\"mo\",output:\"\\u22B5\",ttype:CONST},{input:\"\\\\sum\",tag:\"mo\",output:\"\\u2211\",ttype:UNDEROVER},{input:\"\\\\prod\",tag:\"mo\",output:\"\\u220F\",ttype:UNDEROVER},{input:\"\\\\bigcap\",tag:\"mo\",output:\"\\u22C2\",ttype:UNDEROVER},{input:\"\\\\bigcup\",tag:\"mo\",output:\"\\u22C3\",ttype:UNDEROVER},{input:\"\\\\bigwedge\",tag:\"mo\",output:\"\\u22C0\",ttype:UNDEROVER},{input:\"\\\\bigvee\",tag:\"mo\",output:\"\\u22C1\",ttype:UNDEROVER},{input:\"\\\\bigsqcap\",tag:\"mo\",output:\"\\u2A05\",ttype:UNDEROVER},{input:\"\\\\bigsqcup\",tag:\"mo\",output:\"\\u2A06\",ttype:UNDEROVER},{input:\"\\\\coprod\",tag:\"mo\",output:\"\\u2210\",ttype:UNDEROVER},{input:\"\\\\bigoplus\",tag:\"mo\",output:\"\\u2A01\",ttype:UNDEROVER},{input:\"\\\\bigotimes\",tag:\"mo\",output:\"\\u2A02\",ttype:UNDEROVER},{input:\"\\\\bigodot\",tag:\"mo\",output:\"\\u2A00\",ttype:UNDEROVER},{input:\"\\\\biguplus\",tag:\"mo\",output:\"\\u2A04\",ttype:UNDEROVER},{input:\"\\\\int\",tag:\"mo\",output:\"\\u222B\",ttype:CONST},{input:\"\\\\oint\",tag:\"mo\",output:\"\\u222E\",ttype:CONST},{input:\":=\",tag:\"mo\",output:\":=\",ttype:CONST},{input:\"\\\\lt\",tag:\"mo\",output:\"<\",ttype:CONST},{input:\"\\\\gt\",tag:\"mo\",output:\">\",ttype:CONST},{input:\"\\\\ne\",tag:\"mo\",output:\"\\u2260\",ttype:CONST},{input:\"\\\\neq\",tag:\"mo\",output:\"\\u2260\",ttype:CONST},{input:\"\\\\le\",tag:\"mo\",output:\"\\u2264\",ttype:CONST},{input:\"\\\\leq\",tag:\"mo\",output:\"\\u2264\",ttype:CONST},{input:\"\\\\leqslant\",tag:\"mo\",output:\"\\u2264\",ttype:CONST},{input:\"\\\\ge\",tag:\"mo\",output:\"\\u2265\",ttype:CONST},{input:\"\\\\geq\",tag:\"mo\",output:\"\\u2265\",ttype:CONST},{input:\"\\\\geqslant\",tag:\"mo\",output:\"\\u2265\",ttype:CONST},{input:\"\\\\equiv\",tag:\"mo\",output:\"\\u2261\",ttype:CONST},{input:\"\\\\ll\",tag:\"mo\",output:\"\\u226A\",ttype:CONST},{input:\"\\\\gg\",tag:\"mo\",output:\"\\u226B\",ttype:CONST},{input:\"\\\\doteq\",tag:\"mo\",output:\"\\u2250\",ttype:CONST},{input:\"\\\\prec\",tag:\"mo\",output:\"\\u227A\",ttype:CONST},{input:\"\\\\succ\",tag:\"mo\",output:\"\\u227B\",ttype:CONST},{input:\"\\\\preceq\",tag:\"mo\",output:\"\\u227C\",ttype:CONST},{input:\"\\\\succeq\",tag:\"mo\",output:\"\\u227D\",ttype:CONST},{input:\"\\\\subset\",tag:\"mo\",output:\"\\u2282\",ttype:CONST},{input:\"\\\\supset\",tag:\"mo\",output:\"\\u2283\",ttype:CONST},{input:\"\\\\subseteq\",tag:\"mo\",output:\"\\u2286\",ttype:CONST},{input:\"\\\\supseteq\",tag:\"mo\",output:\"\\u2287\",ttype:CONST},{input:\"\\\\sqsubset\",tag:\"mo\",output:\"\\u228F\",ttype:CONST},{input:\"\\\\sqsupset\",tag:\"mo\",output:\"\\u2290\",ttype:CONST},{input:\"\\\\sqsubseteq\",tag:\"mo\",output:\"\\u2291\",ttype:CONST},{input:\"\\\\sqsupseteq\",tag:\"mo\",output:\"\\u2292\",ttype:CONST},{input:\"\\\\sim\",tag:\"mo\",output:\"\\u223C\",ttype:CONST},{input:\"\\\\simeq\",tag:\"mo\",output:\"\\u2243\",ttype:CONST},{input:\"\\\\approx\",tag:\"mo\",output:\"\\u2248\",ttype:CONST},{input:\"\\\\cong\",tag:\"mo\",output:\"\\u2245\",ttype:CONST},{input:\"\\\\Join\",tag:\"mo\",output:\"\\u22C8\",ttype:CONST},{input:\"\\\\bowtie\",tag:\"mo\",output:\"\\u22C8\",ttype:CONST},{input:\"\\\\in\",tag:\"mo\",output:\"\\u2208\",ttype:CONST},{input:\"\\\\ni\",tag:\"mo\",output:\"\\u220B\",ttype:CONST},{input:\"\\\\owns\",tag:\"mo\",output:\"\\u220B\",ttype:CONST},{input:\"\\\\propto\",tag:\"mo\",output:\"\\u221D\",ttype:CONST},{input:\"\\\\vdash\",tag:\"mo\",output:\"\\u22A2\",ttype:CONST},{input:\"\\\\dashv\",tag:\"mo\",output:\"\\u22A3\",ttype:CONST},{input:\"\\\\models\",tag:\"mo\",output:\"\\u22A8\",ttype:CONST},{input:\"\\\\perp\",tag:\"mo\",output:\"\\u22A5\",ttype:CONST},{input:\"\\\\smile\",tag:\"mo\",output:\"\\u2323\",ttype:CONST},{input:\"\\\\frown\",tag:\"mo\",output:\"\\u2322\",ttype:CONST},{input:\"\\\\asymp\",tag:\"mo\",output:\"\\u224D\",ttype:CONST},{input:\"\\\\notin\",tag:\"mo\",output:\"\\u2209\",ttype:CONST},{input:\"\\\\begin{eqnarray}\",output:\"X\",ttype:MATRIX,invisible:true},{input:\"\\\\begin{array}\",output:\"X\",ttype:MATRIX,invisible:true},{input:\"\\\\\\\\\",output:\"}&{\",ttype:DEFINITION},{input:\"\\\\end{eqnarray}\",output:\"}}\",ttype:DEFINITION},{input:\"\\\\end{array}\",output:\"}}\",ttype:DEFINITION},{input:\"\\\\big\",tag:\"mo\",output:\"X\",atval:\"1.2\",ieval:\"2.2\",ttype:BIG},{input:\"\\\\Big\",tag:\"mo\",output:\"X\",atval:\"1.6\",ieval:\"2.6\",ttype:BIG},{input:\"\\\\bigg\",tag:\"mo\",output:\"X\",atval:\"2.2\",ieval:\"3.2\",ttype:BIG},{input:\"\\\\Bigg\",tag:\"mo\",output:\"X\",atval:\"2.9\",ieval:\"3.9\",ttype:BIG},{input:\"\\\\left\",tag:\"mo\",output:\"X\",ttype:LEFTBRACKET},{input:\"\\\\right\",tag:\"mo\",output:\"X\",ttype:RIGHTBRACKET},{input:\"{\",output:\"{\",ttype:LEFTBRACKET,invisible:true},{input:\"}\",output:\"}\",ttype:RIGHTBRACKET,invisible:true},{input:\"(\",tag:\"mo\",output:\"(\",atval:\"1\",ttype:STRETCHY},{input:\"[\",tag:\"mo\",output:\"[\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\lbrack\",tag:\"mo\",output:\"[\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\{\",tag:\"mo\",output:\"{\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\lbrace\",tag:\"mo\",output:\"{\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\langle\",tag:\"mo\",output:\"\\u2329\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\lfloor\",tag:\"mo\",output:\"\\u230A\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\lceil\",tag:\"mo\",output:\"\\u2308\",atval:\"1\",ttype:STRETCHY},{input:\")\",tag:\"mo\",output:\")\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"]\",tag:\"mo\",output:\"]\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\rbrack\",tag:\"mo\",output:\"]\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\}\",tag:\"mo\",output:\"}\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\rbrace\",tag:\"mo\",output:\"}\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\rangle\",tag:\"mo\",output:\"\\u232A\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\rfloor\",tag:\"mo\",output:\"\\u230B\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\rceil\",tag:\"mo\",output:\"\\u2309\",rtag:\"mi\",atval:\"1\",ttype:STRETCHY},{input:\"|\",tag:\"mo\",output:\"\\u2223\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\|\",tag:\"mo\",output:\"\\u2225\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\vert\",tag:\"mo\",output:\"\\u2223\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\Vert\",tag:\"mo\",output:\"\\u2225\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\mid\",tag:\"mo\",output:\"\\u2223\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\parallel\",tag:\"mo\",output:\"\\u2225\",atval:\"1\",ttype:STRETCHY},{input:\"/\",tag:\"mo\",output:\"/\",atval:\"1.01\",ttype:STRETCHY},{input:\"\\\\backslash\",tag:\"mo\",output:\"\\u2216\",atval:\"1\",ttype:STRETCHY},{input:\"\\\\setminus\",tag:\"mo\",output:\"\\\\\",ttype:CONST},{input:\"\\\\!\",tag:\"mspace\",atname:\"width\",atval:\"-0.167em\",ttype:SPACE},{input:\"\\\\,\",tag:\"mspace\",atname:\"width\",atval:\"0.167em\",ttype:SPACE},{input:\"\\\\>\",tag:\"mspace\",atname:\"width\",atval:\"0.222em\",ttype:SPACE},{input:\"\\\\:\",tag:\"mspace\",atname:\"width\",atval:\"0.222em\",ttype:SPACE},{input:\"\\\\;\",tag:\"mspace\",atname:\"width\",atval:\"0.278em\",ttype:SPACE},{input:\"~\",tag:\"mspace\",atname:\"width\",atval:\"0.333em\",ttype:SPACE},{input:\"\\\\quad\",tag:\"mspace\",atname:\"width\",atval:\"1em\",ttype:SPACE},{input:\"\\\\qquad\",tag:\"mspace\",atname:\"width\",atval:\"2em\",ttype:SPACE},{input:\"\\\\prime\",tag:\"mo\",output:\"\\u2032\",ttype:CONST},{input:\"'\",tag:\"mo\",output:\"\\u02B9\",ttype:CONST},{input:\"''\",tag:\"mo\",output:\"\\u02BA\",ttype:CONST},{input:\"'''\",tag:\"mo\",output:\"\\u2034\",ttype:CONST},{input:\"''''\",tag:\"mo\",output:\"\\u2057\",ttype:CONST},{input:\"\\\\ldots\",tag:\"mo\",output:\"\\u2026\",ttype:CONST},{input:\"\\\\cdots\",tag:\"mo\",output:\"\\u22EF\",ttype:CONST},{input:\"\\\\vdots\",tag:\"mo\",output:\"\\u22EE\",ttype:CONST},{input:\"\\\\ddots\",tag:\"mo\",output:\"\\u22F1\",ttype:CONST},{input:\"\\\\forall\",tag:\"mo\",output:\"\\u2200\",ttype:CONST},{input:\"\\\\exists\",tag:\"mo\",output:\"\\u2203\",ttype:CONST},{input:\"\\\\Re\",tag:\"mo\",output:\"\\u211C\",ttype:CONST},{input:\"\\\\Im\",tag:\"mo\",output:\"\\u2111\",ttype:CONST},{input:\"\\\\aleph\",tag:\"mo\",output:\"\\u2135\",ttype:CONST},{input:\"\\\\hbar\",tag:\"mo\",output:\"\\u210F\",ttype:CONST},{input:\"\\\\ell\",tag:\"mo\",output:\"\\u2113\",ttype:CONST},{input:\"\\\\wp\",tag:\"mo\",output:\"\\u2118\",ttype:CONST},{input:\"\\\\emptyset\",tag:\"mo\",output:\"\\u2205\",ttype:CONST},{input:\"\\\\infty\",tag:\"mo\",output:\"\\u221E\",ttype:CONST},{input:\"\\\\surd\",tag:\"mo\",output:\"\\\\sqrt{}\",ttype:DEFINITION},{input:\"\\\\partial\",tag:\"mo\",output:\"\\u2202\",ttype:CONST},{input:\"\\\\nabla\",tag:\"mo\",output:\"\\u2207\",ttype:CONST},{input:\"\\\\triangle\",tag:\"mo\",output:\"\\u25B3\",ttype:CONST},{input:\"\\\\therefore\",tag:\"mo\",output:\"\\u2234\",ttype:CONST},{input:\"\\\\angle\",tag:\"mo\",output:\"\\u2220\",ttype:CONST},{input:\"\\\\diamond\",tag:\"mo\",output:\"\\u22C4\",ttype:CONST},{input:\"\\\\Diamond\",tag:\"mo\",output:\"\\u25C7\",ttype:CONST},{input:\"\\\\neg\",tag:\"mo\",output:\"\\u00AC\",ttype:CONST},{input:\"\\\\lnot\",tag:\"mo\",output:\"\\u00AC\",ttype:CONST},{input:\"\\\\bot\",tag:\"mo\",output:\"\\u22A5\",ttype:CONST},{input:\"\\\\top\",tag:\"mo\",output:\"\\u22A4\",ttype:CONST},{input:\"\\\\square\",tag:\"mo\",output:\"\\u25AB\",ttype:CONST},{input:\"\\\\Box\",tag:\"mo\",output:\"\\u25A1\",ttype:CONST},{input:\"\\\\wr\",tag:\"mo\",output:\"\\u2240\",ttype:CONST},{input:\"\\\\arccos\",tag:\"mi\",output:\"arccos\",ttype:UNARY,func:true},{input:\"\\\\arcsin\",tag:\"mi\",output:\"arcsin\",ttype:UNARY,func:true},{input:\"\\\\arctan\",tag:\"mi\",output:\"arctan\",ttype:UNARY,func:true},{input:\"\\\\arg\",tag:\"mi\",output:\"arg\",ttype:UNARY,func:true},{input:\"\\\\cos\",tag:\"mi\",output:\"cos\",ttype:UNARY,func:true},{input:\"\\\\cosh\",tag:\"mi\",output:\"cosh\",ttype:UNARY,func:true},{input:\"\\\\cot\",tag:\"mi\",output:\"cot\",ttype:UNARY,func:true},{input:\"\\\\coth\",tag:\"mi\",output:\"coth\",ttype:UNARY,func:true},{input:\"\\\\csc\",tag:\"mi\",output:\"csc\",ttype:UNARY,func:true},{input:\"\\\\deg\",tag:\"mi\",output:\"deg\",ttype:UNARY,func:true},{input:\"\\\\det\",tag:\"mi\",output:\"det\",ttype:UNARY,func:true},{input:\"\\\\dim\",tag:\"mi\",output:\"dim\",ttype:UNARY,func:true},{input:\"\\\\exp\",tag:\"mi\",output:\"exp\",ttype:UNARY,func:true},{input:\"\\\\gcd\",tag:\"mi\",output:\"gcd\",ttype:UNARY,func:true},{input:\"\\\\hom\",tag:\"mi\",output:\"hom\",ttype:UNARY,func:true},{input:\"\\\\inf\",tag:\"mo\",output:\"inf\",ttype:UNDEROVER},{input:\"\\\\ker\",tag:\"mi\",output:\"ker\",ttype:UNARY,func:true},{input:\"\\\\lg\",tag:\"mi\",output:\"lg\",ttype:UNARY,func:true},{input:\"\\\\lim\",tag:\"mo\",output:\"lim\",ttype:UNDEROVER},{input:\"\\\\liminf\",tag:\"mo\",output:\"liminf\",ttype:UNDEROVER},{input:\"\\\\limsup\",tag:\"mo\",output:\"limsup\",ttype:UNDEROVER},{input:\"\\\\ln\",tag:\"mi\",output:\"ln\",ttype:UNARY,func:true},{input:\"\\\\log\",tag:\"mi\",output:\"log\",ttype:UNARY,func:true},{input:\"\\\\max\",tag:\"mo\",output:\"max\",ttype:UNDEROVER},{input:\"\\\\min\",tag:\"mo\",output:\"min\",ttype:UNDEROVER},{input:\"\\\\Pr\",tag:\"mi\",output:\"Pr\",ttype:UNARY,func:true},{input:\"\\\\sec\",tag:\"mi\",output:\"sec\",ttype:UNARY,func:true},{input:\"\\\\sin\",tag:\"mi\",output:\"sin\",ttype:UNARY,func:true},{input:\"\\\\sinh\",tag:\"mi\",output:\"sinh\",ttype:UNARY,func:true},{input:\"\\\\sup\",tag:\"mo\",output:\"sup\",ttype:UNDEROVER},{input:\"\\\\tan\",tag:\"mi\",output:\"tan\",ttype:UNARY,func:true},{input:\"\\\\tanh\",tag:\"mi\",output:\"tanh\",ttype:UNARY,func:true},{input:\"\\\\gets\",tag:\"mo\",output:\"\\u2190\",ttype:CONST},{input:\"\\\\leftarrow\",tag:\"mo\",output:\"\\u2190\",ttype:CONST},{input:\"\\\\to\",tag:\"mo\",output:\"\\u2192\",ttype:CONST},{input:\"\\\\rightarrow\",tag:\"mo\",output:\"\\u2192\",ttype:CONST},{input:\"\\\\leftrightarrow\",tag:\"mo\",output:\"\\u2194\",ttype:CONST},{input:\"\\\\uparrow\",tag:\"mo\",output:\"\\u2191\",ttype:CONST},{input:\"\\\\downarrow\",tag:\"mo\",output:\"\\u2193\",ttype:CONST},{input:\"\\\\updownarrow\",tag:\"mo\",output:\"\\u2195\",ttype:CONST},{input:\"\\\\Leftarrow\",tag:\"mo\",output:\"\\u21D0\",ttype:CONST},{input:\"\\\\Rightarrow\",tag:\"mo\",output:\"\\u21D2\",ttype:CONST},{input:\"\\\\Leftrightarrow\",tag:\"mo\",output:\"\\u21D4\",ttype:CONST},{input:\"\\\\iff\",tag:\"mo\",output:\"~\\\\Longleftrightarrow~\",ttype:DEFINITION},{input:\"\\\\Uparrow\",tag:\"mo\",output:\"\\u21D1\",ttype:CONST},{input:\"\\\\Downarrow\",tag:\"mo\",output:\"\\u21D3\",ttype:CONST},{input:\"\\\\Updownarrow\",tag:\"mo\",output:\"\\u21D5\",ttype:CONST},{input:\"\\\\mapsto\",tag:\"mo\",output:\"\\u21A6\",ttype:CONST},{input:\"\\\\longleftarrow\",tag:\"mo\",output:\"\\u2190\",ttype:LONG},{input:\"\\\\longrightarrow\",tag:\"mo\",output:\"\\u2192\",ttype:LONG},{input:\"\\\\longleftrightarrow\",tag:\"mo\",output:\"\\u2194\",ttype:LONG},{input:\"\\\\Longleftarrow\",tag:\"mo\",output:\"\\u21D0\",ttype:LONG},{input:\"\\\\Longrightarrow\",tag:\"mo\",output:\"\\u21D2\",ttype:LONG},{input:\"\\\\Longleftrightarrow\",tag:\"mo\",output:\"\\u21D4\",ttype:LONG},{input:\"\\\\longmapsto\",tag:\"mo\",output:\"\\u21A6\",ttype:CONST},AMsqrt,AMroot,AMfrac,AMover,AMsub,AMsup,AMtext,AMmbox,AMatop,AMchoose,{input:\"\\\\acute\",tag:\"mover\",output:\"\\u00B4\",ttype:UNARY,acc:true},{input:\"\\\\grave\",tag:\"mover\",output:\"\\u0060\",ttype:UNARY,acc:true},{input:\"\\\\breve\",tag:\"mover\",output:\"\\u02D8\",ttype:UNARY,acc:true},{input:\"\\\\check\",tag:\"mover\",output:\"\\u02C7\",ttype:UNARY,acc:true},{input:\"\\\\dot\",tag:\"mover\",output:\".\",ttype:UNARY,acc:true},{input:\"\\\\ddot\",tag:\"mover\",output:\"..\",ttype:UNARY,acc:true},{input:\"\\\\mathring\",tag:\"mover\",output:\"\\u00B0\",ttype:UNARY,acc:true},{input:\"\\\\vec\",tag:\"mover\",output:\"\\u20D7\",ttype:UNARY,acc:true},{input:\"\\\\overrightarrow\",tag:\"mover\",output:\"\\u20D7\",ttype:UNARY,acc:true},{input:\"\\\\overleftarrow\",tag:\"mover\",output:\"\\u20D6\",ttype:UNARY,acc:true},{input:\"\\\\hat\",tag:\"mover\",output:\"\\u005E\",ttype:UNARY,acc:true},{input:\"\\\\widehat\",tag:\"mover\",output:\"\\u0302\",ttype:UNARY,acc:true},{input:\"\\\\tilde\",tag:\"mover\",output:\"~\",ttype:UNARY,acc:true},{input:\"\\\\widetilde\",tag:\"mover\",output:\"\\u02DC\",ttype:UNARY,acc:true},{input:\"\\\\bar\",tag:\"mover\",output:\"\\u203E\",ttype:UNARY,acc:true},{input:\"\\\\overbrace\",tag:\"mover\",output:\"\\uFE37\",ttype:UNARY,acc:true},{input:\"\\\\overbracket\",tag:\"mover\",output:\"\\u23B4\",ttype:UNARY,acc:true},{input:\"\\\\overline\",tag:\"mover\",output:\"\\u00AF\",ttype:UNARY,acc:true},{input:\"\\\\underbrace\",tag:\"munder\",output:\"\\uFE38\",ttype:UNARY,acc:true},{input:\"\\\\underbracket\",tag:\"munder\",output:\"\\u23B5\",ttype:UNARY,acc:true},{input:\"\\\\underline\",tag:\"munder\",output:\"\\u00AF\",ttype:UNARY,acc:true},{input:\"\\\\displaystyle\",tag:\"mstyle\",atname:\"displaystyle\",atval:\"true\",ttype:UNARY},{input:\"\\\\textstyle\",tag:\"mstyle\",atname:\"displaystyle\",atval:\"false\",ttype:UNARY},{input:\"\\\\scriptstyle\",tag:\"mstyle\",atname:\"scriptlevel\",atval:\"1\",ttype:UNARY},{input:\"\\\\scriptscriptstyle\",tag:\"mstyle\",atname:\"scriptlevel\",atval:\"2\",ttype:UNARY},{input:\"\\\\textrm\",tag:\"mstyle\",output:\"\\\\mathrm\",ttype:DEFINITION},{input:\"\\\\mathbf\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"bold\",ttype:UNARY},{input:\"\\\\textbf\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"bold\",ttype:UNARY},{input:\"\\\\mathit\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"italic\",ttype:UNARY},{input:\"\\\\textit\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"italic\",ttype:UNARY},{input:\"\\\\mathtt\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"monospace\",ttype:UNARY},{input:\"\\\\texttt\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"monospace\",ttype:UNARY},{input:\"\\\\mathsf\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"sans-serif\",ttype:UNARY},{input:\"\\\\mathbb\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"double-struck\",ttype:UNARY,codes:AMbbb},{input:\"\\\\mathcal\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"script\",ttype:UNARY,codes:AMcal},{input:\"\\\\mathfrak\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"fraktur\",ttype:UNARY,codes:AMfrk},{input:\"\\\\textcolor\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"mathcolor\",ttype:BINARY},{input:\"\\\\colorbox\",tag:\"mstyle\",atname:\"mathvariant\",atval:\"background\",ttype:BINARY}];function compareNames(s1,s2){if(s1.input>s2.input)return 1\nelse return-1;}\nvar AMnames=[];function AMinitSymbols(){AMsymbols.sort(compareNames);for(i=0;i<AMsymbols.length;i++)AMnames[i]=AMsymbols[i].input;}\nvar AMmathml=\"http://www.w3.org/1998/Math/MathML\";function AMcreateElementMathML(t){if(isIE)return document.createElement(\"m:\"+t);else return document.createElementNS(AMmathml,t);}\nfunction AMcreateMmlNode(t,frag){if(isIE)var node=document.createElement(\"m:\"+t);else var node=document.createElementNS(AMmathml,t);node.appendChild(frag);return node;}\nfunction newcommand(oldstr,newstr){AMsymbols=AMsymbols.concat([{input:oldstr,tag:\"mo\",output:newstr,ttype:DEFINITION}]);}\nfunction AMremoveCharsAndBlanks(str,n){var st;st=str.slice(n);for(var i=0;i<st.length&&st.charCodeAt(i)<=32;i=i+1);return st.slice(i);}\nfunction AMposition(arr,str,n){if(n==0){var h,m;n=-1;h=arr.length;while(n+1<h){m=(n+h)>>1;if(arr[m]<str)n=m;else h=m;}\nreturn h;}else\nfor(var i=n;i<arr.length&&arr[i]<str;i++);return i;}\nfunction AMgetSymbol(str){var k=0;var j=0;var mk;var st;var tagst;var match=\"\";var more=true;for(var i=1;i<=str.length&&more;i++){st=str.slice(0,i);j=k;k=AMposition(AMnames,st,j);if(k<AMnames.length&&str.slice(0,AMnames[k].length)==AMnames[k]){match=AMnames[k];mk=k;i=match.length;}\nmore=k<AMnames.length&&str.slice(0,AMnames[k].length)>=AMnames[k];}\nAMpreviousSymbol=AMcurrentSymbol;if(match!=\"\"){AMcurrentSymbol=AMsymbols[mk].ttype;return AMsymbols[mk];}\nAMcurrentSymbol=CONST;k=1;st=str.slice(0,1);if(\"0\"<=st&&st<=\"9\")tagst=\"mn\";else tagst=((\"A\">st||st>\"Z\")&&(\"a\">st||st>\"z\")?\"mo\":\"mi\");return{input:st,tag:tagst,output:st,ttype:CONST};}\nvar AMpreviousSymbol,AMcurrentSymbol;function AMparseSexpr(str){var symbol,node,result,result2,i,st,newFrag=document.createDocumentFragment();str=AMremoveCharsAndBlanks(str,0);symbol=AMgetSymbol(str);if(symbol==null||symbol.ttype==RIGHTBRACKET)\nreturn[null,str,null];if(symbol.ttype==DEFINITION){str=symbol.output+AMremoveCharsAndBlanks(str,symbol.input.length);symbol=AMgetSymbol(str);if(symbol==null||symbol.ttype==RIGHTBRACKET)\nreturn[null,str,null];}\nstr=AMremoveCharsAndBlanks(str,symbol.input.length);switch(symbol.ttype){case SPACE:node=AMcreateElementMathML(symbol.tag);node.setAttribute(symbol.atname,symbol.atval);return[node,str,symbol.tag];case UNDEROVER:if(isIE){if(symbol.input.substr(0,4)==\"\\\\big\"){str=\"\\\\\"+symbol.input.substr(4)+str;symbol=AMgetSymbol(str);symbol.ttype=UNDEROVER;str=AMremoveCharsAndBlanks(str,symbol.input.length);}}\nreturn[AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output)),str,symbol.tag];case CONST:var output=symbol.output;if(isIE){if(symbol.input==\"'\")\noutput=\"\\u2032\";else if(symbol.input==\"''\")\noutput=\"\\u2033\";else if(symbol.input==\"'''\")\noutput=\"\\u2033\\u2032\";else if(symbol.input==\"''''\")\noutput=\"\\u2033\\u2033\";else if(symbol.input==\"\\\\square\")\noutput=\"\\u25A1\";else if(symbol.input.substr(0,5)==\"\\\\frac\"){var denom=symbol.input.substr(6,1);if(denom==\"5\"||denom==\"6\"){str=symbol.input.replace(/\\\\frac/,\"\\\\frac \")+str;return[node,str,symbol.tag];}}}\nnode=AMcreateMmlNode(symbol.tag,document.createTextNode(output));return[node,str,symbol.tag];case LONG:node=AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output));node.setAttribute(\"minsize\",\"1.5\");node.setAttribute(\"maxsize\",\"1.5\");node=AMcreateMmlNode(\"mover\",node);node.appendChild(AMcreateElementMathML(\"mspace\"));return[node,str,symbol.tag];case STRETCHY:if(isIE&&symbol.input==\"\\\\backslash\")\nsymbol.output=\"\\\\\";node=AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output));if(symbol.input==\"|\"||symbol.input==\"\\\\vert\"||symbol.input==\"\\\\|\"||symbol.input==\"\\\\Vert\"){node.setAttribute(\"lspace\",\"0em\");node.setAttribute(\"rspace\",\"0em\");}\nnode.setAttribute(\"maxsize\",symbol.atval);if(symbol.rtag!=null)\nreturn[node,str,symbol.rtag];else\nreturn[node,str,symbol.tag];case BIG:var atval=symbol.atval;if(isIE)\natval=symbol.ieval;symbol=AMgetSymbol(str);if(symbol==null)\nreturn[null,str,null];str=AMremoveCharsAndBlanks(str,symbol.input.length);node=AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output));if(isIE){var space=AMcreateElementMathML(\"mspace\");space.setAttribute(\"height\",atval+\"ex\");node=AMcreateMmlNode(\"mrow\",node);node.appendChild(space);}else{node.setAttribute(\"minsize\",atval);node.setAttribute(\"maxsize\",atval);}\nreturn[node,str,symbol.tag];case LEFTBRACKET:if(symbol.input==\"\\\\left\"){symbol=AMgetSymbol(str);if(symbol!=null){if(symbol.input==\".\")\nsymbol.invisible=true;str=AMremoveCharsAndBlanks(str,symbol.input.length);}}\nresult=AMparseExpr(str,true,false);if(symbol==null||(typeof symbol.invisible==\"boolean\"&&symbol.invisible))\nnode=AMcreateMmlNode(\"mrow\",result[0]);else{node=AMcreateMmlNode(\"mo\",document.createTextNode(symbol.output));node=AMcreateMmlNode(\"mrow\",node);node.appendChild(result[0]);}\nreturn[node,result[1],result[2]];case MATRIX:if(symbol.input==\"\\\\begin{array}\"){var mask=\"\";symbol=AMgetSymbol(str);str=AMremoveCharsAndBlanks(str,0);if(symbol==null)\nmask=\"l\";else{str=AMremoveCharsAndBlanks(str,symbol.input.length);if(symbol.input!=\"{\")\nmask=\"l\";else do{symbol=AMgetSymbol(str);if(symbol!=null){str=AMremoveCharsAndBlanks(str,symbol.input.length);if(symbol.input!=\"}\")\nmask=mask+symbol.input;}}while(symbol!=null&&symbol.input!=\"\"&&symbol.input!=\"}\");}\nresult=AMparseExpr(\"{\"+str,true,true);node=AMcreateMmlNode(\"mtable\",result[0]);mask=mask.replace(/l/g,\"left \");mask=mask.replace(/r/g,\"right \");mask=mask.replace(/c/g,\"center \");node.setAttribute(\"columnalign\",mask);node.setAttribute(\"displaystyle\",\"false\");if(isIE)\nreturn[node,result[1],null];var lspace=AMcreateElementMathML(\"mspace\");lspace.setAttribute(\"width\",\"0.167em\");var rspace=AMcreateElementMathML(\"mspace\");rspace.setAttribute(\"width\",\"0.167em\");var node1=AMcreateMmlNode(\"mrow\",lspace);node1.appendChild(node);node1.appendChild(rspace);return[node1,result[1],null];}else{result=AMparseExpr(\"{\"+str,true,true);node=AMcreateMmlNode(\"mtable\",result[0]);if(isIE)\nnode.setAttribute(\"columnspacing\",\"0.25em\");else\nnode.setAttribute(\"columnspacing\",\"0.167em\");node.setAttribute(\"columnalign\",\"right center left\");node.setAttribute(\"displaystyle\",\"true\");node=AMcreateMmlNode(\"mrow\",node);return[node,result[1],null];}\ncase TEXT:if(str.charAt(0)==\"{\")i=str.indexOf(\"}\");else i=0;if(i==-1)\ni=str.length;st=str.slice(1,i);if(st.charAt(0)==\" \"){node=AMcreateElementMathML(\"mspace\");node.setAttribute(\"width\",\"0.33em\");newFrag.appendChild(node);}\nnewFrag.appendChild(AMcreateMmlNode(symbol.tag,document.createTextNode(st)));if(st.charAt(st.length-1)==\" \"){node=AMcreateElementMathML(\"mspace\");node.setAttribute(\"width\",\"0.33em\");newFrag.appendChild(node);}\nstr=AMremoveCharsAndBlanks(str,i+1);return[AMcreateMmlNode(\"mrow\",newFrag),str,null];case UNARY:result=AMparseSexpr(str);if(result[0]==null)return[AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output)),str];if(typeof symbol.func==\"boolean\"&&symbol.func){st=str.charAt(0);if(st==\"^\"||st==\"_\"||st==\",\"){return[AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output)),str,symbol.tag];}else{node=AMcreateMmlNode(\"mrow\",AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output)));if(isIE){var space=AMcreateElementMathML(\"mspace\");space.setAttribute(\"width\",\"0.167em\");node.appendChild(space);}\nnode.appendChild(result[0]);return[node,result[1],symbol.tag];}}\nif(symbol.input==\"\\\\sqrt\"){if(isIE){var space=AMcreateElementMathML(\"mspace\");space.setAttribute(\"height\",\"1.2ex\");space.setAttribute(\"width\",\"0em\");node=AMcreateMmlNode(symbol.tag,result[0])\nnode.appendChild(space);return[node,result[1],symbol.tag];}else\nreturn[AMcreateMmlNode(symbol.tag,result[0]),result[1],symbol.tag];}else if(typeof symbol.acc==\"boolean\"&&symbol.acc){node=AMcreateMmlNode(symbol.tag,result[0]);var output=symbol.output;if(isIE){if(symbol.input==\"\\\\hat\")\noutput=\"\\u0302\";else if(symbol.input==\"\\\\widehat\")\noutput=\"\\u005E\";else if(symbol.input==\"\\\\bar\")\noutput=\"\\u00AF\";else if(symbol.input==\"\\\\grave\")\noutput=\"\\u0300\";else if(symbol.input==\"\\\\tilde\")\noutput=\"\\u0303\";}\nvar node1=AMcreateMmlNode(\"mo\",document.createTextNode(output));if(symbol.input==\"\\\\vec\"||symbol.input==\"\\\\check\")\nnode1.setAttribute(\"maxsize\",\"1.2\");if(isIE&&symbol.input==\"\\\\bar\")\nnode1.setAttribute(\"maxsize\",\"0.5\");if(symbol.input==\"\\\\underbrace\"||symbol.input==\"\\\\underline\")\nnode1.setAttribute(\"accentunder\",\"true\");else\nnode1.setAttribute(\"accent\",\"true\");node.appendChild(node1);if(symbol.input==\"\\\\overbrace\"||symbol.input==\"\\\\underbrace\")\nnode.ttype=UNDEROVER;return[node,result[1],symbol.tag];}else{if(!isIE&&typeof symbol.codes!=\"undefined\"){for(i=0;i<result[0].childNodes.length;i++)\nif(result[0].childNodes[i].nodeName==\"mi\"||result[0].nodeName==\"mi\"){st=(result[0].nodeName==\"mi\"?result[0].firstChild.nodeValue:result[0].childNodes[i].firstChild.nodeValue);var newst=[];for(var j=0;j<st.length;j++)\nif(st.charCodeAt(j)>64&&st.charCodeAt(j)<91)newst=newst+\nString.fromCharCode(symbol.codes[st.charCodeAt(j)-65]);else newst=newst+st.charAt(j);if(result[0].nodeName==\"mi\")\nresult[0]=AMcreateElementMathML(\"mo\").appendChild(document.createTextNode(newst));else result[0].replaceChild(AMcreateElementMathML(\"mo\").appendChild(document.createTextNode(newst)),result[0].childNodes[i]);}}\nnode=AMcreateMmlNode(symbol.tag,result[0]);node.setAttribute(symbol.atname,symbol.atval);if(symbol.input==\"\\\\scriptstyle\"||symbol.input==\"\\\\scriptscriptstyle\")\nnode.setAttribute(\"displaystyle\",\"false\");return[node,result[1],symbol.tag];}\ncase BINARY:result=AMparseSexpr(str);if(result[0]==null)return[AMcreateMmlNode(\"mo\",document.createTextNode(symbol.input)),str,null];result2=AMparseSexpr(result[1]);if(result2[0]==null)return[AMcreateMmlNode(\"mo\",document.createTextNode(symbol.input)),str,null];if(symbol.input==\"\\\\textcolor\"||symbol.input==\"\\\\colorbox\"){var tclr=str.match(/\\{\\s*([#\\w]+)\\s*\\}/);str=str.replace(/\\{\\s*[#\\w]+\\s*\\}/,\"\");if(tclr!=null){if(IsColorName.test(tclr[1].toLowerCase())){tclr=LaTeXColor[tclr[1].toLowerCase()];}else{tclr=tclr[1];}\nnode=AMcreateElementMathML(\"mstyle\");node.setAttribute(symbol.atval,tclr);node.appendChild(result2[0]);return[node,result2[1],symbol.tag];}}\nif(symbol.input==\"\\\\root\"||symbol.input==\"\\\\stackrel\")newFrag.appendChild(result2[0]);newFrag.appendChild(result[0]);if(symbol.input==\"\\\\frac\")newFrag.appendChild(result2[0]);return[AMcreateMmlNode(symbol.tag,newFrag),result2[1],symbol.tag];case INFIX:str=AMremoveCharsAndBlanks(str,symbol.input.length);return[AMcreateMmlNode(\"mo\",document.createTextNode(symbol.output)),str,symbol.tag];default:return[AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output)),str,symbol.tag];}}\nfunction AMparseIexpr(str){var symbol,sym1,sym2,node,result,tag,underover;str=AMremoveCharsAndBlanks(str,0);sym1=AMgetSymbol(str);result=AMparseSexpr(str);node=result[0];str=result[1];tag=result[2];symbol=AMgetSymbol(str);if(symbol.ttype==INFIX){str=AMremoveCharsAndBlanks(str,symbol.input.length);result=AMparseSexpr(str);if(result[0]==null)\nresult[0]=AMcreateMmlNode(\"mo\",document.createTextNode(\"\\u25A1\"));str=result[1];tag=result[2];if(symbol.input==\"_\"||symbol.input==\"^\"){sym2=AMgetSymbol(str);tag=null;underover=((sym1.ttype==UNDEROVER)||(node.ttype==UNDEROVER));if(symbol.input==\"_\"&&sym2.input==\"^\"){str=AMremoveCharsAndBlanks(str,sym2.input.length);var res2=AMparseSexpr(str);str=res2[1];tag=res2[2];node=AMcreateMmlNode((underover?\"munderover\":\"msubsup\"),node);node.appendChild(result[0]);node.appendChild(res2[0]);}else if(symbol.input==\"_\"){node=AMcreateMmlNode((underover?\"munder\":\"msub\"),node);node.appendChild(result[0]);}else{node=AMcreateMmlNode((underover?\"mover\":\"msup\"),node);node.appendChild(result[0]);}\nnode=AMcreateMmlNode(\"mrow\",node);}else{node=AMcreateMmlNode(symbol.tag,node);if(symbol.input==\"\\\\atop\"||symbol.input==\"\\\\choose\")\nnode.setAttribute(\"linethickness\",\"0ex\");node.appendChild(result[0]);if(symbol.input==\"\\\\choose\")\nnode=AMcreateMmlNode(\"mfenced\",node);}}\nreturn[node,str,tag];}\nfunction AMparseExpr(str,rightbracket,matrix){var symbol,node,result,i,tag,newFrag=document.createDocumentFragment();do{str=AMremoveCharsAndBlanks(str,0);result=AMparseIexpr(str);node=result[0];str=result[1];tag=result[2];symbol=AMgetSymbol(str);if(node!=undefined){if((tag==\"mn\"||tag==\"mi\")&&symbol!=null&&typeof symbol.func==\"boolean\"&&symbol.func){var space=AMcreateElementMathML(\"mspace\");space.setAttribute(\"width\",\"0.167em\");node=AMcreateMmlNode(\"mrow\",node);node.appendChild(space);}\nnewFrag.appendChild(node);}}while((symbol.ttype!=RIGHTBRACKET)&&symbol!=null&&symbol.output!=\"\");tag=null;if(symbol.ttype==RIGHTBRACKET){if(symbol.input==\"\\\\right\"){str=AMremoveCharsAndBlanks(str,symbol.input.length);symbol=AMgetSymbol(str);if(symbol!=null&&symbol.input==\".\")\nsymbol.invisible=true;if(symbol!=null)\ntag=symbol.rtag;}\nif(symbol!=null)\nstr=AMremoveCharsAndBlanks(str,symbol.input.length);var len=newFrag.childNodes.length;if(matrix&&len>0&&newFrag.childNodes[len-1].nodeName==\"mrow\"&&len>1&&newFrag.childNodes[len-2].nodeName==\"mo\"&&newFrag.childNodes[len-2].firstChild.nodeValue==\"&\"){var pos=[];var m=newFrag.childNodes.length;for(i=0;matrix&&i<m;i=i+2){pos[i]=[];node=newFrag.childNodes[i];for(var j=0;j<node.childNodes.length;j++)\nif(node.childNodes[j].firstChild.nodeValue==\"&\")\npos[i][pos[i].length]=j;}\nvar row,frag,n,k,table=document.createDocumentFragment();for(i=0;i<m;i=i+2){row=document.createDocumentFragment();frag=document.createDocumentFragment();node=newFrag.firstChild;n=node.childNodes.length;k=0;for(j=0;j<n;j++){if(typeof pos[i][k]!=\"undefined\"&&j==pos[i][k]){node.removeChild(node.firstChild);row.appendChild(AMcreateMmlNode(\"mtd\",frag));k++;}else frag.appendChild(node.firstChild);}\nrow.appendChild(AMcreateMmlNode(\"mtd\",frag));if(newFrag.childNodes.length>2){newFrag.removeChild(newFrag.firstChild);newFrag.removeChild(newFrag.firstChild);}\ntable.appendChild(AMcreateMmlNode(\"mtr\",row));}\nreturn[table,str];}\nif(typeof symbol.invisible!=\"boolean\"||!symbol.invisible){node=AMcreateMmlNode(\"mo\",document.createTextNode(symbol.output));newFrag.appendChild(node);}}\nreturn[newFrag,str,tag];}\nfunction AMparseMath(str){var result,node=AMcreateElementMathML(\"mstyle\");var cclr=str.match(/\\\\color\\s*\\{\\s*([#\\w]+)\\s*\\}/);str=str.replace(/\\\\color\\s*\\{\\s*[#\\w]+\\s*\\}/g,\"\");if(cclr!=null){if(IsColorName.test(cclr[1].toLowerCase())){cclr=LaTeXColor[cclr[1].toLowerCase()];}else{cclr=cclr[1];}\nnode.setAttribute(\"mathcolor\",cclr);}else{if(mathcolor!=\"\")node.setAttribute(\"mathcolor\",mathcolor);};if(mathfontfamily!=\"\")node.setAttribute(\"fontfamily\",mathfontfamily);node.appendChild(AMparseExpr(str.replace(/^\\s+/g,\"\"),false,false)[0]);node=AMcreateMmlNode(\"math\",node);if(showasciiformulaonhover)\nnode.setAttribute(\"title\",str.replace(/\\s+/g,\" \"));if(false){var fnode=AMcreateElementXHTML(\"font\");fnode.setAttribute(\"face\",mathfontfamily);fnode.appendChild(node);return fnode;}\nreturn node;}\nfunction AMstrarr2docFrag(arr,linebreaks){var newFrag=document.createDocumentFragment();var expr=false;for(var i=0;i<arr.length;i++){if(expr)newFrag.appendChild(AMparseMath(arr[i]));else{var arri=(linebreaks?arr[i].split(\"\\n\\n\"):[arr[i]]);newFrag.appendChild(AMcreateElementXHTML(\"span\").appendChild(document.createTextNode(arri[0])));for(var j=1;j<arri.length;j++){newFrag.appendChild(AMcreateElementXHTML(\"p\"));newFrag.appendChild(AMcreateElementXHTML(\"span\").appendChild(document.createTextNode(arri[j])));}}\nexpr=!expr;}\nreturn newFrag;}\nfunction AMprocessNodeR(n,linebreaks){var mtch,str,arr,frg,i;if(n.childNodes.length==0){if((n.nodeType!=8||linebreaks)&&n.parentNode.nodeName!=\"form\"&&n.parentNode.nodeName!=\"FORM\"&&n.parentNode.nodeName!=\"textarea\"&&n.parentNode.nodeName!=\"TEXTAREA\"&&n.parentNode.nodeName!=\"pre\"&&n.parentNode.nodeName!=\"PRE\"){str=n.nodeValue;if(!(str==null)){str=str.replace(/\\r\\n\\r\\n/g,\"\\n\\n\");str=str.replace(/\\x20+/g,\" \");str=str.replace(/\\s*\\r\\n/g,\" \");mtch=(str.indexOf(\"\\$\")==-1?false:true);str=str.replace(/([^\\\\])\\$/g,\"$1 \\$\");str=str.replace(/^\\$/,\" \\$\");arr=str.split(\" \\$\");for(i=0;i<arr.length;i++)\narr[i]=arr[i].replace(/\\\\\\$/g,\"\\$\");if(arr.length>1||mtch){if(checkForMathML){checkForMathML=false;var nd=AMisMathMLavailable();AMnoMathML=nd!=null;if(AMnoMathML&¬ifyIfNoMathML)\nif(alertIfNoMathML)\nalert(\"To view the ASCIIMathML notation use Internet Explorer 6 +\\nMathPlayer (free from www.dessci.com)\\nor Firefox/Mozilla/Netscape\");else AMbody.insertBefore(nd,AMbody.childNodes[0]);}\nif(!AMnoMathML){frg=AMstrarr2docFrag(arr,n.nodeType==8);var len=frg.childNodes.length;n.parentNode.replaceChild(frg,n);return len-1;}else return 0;}}}else return 0;}else if(n.nodeName!=\"math\"){for(i=0;i<n.childNodes.length;i++)\ni+=AMprocessNodeR(n.childNodes[i],linebreaks);}\nreturn 0;}\nfunction AMprocessNode(n,linebreaks,spanclassAM){var frag,st;if(spanclassAM!=null){frag=document.getElementsByTagName(\"span\")\nfor(var i=0;i<frag.length;i++)\nif(frag[i].className==\"AM\")\nAMprocessNodeR(frag[i],linebreaks);}else{try{st=n.innerHTML;}catch(err){}\nif(st==null||st.indexOf(\"\\$\")!=-1)\nAMprocessNodeR(n,linebreaks);}\nif(isIE){frag=document.getElementsByTagName('math');for(var i=0;i<frag.length;i++)frag[i].update()}}\nvar inAppendix=false;var sectionCntr=0;var IEcommentWarning=true;var biblist=[];var bibcntr=0;var LaTeXCounter=[];LaTeXCounter[\"definition\"]=0;LaTeXCounter[\"proposition\"]=0;LaTeXCounter[\"lemma\"]=0;LaTeXCounter[\"theorem\"]=0;LaTeXCounter[\"corollary\"]=0;LaTeXCounter[\"example\"]=0;LaTeXCounter[\"exercise\"]=0;LaTeXCounter[\"subsection\"]=0;LaTeXCounter[\"subsubsection\"]=0;LaTeXCounter[\"figure\"]=0;LaTeXCounter[\"equation\"]=0;LaTeXCounter[\"table\"]=0;var LaTeXColor=[];LaTeXColor[\"greenyellow\"]=\"#D9FF4F\";LaTeXColor[\"yellow\"]=\"#FFFF00\";LaTeXColor[\"goldenrod\"]=\"#FFE529\";LaTeXColor[\"dandelion\"]=\"#FFB529\";LaTeXColor[\"apricot\"]=\"#FFAD7A\";LaTeXColor[\"peach\"]=\"#FF804D\";LaTeXColor[\"melon\"]=\"#FF8A80\";LaTeXColor[\"yelloworange\"]=\"#FF9400\";LaTeXColor[\"orange\"]=\"#FF6321\";LaTeXColor[\"burntorange\"]=\"#FF7D00\";LaTeXColor[\"bittersweet\"]=\"#C20300\";LaTeXColor[\"redorange\"]=\"#FF3B21\";LaTeXColor[\"mahogany\"]=\"#A60000\";LaTeXColor[\"maroon\"]=\"#AD0000\";LaTeXColor[\"brickred\"]=\"#B80000\";LaTeXColor[\"red\"]=\"#FF0000\";LaTeXColor[\"orangered\"]=\"#FF0080\";LaTeXColor[\"rubinered\"]=\"#FF00DE\";LaTeXColor[\"wildstrawberry\"]=\"#FF0A9C\";LaTeXColor[\"salmon\"]=\"#FF789E\";LaTeXColor[\"carnationpink\"]=\"#FF5EFF\";LaTeXColor[\"magenta\"]=\"#FF00FF\";LaTeXColor[\"violetred\"]=\"#FF30FF\";LaTeXColor[\"rhodamine\"]=\"#FF2EFF\";LaTeXColor[\"mulberry\"]=\"#A314FA\";LaTeXColor[\"redviolet\"]=\"#9600A8\";LaTeXColor[\"fuchsia\"]=\"#7303EB\";LaTeXColor[\"lavender\"]=\"#FF85FF\";LaTeXColor[\"thistle\"]=\"#E069FF\";LaTeXColor[\"orchid\"]=\"#AD5CFF\";LaTeXColor[\"darkorchid\"]=\"#9933CC\";LaTeXColor[\"purple\"]=\"#8C24FF\";LaTeXColor[\"plum\"]=\"#8000FF\";LaTeXColor[\"violet\"]=\"#361FFF\";LaTeXColor[\"royalpurple\"]=\"#401AFF\";LaTeXColor[\"blueviolet\"]=\"#1A0DF5\";LaTeXColor[\"periwinkle\"]=\"#6E73FF\";LaTeXColor[\"cadetblue\"]=\"#616EC4\";LaTeXColor[\"cornflowerblue\"]=\"#59DEFF\";LaTeXColor[\"midnightblue\"]=\"#007091\";LaTeXColor[\"navyblue\"]=\"#0F75FF\";LaTeXColor[\"royalblue\"]=\"#0080FF\";LaTeXColor[\"blue\"]=\"#0000FF\";LaTeXColor[\"cerulean\"]=\"#0FE3FF\";LaTeXColor[\"cyan\"]=\"#00FFFF\";LaTeXColor[\"processblue\"]=\"#0AFFFF\";LaTeXColor[\"skyblue\"]=\"#61FFE0\";LaTeXColor[\"turquoise\"]=\"#26FFCC\";LaTeXColor[\"tealblue\"]=\"#1FFAA3\";LaTeXColor[\"aquamarine\"]=\"#2EFFB2\";LaTeXColor[\"bluegreen\"]=\"#26FFAB\";LaTeXColor[\"emerald\"]=\"#00FF80\";LaTeXColor[\"junglegreen\"]=\"#03FF7A\";LaTeXColor[\"seagreen\"]=\"#4FFF80\";LaTeXColor[\"green\"]=\"#00FF00\";LaTeXColor[\"forestgreen\"]=\"#00E000\";LaTeXColor[\"pinegreen\"]=\"#00BF29\";LaTeXColor[\"limegreen\"]=\"#80FF00\";LaTeXColor[\"yellowgreen\"]=\"#8FFF42\";LaTeXColor[\"springgreen\"]=\"#BDFF3D\";LaTeXColor[\"olivegreen\"]=\"#009900\";LaTeXColor[\"rawsienna\"]=\"#8C0000\";LaTeXColor[\"sepia\"]=\"#4D0000\";LaTeXColor[\"brown\"]=\"#660000\";LaTeXColor[\"tan\"]=\"#DB9470\";LaTeXColor[\"gray\"]=\"#808080\";LaTeXColor[\"grey\"]=\"#808080\";LaTeXColor[\"black\"]=\"#000000\";LaTeXColor[\"white\"]=\"#FFFFFF\";var IsColorName=/^(?:greenyellow|yellow|goldenrod|dandelion|apricot|peach|melon|yelloworange|orange|burntorange|bittersweet|redorange|mahogany|maroon|brickred|red|orangered|rubinered|wildstrawberry|salmon|carnationpink|magenta|violetred|rhodamine|mulberry|redviolet|fuchsia|lavender|thistle|orchid|darkorchid|purple|plum|violet|royalpurple|blueviolet|periwinkle|cadetblue|cornflowerblue|midnightblue|navyblue|royalblue|blue|cerulean|cyan|processblue|skyblue|turquoise|tealblue|aquamarine|bluegreen|emerald|junglegreen|seagreen|green|forestgreen|pinegreen|limegreen|yellowgreen|springgreen|olivegreen|rawsienna|sepia|brown|tan|gray|grey|black|white)$/;var IsCounter=/^(?:definition|proposition|lemma|theorem|corollary|example|exercise|subsection|subsubsection|figure|equation|table)$/;var IsLaTeXElement=/^(?:displayequation|title|author|address|date|abstract|keyword|section|subsection|subsubsection|ref|cite|thebibliography|definition|proposition|lemma|theorem|corollary|example|exercise|itemize|enumerate|enddefinition|endproposition|endlemma|endtheorem|endcorollary|endexample|endexercise|enditemize|endenumerate|LaTeXMathMLlabel|LaTeXMathML|smallskip|medskip|bigskip|quote|quotation|endquote|endquotation|center|endcenter|description|enddescription|inlinemath)$/;var IsTextOnlyArea=/^(?:form|textarea|pre)$/i;var tableid=0;function makeNumberString(cntr){if(sectionCntr>0){if(inAppendix){return\"A\"+sectionCntr+\".\"+cntr;}else{return sectionCntr+\".\"+cntr;}}else{return\"\"+cntr;}};function LaTeXpreProcess(thebody){var TheBody=thebody;if(TheBody.hasChildNodes()){if(!(IsLaTeXElement.test(TheBody.className)))\n{for(var i=0;i<TheBody.childNodes.length;i++){LaTeXpreProcess(TheBody.childNodes[i])}}}\nelse{if(TheBody.nodeType==3&&!(IsTextOnlyArea.test(TheBody.parentNode.nodeName)))\n{var str=TheBody.nodeValue;if(!(str==null)){str=str.replace(/\\\\%/g,\"<per>\");str=str.replace(/%[^\\n]*(?=\\n)/g,\"\");str=str.replace(/%[^\\r]*(?=\\r)/g,\"\");str=str.replace(/%[^\\n]*$/,\"\")\nif(isIE&&str.match(/%/g)!=null&&IEcommentWarning){alert(\"Comments may not have parsed properly. Try putting in <pre class='LaTeX><div>..</div></pre> structure.\");IEcommentWarning=false;}\nstr=str.replace(/<per>/g,\"%\");if(str.match(/XXX[\\s\\S]*/)!=null){var tmp=str.match(/XXX[\\s\\S]*/)[0];var tmpstr=tmp.charCodeAt(7)+\"::\"+tmp.charCodeAt(8)+\"::\"+tmp.charCodeAt(9)+\"::\"+tmp.charCodeAt(10)+\"::\"+tmp.charCodeAt(11)+\"::\"+tmp.charCodeAt(12)+\"::\"+tmp.charCodeAt(13);alert(tmpstr);}\nstr=str.replace(/([^\\\\])\\\\(\\s)/g,\"$1\\u00A0$2\");str=str.replace(/\\\\quad/g,\"\\u2001\");str=str.replace(/\\\\qquad/g,\"\\u2001\\u2001\");str=str.replace(/\\\\enspace/g,\"\\u2002\");str=str.replace(/\\\\;/g,\"\\u2004\");str=str.replace(/\\\\:/g,\"\\u2005\");str=str.replace(/\\\\,/g,\"\\u2006\");str=str.replace(/\\\\thinspace/g,\"\\u200A\");str=str.replace(/([^\\\\])~/g,\"$1\\u00A0\");str=str.replace(/\\\\~/g,\"~\");str=str.replace(/\\\\\\[/g,\" <DEQ> $\\\\displaystyle{\");str=str.replace(/\\\\\\]/g,\"}$ <DEQ> \");str=str.replace(/\\$\\$/g,\"${$<DEQ>$}$\");str=str.replace(/\\\\begin\\s*\\{\\s*array\\s*\\}/g,\"\\\\begin{array}\");str=str.replace(/\\\\end\\s*\\{\\s*array\\s*\\}/g,\"\\\\end{array}\");str=str.replace(/\\\\begin\\s*\\{\\s*eqnarray\\s*\\}/g,\" <DEQ>eqno$\\\\begin{eqnarray}\");str=str.replace(/\\\\end\\s*\\{\\s*eqnarray\\s*\\}/g,\"\\\\end{eqnarray}$<DEQ> \");str=str.replace(/\\\\begin\\s*\\{\\s*eqnarray\\*\\s*\\}/g,\" <DEQ>$\\\\begin{eqnarray}\");str=str.replace(/\\\\end\\s*\\{\\s*eqnarray\\*\\s*\\}/g,\"\\\\end{eqnarray}$<DEQ> \");str=str.replace(/\\\\begin\\s*\\{\\s*displaymath\\s*\\}/g,\" <DEQ> $\\\\displaystyle{\");str=str.replace(/\\\\end\\s*\\{\\s*displaymath\\s*\\}/g,\"}$ <DEQ> \");str=str.replace(/\\\\begin\\s*\\{\\s*equation\\s*\\*\\s*\\}/g,\" <DEQ> $\\\\displaystyle{\");str=str.replace(/\\\\end\\s*\\{\\s*equation\\s*\\*\\s*\\}/g,\"}$ <DEQ> \");str=str.replace(/\\\\begin\\s*\\{\\s*equation\\s*\\}/g,\" <DEQ>eqno$\\\\displaystyle{\");str=str.replace(/\\\\end\\s*\\{\\s*equation\\s*\\}/g,\"}$ <DEQ> \");str=str.split(\"<DEQ>\");var newFrag=document.createDocumentFragment();for(var i=0;i<str.length;i++){if(i%2){var DEQtable=document.createElement(\"table\");DEQtable.className='displayequation';var DEQtbody=document.createElement(\"tbody\");var DEQtr=document.createElement(\"tr\");var DEQtdeq=document.createElement(\"td\");DEQtdeq.className='eq';str[i]=str[i].replace(/\\$\\}\\$/g,\"$\\\\displaystyle{\");str[i]=str[i].replace(/\\$\\{\\$/g,\"}\");var lbl=str[i].match(/\\\\label\\s*\\{\\s*(\\w+)\\s*\\}/);var ISeqno=str[i].match(/^eqno/);str[i]=str[i].replace(/^eqno/,\" \");str[i]=str[i].replace(/\\\\label\\s*\\{\\s*\\w+\\s*\\}/,\" \");DEQtdeq.appendChild(document.createTextNode(str[i]));DEQtr.appendChild(DEQtdeq);str[i]=str[i].replace(/\\\\nonumber/g,\"\");if(ISeqno!=null||lbl!=null){var DEQtdno=document.createElement(\"td\");DEQtdno.className='eqno';LaTeXCounter[\"equation\"]++;var eqnoString=makeNumberString(LaTeXCounter[\"equation\"]);var DEQanchor=document.createElement(\"a\");if(lbl!=null){DEQanchor.id=lbl[1]};DEQanchor.className=\"eqno\";var anchorSpan=document.createElement(\"span\");anchorSpan.className=\"eqno\";anchorSpan.style.display=\"none\";anchorSpan.appendChild(document.createTextNode(eqnoString));DEQanchor.appendChild(anchorSpan);DEQtdno.appendChild(DEQanchor);var DEQspan=document.createElement(\"span\");DEQspan.className=\"eqno\";DEQspan.appendChild(document.createTextNode(\"(\"+eqnoString+\")\"));DEQtdno.appendChild(DEQspan);DEQtr.appendChild(DEQtdno);}\nDEQtbody.appendChild(DEQtr);DEQtable.appendChild(DEQtbody);newFrag.appendChild(DEQtable);}\nelse{str[i]=str[i].replace(/\\$\\}\\$/g,\"\");str[i]=str[i].replace(/\\$\\{\\$/g,\"\");str[i]=str[i].replace(/\\\\maketitle/g,\"\");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*document\\s*\\}/g,\"\");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*document\\s*\\}/g,\"\");str[i]=str[i].replace(/\\\\documentclass[^\\}]*?\\}/g,\"\");str[i]=str[i].replace(/\\\\usepackage[^\\}]*?\\}/g,\"\");str[i]=str[i].replace(/\\\\noindent/g,\"\");str[i]=str[i].replace(/\\\\notag/g,\"\");str[i]=str[i].replace(/\\\\ref\\s*\\{\\s*(\\w+)\\}/g,\" \\\\[ref\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\url\\s*\\{\\s*([^\\}\\n]+)\\}/g,\" \\\\[url\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\href\\s*\\{\\s*([^\\}]+)\\}\\s*\\{\\s*([^\\}]+)\\}/g,\" \\\\[href\\\\]$1\\\\]$2\\\\[ \");str[i]=str[i].replace(/\\\\cite\\s*\\{\\s*(\\w+)\\}/g,\" \\\\[cite\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\qed/g,\"\\u220E\");str[i]=str[i].replace(/\\\\endproof/g,\"\\u220E\");str[i]=str[i].replace(/\\\\proof/g,\"\\\\textbf{Proof: }\");str[i]=str[i].replace(/\\\\n(?=\\s)/g,\" \\\\[br\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\newline/g,\" \\\\[br\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\linebreak/g,\" \\\\[br\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\smallskip/g,\" \\\\[logicalbreak\\\\]smallskip\\\\[ \");str[i]=str[i].replace(/\\\\medskip/g,\" \\\\[logicalbreak\\\\]medskip\\\\[ \");str[i]=str[i].replace(/\\\\bigskip/g,\" \\\\[logicalbreak\\\\]bigskip\\\\[ \");str[i]=str[i].replace(/[\\n\\r]+[ \\f\\n\\r\\t\\v\\u2028\\u2029]*[\\n\\r]+/g,\" \\\\[logicalbreak\\\\]LaTeXMathML\\\\[ \");if(isIE){str[i]=str[i].replace(/\\r/g,\" \");}\nstr[i]=str[i].replace(/\\\\bibitem\\s*([^\\{]*\\{\\s*\\w*\\s*\\})/g,\" \\\\[bibitem\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\bibitem\\s*/g,\" \\\\[bibitem\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\item\\s*\\[\\s*(\\w+)\\s*\\]/g,\" \\\\[alistitem\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\item\\s*/g,\" \\\\[alistitem\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\appendix/g,\" \\\\[appendix\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*figure\\s*\\}([\\s\\S]+?)\\\\end\\s*\\{\\s*figure\\s*\\}/g,\" \\\\[figure\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*table\\s*\\}([\\s\\S]+?)\\\\end\\s*\\{\\s*table\\s*\\}/g,\" \\\\[table\\\\]$1\\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*theorem\\s*\\}/g,\" \\\\[theorem\\\\]Theorem \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*theorem\\s*\\}/g,\" \\\\[endtheorem\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*definition\\s*\\}/g,\" \\\\[definition\\\\]Definition \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*definition\\s*\\}/g,\" \\\\[enddefinition\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*lemma\\s*\\}/g,\" \\\\[lemma\\\\]Lemma \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*lemma\\s*\\}/g,\" \\\\[endlemma\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*corollary\\s*\\}/g,\" \\\\[corollary\\\\]Corollary \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*corollary\\s*\\}/g,\" \\\\[endcorollary\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*proposition\\s*\\}/g,\" \\\\[proposition\\\\]Proposition \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*proposition\\s*\\}/g,\" \\\\[endproposition\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*example\\s*\\}/g,\" \\\\[example\\\\]Example \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*example\\s*\\}/g,\" \\\\[endexample\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*exercise\\s*\\}/g,\" \\\\[exercise\\\\]Exercise \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*exercise\\s*\\}/g,\" \\\\[endexercise\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*thebibliography\\s*\\}\\s*\\{\\s*\\w+\\s*\\}/g,\" \\\\[thebibliography\\\\]References \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*thebibliography\\s*\\}/g,\" \\\\[thebibliography\\\\]References \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*thebibliography\\s*\\}/g,\" \\\\[endthebibliography\\\\]References \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*proof\\s*\\}/g,\" \\\\[proof\\\\]Proof: \\\\[ \");if(isIE){str[i]=str[i].replace(/\\\\end\\s*\\{\\s*proof\\s*\\}/g,\"\\u220E \\\\[endproof\\\\] \\\\[ \");}else{str[i]=str[i].replace(/\\\\end\\s*\\{\\s*proof\\s*\\}/g,\" \\\\[endproof\\\\] \\\\[ \");}\nstr[i]=str[i].replace(/\\\\title\\s*\\{\\s*([^\\}]+)\\}/g,\" \\\\[title\\\\] \\\\[$1 \\\\[endtitle\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\author\\s*\\{\\s*([^\\}]+)\\}/g,\" \\\\[author\\\\] \\\\[$1 \\\\[endauthor\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\address\\s*\\{\\s*([^\\}]+)\\}/g,\" \\\\[address\\\\] \\\\[$1 \\\\[endaddress\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\date\\s*\\{\\s*([^\\}]+)\\}/g,\" \\\\[date\\\\] \\\\[$1 \\\\[enddate\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*keyword\\s*\\}/g,\" \\\\[keyword\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*keyword\\s*\\}/g,\" \\\\[endkeyword\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*abstract\\s*\\}/g,\" \\\\[abstract\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*abstract\\s*\\}/g,\" \\\\[endabstract\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\begin\\s*\\{\\s*(?!array|tabular)(\\w+)\\s*\\}/g,\" \\\\[$1\\\\] \\\\[ \");str[i]=str[i].replace(/\\\\end\\s*\\{\\s*(?!array|tabular)(\\w+)\\s*\\}/g,\" \\\\[end$1\\\\] \\\\[ \");var sectionIndex=str[i].search(/\\\\section\\s*\\{\\s*[\\s\\S]+\\}/);while(sectionIndex>=0){str[i]=str[i].replace(/\\\\section\\s*\\{/,\" \\\\[section\\\\]\");var delimcnt=1;for(var ii=sectionIndex;ii<str[i].length;ii++){if(str[i].charAt(ii)==\"{\"){delimcnt++};if(str[i].charAt(ii)==\"}\"){delimcnt--};if(delimcnt==0){str[i]=str[i].substring(0,ii)+\"\\\\[ \"+str[i].substring(ii+1,str[i].length);break;}};sectionIndex=str[i].search(/\\\\section\\s*\\{\\s*[\\s\\S]+\\}/);}\nsectionIndex=str[i].search(/\\\\subsection\\s*\\{\\s*[\\s\\S]+\\}/);while(sectionIndex>=0){str[i]=str[i].replace(/\\\\subsection\\s*\\{/,\" \\\\[subsection\\\\]\");var delimcnt=1;for(var ii=sectionIndex;ii<str[i].length;ii++){if(str[i].charAt(ii)==\"{\"){delimcnt++};if(str[i].charAt(ii)==\"}\"){delimcnt--};if(delimcnt==0){str[i]=str[i].substring(0,ii)+\"\\\\[ \"+str[i].substring(ii+1,str[i].length);break;}};sectionIndex=str[i].search(/\\\\subsection\\s*\\{\\s*[\\s\\S]+\\}/);}\nsectionIndex=str[i].search(/\\\\subsubsection\\s*\\{\\s*[\\s\\S]+\\}/);while(sectionIndex>=0){str[i]=str[i].replace(/\\\\subsubsection\\s*\\{/,\" \\\\[subsubsection\\\\]\");var delimcnt=1;for(var ii=sectionIndex;ii<str[i].length;ii++){if(str[i].charAt(ii)==\"{\"){delimcnt++};if(str[i].charAt(ii)==\"}\"){delimcnt--};if(delimcnt==0){str[i]=str[i].substring(0,ii)+\"\\\\[ \"+str[i].substring(ii+1,str[i].length);break;}};sectionIndex=str[i].search(/\\\\subsubsection\\s*\\{\\s*[\\s\\S]+\\}/);}\nvar CatToNextEven=\"\";var strtmp=str[i].split(\"\\\\[\");for(var j=0;j<strtmp.length;j++){if(j%2){var strtmparray=strtmp[j].split(\"\\\\]\");switch(strtmparray[0]){case\"section\":var nodeTmp=document.createElement(\"H2\");nodeTmp.className='section';sectionCntr++;for(var div in LaTeXCounter){LaTeXCounter[div]=0};var nodeAnchor=document.createElement(\"a\");if(inAppendix){nodeAnchor.className='appendixsection';}else{nodeAnchor.className='section';}\nvar nodeNumString=makeNumberString(\"\");var anchorSpan=document.createElement(\"span\");anchorSpan.className=\"section\";anchorSpan.style.display=\"none\";anchorSpan.appendChild(document.createTextNode(nodeNumString));nodeAnchor.appendChild(anchorSpan);nodeTmp.appendChild(nodeAnchor);var nodeSpan=document.createElement(\"span\");nodeSpan.className='section';nodeSpan.appendChild(document.createTextNode(nodeNumString+\" \"));nodeTmp.appendChild(nodeSpan);nodeTmp.appendChild(document.createTextNode(strtmparray[1]));newFrag.appendChild(nodeTmp);break;case\"subsection\":var nodeTmp=document.createElement(\"H3\");nodeTmp.className='subsection';LaTeXCounter[\"subsection\"]++;LaTeXCounter[\"subsubsection\"]=0;var nodeAnchor=document.createElement(\"a\");nodeAnchor.className='subsection';var nodeNumString=makeNumberString(LaTeXCounter[\"subsection\"]);var anchorSpan=document.createElement(\"span\");anchorSpan.className=\"subsection\";anchorSpan.style.display=\"none\";anchorSpan.appendChild(document.createTextNode(nodeNumString));nodeAnchor.appendChild(anchorSpan);nodeTmp.appendChild(nodeAnchor);var nodeSpan=document.createElement(\"span\");nodeSpan.className='subsection';nodeSpan.appendChild(document.createTextNode(nodeNumString+\". \"));nodeTmp.appendChild(nodeSpan);nodeTmp.appendChild(document.createTextNode(strtmparray[1]));newFrag.appendChild(nodeTmp);break;case\"subsubsection\":var nodeTmp=document.createElement(\"H4\");nodeTmp.className='subsubsection';LaTeXCounter[\"subsubsection\"]++;var nodeAnchor=document.createElement(\"a\");nodeAnchor.className='subsubsection';var nodeNumString=makeNumberString(LaTeXCounter[\"subsection\"]+\".\"+LaTeXCounter[\"subsubsection\"]);var anchorSpan=document.createElement(\"span\");anchorSpan.className=\"subsubsection\";anchorSpan.style.display=\"none\";anchorSpan.appendChild(document.createTextNode(nodeNumString));nodeAnchor.appendChild(anchorSpan);nodeTmp.appendChild(nodeAnchor);var nodeSpan=document.createElement(\"span\");nodeSpan.className='subsubsection';nodeSpan.appendChild(document.createTextNode(nodeNumString+\". \"));nodeTmp.appendChild(nodeSpan);nodeTmp.appendChild(document.createTextNode(strtmparray[1]));newFrag.appendChild(nodeTmp);break;case\"href\":var nodeTmp=document.createElement(\"a\");nodeTmp.className='LaTeXMathML';nodeTmp.href=strtmparray[1];nodeTmp.appendChild(document.createTextNode(strtmparray[2]));newFrag.appendChild(nodeTmp);break;case\"url\":var nodeTmp=document.createElement(\"a\");nodeTmp.className='LaTeXMathML';nodeTmp.href=strtmparray[1];nodeTmp.appendChild(document.createTextNode(strtmparray[1]));newFrag.appendChild(nodeTmp);break;case\"figure\":var nodeTmp=document.createElement(\"table\");nodeTmp.className='figure';var FIGtbody=document.createElement(\"tbody\");var FIGlbl=strtmparray[1].match(/\\\\label\\s*\\{\\s*(\\w+)\\s*\\}/);strtmparray[1]=strtmparray[1].replace(/\\\\label\\s*\\{\\w+\\}/g,\"\");var capIndex=strtmparray[1].search(/\\\\caption\\s*\\{[\\s\\S]+\\}/);var FIGcap=\"\";if(capIndex>=0){var tmp=strtmparray[1];var delimcnt=0;var capstart=-1;for(var pos=capIndex;pos<tmp.length;pos++){if(tmp.charAt(pos)==\"{\"){delimcnt++};if(tmp.charAt(pos)==\"}\"){delimcnt--};if(delimcnt==1&&capstart<0){capstart=pos+1};if(delimcnt==0&&capstart>0){capend=pos-1;FIGcap=tmp.substring(capstart,pos);break}}}\nvar FIGtr2=document.createElement(\"tr\");var FIGtd2=document.createElement(\"td\");FIGtd2.className=\"caption\";var FIGanchor=document.createElement(\"a\");FIGanchor.className=\"figure\";if(FIGlbl!=null){FIGanchor.id=FIGlbl[1];}\nLaTeXCounter[\"figure\"]++;var fignmbr=makeNumberString(LaTeXCounter[\"figure\"]);var anchorSpan=document.createElement(\"span\");anchorSpan.className=\"figure\";anchorSpan.style.display=\"none\";anchorSpan.appendChild(document.createTextNode(fignmbr));FIGanchor.appendChild(anchorSpan);FIGtd2.appendChild(FIGanchor);var FIGspan=document.createElement(\"span\");FIGspan.className=\"figure\";FIGspan.appendChild(document.createTextNode(\"Figure \"+fignmbr+\". \"));FIGtd2.appendChild(FIGspan);FIGtd2.appendChild(document.createTextNode(\"\"+FIGcap));FIGtr2.appendChild(FIGtd2);FIGtbody.appendChild(FIGtr2);var IsSpecial=false;var FIGinfo=strtmparray[1].match(/\\\\includegraphics\\s*\\{([^\\}]+)\\}/);if(FIGinfo==null){FIGinfo=strtmparray[1].match(/\\\\includegraphics\\s*\\[[^\\]]*\\]\\s*\\{\\s*([^\\}]+)\\s*\\}/);}\nif(FIGinfo==null){FIGinfo=strtmparray[1].match(/\\\\special\\s*\\{\\s*([^\\}]+)\\}/);IsSpecial=true};if(FIGinfo!=null){var FIGtr1=document.createElement(\"tr\");var FIGtd1=document.createElement(\"td\");FIGtd1.className=\"image\";var FIGimg=document.createElement(\"img\");var FIGsrc=FIGinfo[1];FIGimg.src=FIGsrc;FIGimg.alt=\"Figure \"+FIGsrc+\" did not load\";FIGimg.title=\"Figure \"+fignmbr+\". \"+FIGcap;FIGimg.id=\"figure\"+fignmbr;FIGtd1.appendChild(FIGimg);FIGtr1.appendChild(FIGtd1);FIGtbody.appendChild(FIGtr1);}\nnodeTmp.appendChild(FIGtbody);newFrag.appendChild(nodeTmp);break;case\"table\":var nodeTmp=document.createElement(\"table\");if(strtmparray[1].search(/\\\\centering/)>=0){nodeTmp.className='LaTeXtable centered';nodeTmp.align=\"center\";}else{nodeTmp.className='LaTeXtable';};tableid++;nodeTmp.id=\"LaTeXtable\"+tableid;var TABlbl=strtmparray[1].match(/\\\\label\\s*\\{\\s*(\\w+)\\s*\\}/);strtmparray[1]=strtmparray[1].replace(/\\\\label\\s*\\{\\w+\\}/g,\"\");var capIndex=strtmparray[1].search(/\\\\caption\\s*\\{[\\s\\S]+\\}/);var TABcap=\"\";if(capIndex>=0){var tmp=strtmparray[1];var delimcnt=0;var capstart=-1;for(var pos=capIndex;pos<tmp.length;pos++){if(tmp.charAt(pos)==\"{\"){delimcnt++};if(tmp.charAt(pos)==\"}\"){delimcnt--};if(delimcnt==1&&capstart<0){capstart=pos+1};if(delimcnt==0&&capstart>0){capend=pos-1;TABcap=tmp.substring(capstart,pos);break}}}\nif(TABcap!=\"\"){var TABtbody=document.createElement(\"tbody\");var TABcaption=document.createElement(\"caption\");TABcaption.className=\"LaTeXtable centered\";var TABanchor=document.createElement(\"a\");TABanchor.className=\"LaTeXtable\";if(TABlbl!=null){TABanchor.id=TABlbl[1];}\nLaTeXCounter[\"table\"]++;var tabnmbr=makeNumberString(LaTeXCounter[\"table\"]);var anchorSpan=document.createElement(\"span\");anchorSpan.className=\"LaTeXtable\";anchorSpan.style.display=\"none\";anchorSpan.appendChild(document.createTextNode(tabnmbr));TABanchor.appendChild(anchorSpan);TABcaption.appendChild(TABanchor);var TABspan=document.createElement(\"span\");TABspan.className=\"LaTeXtable\";TABspan.appendChild(document.createTextNode(\"Table \"+tabnmbr+\". \"));TABcaption.appendChild(TABspan);TABcaption.appendChild(document.createTextNode(\"\"+TABcap));nodeTmp.appendChild(TABcaption);}\nvar TABinfo=strtmparray[1].match(/\\\\begin\\s*\\{\\s*tabular\\s*\\}([\\s\\S]+)\\\\end\\s*\\{\\s*tabular\\s*\\}/);if(TABinfo!=null){var TABtbody=document.createElement('tbody');var TABrow=null;var TABcell=null;var row=0;var col=0;var TABalign=TABinfo[1].match(/^\\s*\\{([^\\}]+)\\}/);TABinfo=TABinfo[1].replace(/^\\s*\\{[^\\}]+\\}/,\"\");TABinfo=TABinfo.replace(/\\\\hline/g,\"\");TABalign[1]=TABalign[1].replace(/\\|/g,\"\");TABalign[1]=TABalign[1].replace(/\\s/g,\"\");TABinfo=TABinfo.split(\"\\\\\\\\\");for(row=0;row<TABinfo.length;row++){TABrow=document.createElement(\"tr\");TABinfo[row]=TABinfo[row].split(\"&\");for(col=0;col<TABinfo[row].length;col++){TABcell=document.createElement(\"td\");switch(TABalign[1].charAt(col)){case\"l\":TABcell.align=\"left\";break;case\"c\":TABcell.align=\"center\";break;case\"r\":TABcell.align=\"right\";break;default:TABcell.align=\"left\";};TABcell.appendChild(document.createTextNode(TABinfo[row][col]));TABrow.appendChild(TABcell);}\nTABtbody.appendChild(TABrow);}\nnodeTmp.appendChild(TABtbody);}\nnewFrag.appendChild(nodeTmp);break;case\"logicalbreak\":var nodeTmp=document.createElement(\"p\");nodeTmp.className=strtmparray[1];nodeTmp.appendChild(document.createTextNode(\"\\u00A0\"));newFrag.appendChild(nodeTmp);break;case\"appendix\":inAppendix=true;sectionCntr=0;break;case\"alistitem\":var EndDiv=document.createElement(\"div\");EndDiv.className=\"endlistitem\";newFrag.appendChild(EndDiv);var BegDiv=document.createElement(\"div\");BegDiv.className=\"listitem\";if(strtmparray[1]!=\" \"){var BegSpan=document.createElement(\"span\");BegSpan.className=\"listitemmarker\";var boldBegSpan=document.createElement(\"b\");boldBegSpan.appendChild(document.createTextNode(strtmparray[1]+\" \"));BegSpan.appendChild(boldBegSpan);BegDiv.appendChild(BegSpan);}\nnewFrag.appendChild(BegDiv);break;case\"br\":newFrag.appendChild(document.createElement(\"br\"));break;case\"bibitem\":newFrag.appendChild(document.createElement(\"br\"));var nodeTmp=document.createElement(\"a\");nodeTmp.className='bibitem';var nodeSpan=document.createElement(\"span\");nodeSpan.className='bibitem';bibcntr++;var lbl=strtmparray[1].match(/\\{\\s*(\\w+)\\s*\\}/);strtmparray[1]=strtmparray[1].replace(/\\s*\\{\\s*\\w+\\s*\\}/g,\"\");strtmparray[1]=strtmparray[1].replace(/^\\s*\\[/,\"\");strtmparray[1]=strtmparray[1].replace(/\\s*\\]$/,\"\");strtmparray[1]=strtmparray[1].replace(/^\\s+|\\s+$/g,\"\");if(lbl==null){biblist[bibcntr]=\"bibitem\"+bibcntr}else{biblist[bibcntr]=lbl[1];};nodeTmp.name=biblist[bibcntr];nodeTmp.id=biblist[bibcntr];if(strtmparray[1]!=\"\"){nodeSpan.appendChild(document.createTextNode(strtmparray[1]));}else{nodeSpan.appendChild(document.createTextNode(\"[\"+bibcntr+\"]\"));}\nnodeTmp.appendChild(nodeSpan);newFrag.appendChild(nodeTmp);break;case\"cite\":var nodeTmp=document.createElement(\"a\");nodeTmp.className='cite';nodeTmp.name='cite';nodeTmp.href=\"#\"+strtmparray[1];newFrag.appendChild(nodeTmp);break;case\"ref\":var nodeTmp=document.createElement(\"a\");nodeTmp.className='ref';nodeTmp.name='ref';nodeTmp.href=\"#\"+strtmparray[1];newFrag.appendChild(nodeTmp);break;default:var nodeTmp=document.createElement(\"div\");nodeTmp.className=strtmparray[0];if(IsCounter.test(strtmparray[0])){LaTeXCounter[strtmparray[0]]++;var nodeAnchor=document.createElement(\"a\");nodeAnchor.className=strtmparray[0];var divnum=makeNumberString(LaTeXCounter[strtmparray[0]]);var anchorSpan=document.createElement(\"span\");anchorSpan.className=strtmparray[0];anchorSpan.appendChild(document.createTextNode(divnum));anchorSpan.style.display=\"none\";nodeAnchor.appendChild(anchorSpan);nodeTmp.appendChild(nodeAnchor);var nodeSpan=document.createElement(\"span\");nodeSpan.className=strtmparray[0];nodeSpan.appendChild(document.createTextNode(strtmparray[1]+\" \"+divnum+\". \"));nodeTmp.appendChild(nodeSpan);}\nif(isIE){if(strtmparray[0]==(\"thebibliography\"||\"abstract\"||\"keyword\"||\"proof\")){var nodeSpan=document.createElement(\"span\");nodeSpan.className=strtmparray[0];nodeSpan.appendChild(document.createTextNode(strtmparray[1]));nodeTmp.appendChild(nodeSpan);}}\nif(strtmparray[0]==\"endenumerate\"||strtmparray[0]==\"enditemize\"||strtmparray[0]==\"enddescription\"){var endDiv=document.createElement(\"div\");endDiv.className=\"endlistitem\";newFrag.appendChild(endDiv);}\nnewFrag.appendChild(nodeTmp);if(strtmparray[0]==\"enumerate\"||strtmparray[0]==\"itemize\"||strtmparray[0]==\"description\"){var endDiv=document.createElement(\"div\");endDiv.className=\"listitem\";newFrag.appendChild(endDiv);}}}else{strtmp[j]=strtmp[j].replace(/\\\\\\$/g,\"<per>\");strtmp[j]=strtmp[j].replace(/\\$([^\\$]+)\\$/g,\" \\\\[$1\\\\[ \");strtmp[j]=strtmp[j].replace(/<per>/g,\"\\\\$\");strtmp[j]=strtmp[j].replace(/\\\\begin\\s*\\{\\s*math\\s*\\}([\\s\\S]+?)\\\\end\\s*\\{\\s*math\\s*\\}/g,\" \\\\[$1\\\\[ \");var strtmptmp=strtmp[j].split(\"\\\\[\");for(var jjj=0;jjj<strtmptmp.length;jjj++){if(jjj%2){var nodeTmp=document.createElement(\"span\");nodeTmp.className='inlinemath';nodeTmp.appendChild(document.createTextNode(\"$\"+strtmptmp[jjj]+\"$\"));newFrag.appendChild(nodeTmp);}else{var TagIndex=strtmptmp[jjj].search(/\\\\\\w+/);var tmpIndex=TagIndex;while(tmpIndex>-1){if(/^\\\\textcolor/.test(strtmptmp[jjj].substring(TagIndex,strtmptmp[jjj].length))){strtmptmp[jjj]=strtmptmp[jjj].replace(/\\\\textcolor\\s*\\{\\s*(\\w+)\\s*\\}\\s*/,\" \\\\[textcolor\\\\]$1\\\\]|\");}else{if(/^\\\\colorbox/.test(strtmptmp[jjj].substring(TagIndex,strtmptmp[jjj].length))){strtmptmp[jjj]=strtmptmp[jjj].replace(/\\\\colorbox\\s*\\{\\s*(\\w+)\\s*\\}\\s*/,\" \\\\[colorbox\\\\]$1\\\\]|\");}else{strtmptmp[jjj]=strtmptmp[jjj].substring(0,TagIndex)+strtmptmp[jjj].substring(TagIndex,strtmptmp[jjj].length).replace(/\\\\\\s*(\\w+)\\s*/,\" \\\\[$1\\\\]|\");}}\nTagIndex+=strtmptmp[jjj].substring(TagIndex,strtmptmp[jjj].length).search(/\\|/);TagIndex++;strtmptmp[jjj]=strtmptmp[jjj].replace(/\\\\\\]\\|/,\"\\\\] \");if(strtmptmp[jjj].charAt(TagIndex)==\"{\"){strtmptmp[jjj]=strtmptmp[jjj].substring(0,TagIndex)+strtmptmp[jjj].substring(TagIndex+1,strtmptmp[jjj].length);var delimcnt=1;for(var kk=TagIndex;kk<strtmptmp[jjj].length;kk++){if(strtmptmp[jjj].charAt(kk)==\"{\"){delimcnt++};if(strtmptmp[jjj].charAt(kk)==\"}\"){delimcnt--};if(delimcnt==0){break;}}\nstrtmptmp[jjj]=strtmptmp[jjj].substring(0,kk)+\"\\\\[ \"+strtmptmp[jjj].substring(kk+1,strtmptmp[jjj].length);TagIndex=kk+3;}else{strtmptmp[jjj]=strtmptmp[jjj].substring(0,TagIndex)+\"\\\\[ \"+strtmptmp[jjj].substring(TagIndex+1,strtmptmp[jjj].length);TagIndex=TagIndex+3;}\nif(TagIndex<strtmptmp[jjj].length){tmpIndex=strtmptmp[jjj].substring(TagIndex,strtmptmp[jjj].length).search(/\\\\\\w+/);}\nelse{tmpIndex=-1};TagIndex+=tmpIndex;}\nstrtmptmp[jjj]=strtmptmp[jjj].replace(/\\\\\\\\\\s*\\\\\\\\/g,\"\\\\\\\\\");strtmptmp[jjj]=strtmptmp[jjj].replace(/\\\\\\\\/g,\" \\\\[br\\\\] \\\\[ \");strtmptmp[jjj]=strtmptmp[jjj].replace(/\\\\label\\s*\\{\\s*(\\w+)\\s*\\}/g,\" \\\\[a\\\\]$1\\\\[ \");var strlbls=strtmptmp[jjj].split(\"\\\\[\");for(var jj=0;jj<strlbls.length;jj++){if(jj%2){var strtmparray=strlbls[jj].split(\"\\\\]\");switch(strtmparray[0]){case\"textcolor\":var nodeTmp=document.createElement(\"span\");nodeTmp.className='LaTeXColor';if(IsColorName.test(strtmparray[1].toLowerCase())){nodeTmp.style.color=LaTeXColor[strtmparray[1].toLowerCase()];}else{nodeTmp.style.color=strtmparray[1];};nodeTmp.appendChild(document.createTextNode(strtmparray[2]));newFrag.appendChild(nodeTmp);break;case\"colorbox\":var nodeTmp=document.createElement(\"span\");nodeTmp.className='LaTeXColor';if(IsColorName.test(strtmparray[1].toLowerCase())){nodeTmp.style.background=LaTeXColor[strtmparray[1].toLowerCase()];}else{nodeTmp.style.background=strtmparray[1];};nodeTmp.appendChild(document.createTextNode(strtmparray[2]));newFrag.appendChild(nodeTmp);break;case\"br\":newFrag.appendChild(document.createElement(\"br\"));break;case\"a\":var nodeTmp=document.createElement(\"a\");nodeTmp.className='LaTeXMathMLlabel';nodeTmp.id=strtmparray[1];nodeTmp.style.display=\"none\";newFrag.appendChild(nodeTmp);break;default:var nodeTmp=document.createElement(\"span\");nodeTmp.className=strtmparray[0];nodeTmp.appendChild(document.createTextNode(strtmparray[1]))\nnewFrag.appendChild(nodeTmp);}}else{newFrag.appendChild(document.createTextNode(strlbls[jj]));}}}}}}}};TheBody.parentNode.replaceChild(newFrag,TheBody);}}}\nreturn TheBody;}\nfunction LaTeXDivsAndRefs(thebody){var TheBody=thebody;var EndDivClass=null;var AllDivs=TheBody.getElementsByTagName(\"div\");var lbl2id=\"\";var lblnode=null;for(var i=AllDivs.length-1;i>=0;i--){EndDivClass=AllDivs[i].className.match(/end\\w+/);if(EndDivClass!=null){EndDivClass=EndDivClass[0];var DivClass=EndDivClass.substring(3,EndDivClass.length);var EndDivNode=AllDivs[i];break;}}\nwhile(EndDivClass!=null){var newFrag=document.createDocumentFragment();var RootNode=EndDivNode.parentNode;var ClassCount=1;while(EndDivNode.previousSibling!=null&&ClassCount>0){switch(EndDivNode.previousSibling.className){case EndDivClass:ClassCount++;newFrag.insertBefore(EndDivNode.previousSibling,newFrag.firstChild);break;case DivClass:if(EndDivNode.previousSibling.nodeName==\"DIV\"){ClassCount--;if(lbl2id!=\"\"){EndDivNode.previousSibling.id=lbl2id;lbl2id=\"\"}\nif(ClassCount==0){RootNode=EndDivNode.previousSibling;}else{newFrag.insertBefore(EndDivNode.previousSibling,newFrag.firstChild);}};break;case'LaTeXMathMLlabel':lbl2id=EndDivNode.previousSibling.id;EndDivNode.parentNode.removeChild(EndDivNode.previousSibling);break;default:newFrag.insertBefore(EndDivNode.previousSibling,newFrag.firstChild);}}\nRootNode.appendChild(newFrag);EndDivNode.parentNode.removeChild(EndDivNode);AllDivs=TheBody.getElementsByTagName(\"DIV\");for(i=AllDivs.length-1;i>=0;i--){EndDivClass=AllDivs[i].className.match(/end\\w+/);if(EndDivClass!=null){ClassCount=0;EndDivClass=EndDivClass[0];DivClass=EndDivClass.substring(3,EndDivClass.length);EndDivNode=AllDivs[i];RootNode=EndDivNode.parentNode;break;}}}\nvar AllDivs=TheBody.getElementsByTagName(\"div\");var DIV2LI=null;for(var i=0;i<AllDivs.length;i++){if(AllDivs[i].className==\"itemize\"||AllDivs[i].className==\"enumerate\"||AllDivs[i].className==\"description\"){if(AllDivs[i].className==\"itemize\"){RootNode=document.createElement(\"UL\");}else{RootNode=document.createElement(\"OL\");}\nRootNode.className='LaTeXMathML';if(AllDivs[i].hasChildNodes()){AllDivs[i].removeChild(AllDivs[i].firstChild)};while(AllDivs[i].hasChildNodes()){if(AllDivs[i].firstChild.hasChildNodes()){DIV2LI=document.createElement(\"LI\");while(AllDivs[i].firstChild.hasChildNodes()){DIV2LI.appendChild(AllDivs[i].firstChild.firstChild);}\nif(DIV2LI.firstChild.className==\"listitemmarker\"){DIV2LI.style.listStyleType=\"none\";}\nRootNode.appendChild(DIV2LI)}\nAllDivs[i].removeChild(AllDivs[i].firstChild);}\nAllDivs[i].appendChild(RootNode);}}\nvar AllAnchors=TheBody.getElementsByTagName(\"a\");for(var i=0;i<AllAnchors.length;i++){if(AllAnchors[i].className==\"ref\"||AllAnchors[i].className==\"cite\"){var label=AllAnchors[i].href.match(/\\#(\\w+)/);if(label!=null){var labelNode=document.getElementById(label[1]);if(labelNode!=null){var TheSpans=labelNode.getElementsByTagName(\"SPAN\");if(TheSpans!=null){var refNode=TheSpans[0].cloneNode(true);refNode.style.display=\"inline\"\nrefNode.className=AllAnchors[i].className;AllAnchors[i].appendChild(refNode);}}}}}\nreturn TheBody;}\nvar AMbody;var AMnoMathML=false,AMtranslated=false;function translate(spanclassAM){if(!AMtranslated){AMtranslated=true;AMinitSymbols();var LaTeXContainers=[];var AllContainers=document.getElementsByTagName('*');var ExtendName=\"\";for(var k=0,l=0;k<AllContainers.length;k++){ExtendName=\" \"+AllContainers[k].className+\" \";if(ExtendName.match(/\\sLaTeX\\s/)!=null){LaTeXContainers[l]=AllContainers[k];l++;}};if(LaTeXContainers.length>0){for(var m=0;m<LaTeXContainers.length;m++){AMbody=LaTeXContainers[m];try{AMbody=LaTeXDivsAndRefs(LaTeXpreProcess(AMbody));}catch(err){alert(\"Unknown Error: Defaulting to Original LaTeXMathML\");}\nif(AMbody.tagName==\"PRE\"){var PreChilds=document.createDocumentFragment();var DivChilds=document.createElement(\"DIV\");while(AMbody.hasChildNodes()){DivChilds.appendChild(AMbody.firstChild);}\nPreChilds.appendChild(DivChilds);AMbody.parentNode.replaceChild(PreChilds,AMbody);AMbody=DivChilds;}\nAMprocessNode(AMbody,false,spanclassAM);}}else{AMbody=document.getElementsByTagName(\"body\")[0];try{AMbody=LaTeXDivsAndRefs(LaTeXpreProcess(AMbody));}catch(err){alert(\"Unknown Error: Defaulting to Original LaTeXMathML\");}\nAMprocessNode(AMbody,false,spanclassAM);}}}\nif(isIE){document.write(\"<object id=\\\"mathplayer\\\" classid=\\\"clsid:32F66A20-7614-11D4-BD11-00104BD3F987\\\"></object>\");document.write(\"<?import namespace=\\\"m\\\" implementation=\\\"#mathplayer\\\"?>\");}\nfunction generic()\n{translate();};if(typeof window.addEventListener!='undefined')\n{window.addEventListener('load',generic,false);}\nelse if(typeof document.addEventListener!='undefined')\n{document.addEventListener('load',generic,false);}\nelse if(typeof window.attachEvent!='undefined')\n{window.attachEvent('onload',generic);}\nelse\n{if(typeof window.onload=='function')\n{var existing=onload;window.onload=function()\n{existing();generic();};}\nelse\n{window.onload=generic;}}\n"),("make-reference-files.hs","import System.Environment\nimport System.Directory\nimport Codec.Archive.Zip\nimport qualified Data.ByteString.Lazy as BS\nimport qualified Control.Exception as E\nimport System.IO.Error (isDoesNotExistError)\nimport System.FilePath\n\nmkzip :: String -> IO ()\nmkzip fmt = do\n let dir = \"data\" </> fmt\n output = \"data\" </> \"reference\" <.> fmt\n cd <- getCurrentDirectory\n setCurrentDirectory dir\n archive <- addFilesToArchive [OptRecursive] emptyArchive [\".\"]\n setCurrentDirectory cd\n removeIfExists output\n BS.writeFile output $ fromArchive archive\n\nremoveIfExists :: FilePath -> IO ()\nremoveIfExists fileName = removeFile fileName `E.catch` handleExists\n where handleExists e\n | isDoesNotExistError e = return ()\n | otherwise = E.throwIO e\n\nmain :: IO ()\nmain = getArgs >>= mkzip . (!!0)\n"),("MathMLinHTML.js","/*\nMarch 19, 2004 MathHTML (c) Peter Jipsen http://www.chapman.edu/~jipsen\nReleased under the GNU General Public License version 2 or later.\nSee the GNU General Public License (at http://www.gnu.org/copyleft/gpl.html)\nfor more details.\n*/\n\nfunction convertMath(node) {// for Gecko\n if (node.nodeType==1) {\n var newnode =\n document.createElementNS(\"http://www.w3.org/1998/Math/MathML\",\n node.nodeName.toLowerCase());\n for(var i=0; i < node.attributes.length; i++)\n newnode.setAttribute(node.attributes[i].nodeName,\n node.attributes[i].value);\n for (var i=0; i<node.childNodes.length; i++) {\n var st = node.childNodes[i].nodeValue;\n if (st==null || st.slice(0,1)!=\" \" && st.slice(0,1)!=\"\\n\")\n newnode.appendChild(convertMath(node.childNodes[i]));\n }\n return newnode;\n }\n else return node;\n}\n\nfunction convert() {\n var mmlnode = document.getElementsByTagName(\"math\");\n var st,str,node,newnode;\n for (var i=0; i<mmlnode.length; i++)\n if (document.createElementNS!=null)\n mmlnode[i].parentNode.replaceChild(convertMath(mmlnode[i]),mmlnode[i]);\n else { // convert for IE\n str = \"\";\n node = mmlnode[i];\n while (node.nodeName!=\"/MATH\") {\n st = node.nodeName.toLowerCase();\n if (st==\"#text\") str += node.nodeValue;\n else {\n str += (st.slice(0,1)==\"/\" ? \"</m:\"+st.slice(1) : \"<m:\"+st);\n if (st.slice(0,1)!=\"/\")\n for(var j=0; j < node.attributes.length; j++)\n if (node.attributes[j].value!=\"italic\" &&\n node.attributes[j].value!=\"\" &&\n node.attributes[j].value!=\"inherit\" &&\n node.attributes[j].value!=undefined)\n str += \" \"+node.attributes[j].nodeName+\"=\"+\n \"\\\"\"+node.attributes[j].value+\"\\\"\";\n str += \">\";\n }\n node = node.nextSibling;\n node.parentNode.removeChild(node.previousSibling);\n }\n str += \"</m:math>\";\n newnode = document.createElement(\"span\");\n node.parentNode.replaceChild(newnode,node);\n newnode.innerHTML = str;\n }\n}\n\nif (document.createElementNS==null) {\n document.write(\"<object id=\\\"mathplayer\\\"\\\n classid=\\\"clsid:32F66A20-7614-11D4-BD11-00104BD3F987\\\"></object>\");\n document.write(\"<?import namespace=\\\"m\\\" implementation=\\\"#mathplayer\\\"?>\");\n}\nif(typeof window.addEventListener != 'undefined'){\n window.addEventListener('load', convert, false);\n}\nif(typeof window.attachEvent != 'undefined') {\n window.attachEvent('onload', convert);\n}\n"),("sample.lua","-- This is a sample custom writer for pandoc. It produces output\n-- that is very similar to that of pandoc's HTML writer.\n-- There is one new feature: code blocks marked with class 'dot'\n-- are piped through graphviz and images are included in the HTML\n-- output using 'data:' URLs.\n--\n-- Invoke with: pandoc -t sample.lua\n--\n-- Note: you need not have lua installed on your system to use this\n-- custom writer. However, if you do have lua installed, you can\n-- use it to test changes to the script. 'lua sample.lua' will\n-- produce informative error messages if your code contains\n-- syntax errors.\n\n-- Character escaping\nlocal function escape(s, in_attribute)\n return s:gsub(\"[<>&\\\"']\",\n function(x)\n if x == '<' then\n return '<'\n elseif x == '>' then\n return '>'\n elseif x == '&' then\n return '&'\n elseif x == '\"' then\n return '"'\n elseif x == \"'\" then\n return '''\n else\n return x\n end\n end)\nend\n\n-- Helper function to convert an attributes table into\n-- a string that can be put into HTML tags.\nlocal function attributes(attr)\n local attr_table = {}\n for x,y in pairs(attr) do\n if y and y ~= \"\" then\n table.insert(attr_table, ' ' .. x .. '=\"' .. escape(y,true) .. '\"')\n end\n end\n return table.concat(attr_table)\nend\n\n-- Run cmd on a temporary file containing inp and return result.\nlocal function pipe(cmd, inp)\n local tmp = os.tmpname()\n local tmph = io.open(tmp, \"w\")\n tmph:write(inp)\n tmph:close()\n local outh = io.popen(cmd .. \" \" .. tmp,\"r\")\n local result = outh:read(\"*all\")\n outh:close()\n os.remove(tmp)\n return result\nend\n\n-- Table to store footnotes, so they can be included at the end.\nlocal notes = {}\n\n-- Blocksep is used to separate block elements.\nfunction Blocksep()\n return \"\\n\\n\"\nend\n\n-- This function is called once for the whole document. Parameters:\n-- body is a string, metadata is a table, variables is a table.\n-- This gives you a fragment. You could use the metadata table to\n-- fill variables in a custom lua template. Or, pass `--template=...`\n-- to pandoc, and pandoc will add do the template processing as\n-- usual.\nfunction Doc(body, metadata, variables)\n local buffer = {}\n local function add(s)\n table.insert(buffer, s)\n end\n add(body)\n if #notes > 0 then\n add('<ol class=\"footnotes\">')\n for _,note in pairs(notes) do\n add(note)\n end\n add('</ol>')\n end\n return table.concat(buffer,'\\n')\nend\n\n-- The functions that follow render corresponding pandoc elements.\n-- s is always a string, attr is always a table of attributes, and\n-- items is always an array of strings (the items in a list).\n-- Comments indicate the types of other variables.\n\nfunction Str(s)\n return escape(s)\nend\n\nfunction Space()\n return \" \"\nend\n\nfunction LineBreak()\n return \"<br/>\"\nend\n\nfunction Emph(s)\n return \"<em>\" .. s .. \"</em>\"\nend\n\nfunction Strong(s)\n return \"<strong>\" .. s .. \"</strong>\"\nend\n\nfunction Subscript(s)\n return \"<sub>\" .. s .. \"</sub>\"\nend\n\nfunction Superscript(s)\n return \"<sup>\" .. s .. \"</sup>\"\nend\n\nfunction SmallCaps(s)\n return '<span style=\"font-variant: small-caps;\">' .. s .. '</span>'\nend\n\nfunction Strikeout(s)\n return '<del>' .. s .. '</del>'\nend\n\nfunction Link(s, src, tit)\n return \"<a href='\" .. escape(src,true) .. \"' title='\" ..\n escape(tit,true) .. \"'>\" .. s .. \"</a>\"\nend\n\nfunction Image(s, src, tit)\n return \"<img src='\" .. escape(src,true) .. \"' title='\" ..\n escape(tit,true) .. \"'/>\"\nend\n\nfunction Code(s, attr)\n return \"<code\" .. attributes(attr) .. \">\" .. escape(s) .. \"</code>\"\nend\n\nfunction InlineMath(s)\n return \"\\\\(\" .. escape(s) .. \"\\\\)\"\nend\n\nfunction DisplayMath(s)\n return \"\\\\[\" .. escape(s) .. \"\\\\]\"\nend\n\nfunction Note(s)\n local num = #notes + 1\n -- insert the back reference right before the final closing tag.\n s = string.gsub(s,\n '(.*)</', '%1 <a href=\"#fnref' .. num .. '\">↩</a></')\n -- add a list item with the note to the note table.\n table.insert(notes, '<li id=\"fn' .. num .. '\">' .. s .. '</li>')\n -- return the footnote reference, linked to the note.\n return '<a id=\"fnref' .. num .. '\" href=\"#fn' .. num ..\n '\"><sup>' .. num .. '</sup></a>'\nend\n\nfunction Span(s, attr)\n return \"<span\" .. attributes(attr) .. \">\" .. s .. \"</span>\"\nend\n\nfunction Cite(s, cs)\n local ids = {}\n for _,cit in ipairs(cs) do\n table.insert(ids, cit.citationId)\n end\n return \"<span class=\\\"cite\\\" data-citation-ids=\\\"\" .. table.concat(ids, \",\") ..\n \"\\\">\" .. s .. \"</span>\"\nend\n\nfunction Plain(s)\n return s\nend\n\nfunction Para(s)\n return \"<p>\" .. s .. \"</p>\"\nend\n\n-- lev is an integer, the header level.\nfunction Header(lev, s, attr)\n return \"<h\" .. lev .. attributes(attr) .. \">\" .. s .. \"</h\" .. lev .. \">\"\nend\n\nfunction BlockQuote(s)\n return \"<blockquote>\\n\" .. s .. \"\\n</blockquote>\"\nend\n\nfunction HorizontalRule()\n return \"<hr/>\"\nend\n\nfunction CodeBlock(s, attr)\n -- If code block has class 'dot', pipe the contents through dot\n -- and base64, and include the base64-encoded png as a data: URL.\n if attr.class and string.match(' ' .. attr.class .. ' ',' dot ') then\n local png = pipe(\"base64\", pipe(\"dot -Tpng\", s))\n return '<img src=\"data:image/png;base64,' .. png .. '\"/>'\n -- otherwise treat as code (one could pipe through a highlighter)\n else\n return \"<pre><code\" .. attributes(attr) .. \">\" .. escape(s) ..\n \"</code></pre>\"\n end\nend\n\nfunction BulletList(items)\n local buffer = {}\n for _, item in pairs(items) do\n table.insert(buffer, \"<li>\" .. item .. \"</li>\")\n end\n return \"<ul>\\n\" .. table.concat(buffer, \"\\n\") .. \"\\n</ul>\"\nend\n\nfunction OrderedList(items)\n local buffer = {}\n for _, item in pairs(items) do\n table.insert(buffer, \"<li>\" .. item .. \"</li>\")\n end\n return \"<ol>\\n\" .. table.concat(buffer, \"\\n\") .. \"\\n</ol>\"\nend\n\n-- Revisit association list STackValue instance.\nfunction DefinitionList(items)\n local buffer = {}\n for _,item in pairs(items) do\n for k, v in pairs(item) do\n table.insert(buffer,\"<dt>\" .. k .. \"</dt>\\n<dd>\" ..\n table.concat(v,\"</dd>\\n<dd>\") .. \"</dd>\")\n end\n end\n return \"<dl>\\n\" .. table.concat(buffer, \"\\n\") .. \"\\n</dl>\"\nend\n\n-- Convert pandoc alignment to something HTML can use.\n-- align is AlignLeft, AlignRight, AlignCenter, or AlignDefault.\nfunction html_align(align)\n if align == 'AlignLeft' then\n return 'left'\n elseif align == 'AlignRight' then\n return 'right'\n elseif align == 'AlignCenter' then\n return 'center'\n else\n return 'left'\n end\nend\n\n-- Caption is a string, aligns is an array of strings,\n-- widths is an array of floats, headers is an array of\n-- strings, rows is an array of arrays of strings.\nfunction Table(caption, aligns, widths, headers, rows)\n local buffer = {}\n local function add(s)\n table.insert(buffer, s)\n end\n add(\"<table>\")\n if caption ~= \"\" then\n add(\"<caption>\" .. caption .. \"</caption>\")\n end\n if widths and widths[1] ~= 0 then\n for _, w in pairs(widths) do\n add('<col width=\"' .. string.format(\"%d%%\", w * 100) .. '\" />')\n end\n end\n local header_row = {}\n local empty_header = true\n for i, h in pairs(headers) do\n local align = html_align(aligns[i])\n table.insert(header_row,'<th align=\"' .. align .. '\">' .. h .. '</th>')\n empty_header = empty_header and h == \"\"\n end\n if empty_header then\n head = \"\"\n else\n add('<tr class=\"header\">')\n for _,h in pairs(header_row) do\n add(h)\n end\n add('</tr>')\n end\n local class = \"even\"\n for _, row in pairs(rows) do\n class = (class == \"even\" and \"odd\") or \"even\"\n add('<tr class=\"' .. class .. '\">')\n for i,c in pairs(row) do\n add('<td align=\"' .. html_align(aligns[i]) .. '\">' .. c .. '</td>')\n end\n add('</tr>')\n end\n add('</table')\n return table.concat(buffer,'\\n')\nend\n\nfunction Div(s, attr)\n return \"<div\" .. attributes(attr) .. \">\\n\" .. s .. \"</div>\"\nend\n\n-- The following code will produce runtime warnings when you haven't defined\n-- all of the functions you need for the custom writer, so it's useful\n-- to include when you're working on a writer.\nlocal meta = {}\nmeta.__index =\n function(_, key)\n io.stderr:write(string.format(\"WARNING: Undefined function '%s'\\n\",key))\n return function() return \"\" end\n end\nsetmetatable(_G, meta)\n\n"),("docx/[Content_Types].xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Types xmlns=\"http://schemas.openxmlformats.org/package/2006/content-types\"><Default Extension=\"xml\" ContentType=\"application/xml\" /><Default Extension=\"rels\" ContentType=\"application/vnd.openxmlformats-package.relationships+xml\" /><Override PartName=\"/word/webSettings.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml\" /><Override PartName=\"/word/numbering.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml\" /><Override PartName=\"/word/settings.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml\" /><Override PartName=\"/word/theme/theme1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.theme+xml\" /><Override PartName=\"/word/fontTable.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml\" /><Override PartName=\"/docProps/app.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.extended-properties+xml\" /><Override PartName=\"/docProps/core.xml\" ContentType=\"application/vnd.openxmlformats-package.core-properties+xml\" /><Override PartName=\"/word/styles.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml\" /><Override PartName=\"/word/document.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml\" /><Override PartName=\"/word/footnotes.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml\" /></Types>\n"),("docx/_rels/.rels","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\" Target=\"word/document.xml\" /><Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\" Target=\"docProps/app.xml\" /><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\" Target=\"docProps/core.xml\" /></Relationships>"),("docx/docProps/app.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\">\n <Words>83</Words>\n <SharedDoc>false</SharedDoc>\n <HyperlinksChanged>false</HyperlinksChanged>\n <Lines>12</Lines>\n <AppVersion>12.0000</AppVersion>\n <LinksUpToDate>false</LinksUpToDate>\n <Application>Microsoft Word 12.0.0</Application>\n <CharactersWithSpaces>583</CharactersWithSpaces>\n <Template>Normal.dotm</Template>\n <DocSecurity>0</DocSecurity>\n <TotalTime>6</TotalTime>\n <ScaleCrop>false</ScaleCrop>\n <Characters>475</Characters>\n <Paragraphs>8</Paragraphs>\n <Pages>1</Pages>\n</Properties>"),("docx/docProps/core.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><dc:title></dc:title><dc:creator></dc:creator></cp:coreProperties>"),("docx/word/document.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<w:document xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:pic=\"http://schemas.openxmlformats.org/drawingml/2006/picture\" xmlns:wp=\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\"><w:body><w:p><w:r><w:t xml:space=\"preserve\">Hello world.</w:t></w:r></w:p></w:body></w:document>\n"),("docx/word/fontTable.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<w:fonts xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\">\n	<w:font w:name=\"Symbol\">\n		<w:panose1 w:val=\"02000500000000000000\" />\n		<w:charset w:val=\"02\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000000\" w:usb1=\"00000000\" w:usb2=\"00010000\" w:usb3=\"00000000\" w:csb0=\"80000000\" w:csb1=\"00000000\" />\n	</w:font>\n	<w:font w:name=\"Times New Roman\">\n		<w:panose1 w:val=\"02020603050405020304\" />\n		<w:charset w:val=\"00\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000003\" w:usb1=\"00000000\" w:usb2=\"00000000\" w:usb3=\"00000000\" w:csb0=\"00000001\" w:csb1=\"00000000\" />\n	</w:font>\n	<w:font w:name=\"Courier New\">\n		<w:panose1 w:val=\"02070309020205020404\" />\n		<w:charset w:val=\"00\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000003\" w:usb1=\"00000000\" w:usb2=\"00000000\" w:usb3=\"00000000\" w:csb0=\"00000001\" w:csb1=\"00000000\" />\n	</w:font>\n	<w:font w:name=\"Wingdings\">\n		<w:panose1 w:val=\"05020102010804080708\" />\n		<w:charset w:val=\"02\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000000\" w:usb1=\"00000000\" w:usb2=\"00010000\" w:usb3=\"00000000\" w:csb0=\"80000000\" w:csb1=\"00000000\" />\n	</w:font>\n	<w:font w:name=\"Cambria\">\n		<w:panose1 w:val=\"02040503050406030204\" />\n		<w:charset w:val=\"00\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000003\" w:usb1=\"00000000\" w:usb2=\"00000000\" w:usb3=\"00000000\" w:csb0=\"00000001\" w:csb1=\"00000000\" />\n	</w:font>\n	<w:font w:name=\"Calibri\">\n		<w:panose1 w:val=\"020F0502020204030204\" />\n		<w:charset w:val=\"00\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000003\" w:usb1=\"00000000\" w:usb2=\"00000000\" w:usb3=\"00000000\" w:csb0=\"00000001\" w:csb1=\"00000000\" />\n	</w:font>\n	<w:font w:name=\"Arial\">\n		<w:panose1 w:val=\"020B0604020202020204\" />\n		<w:charset w:val=\"00\" />\n		<w:family w:val=\"auto\" />\n		<w:pitch w:val=\"variable\" />\n		<w:sig w:usb0=\"00000003\" w:usb1=\"00000000\" w:usb2=\"00000000\" w:usb3=\"00000000\" w:csb0=\"00000001\" w:csb1=\"00000000\" />\n	</w:font>\n</w:fonts>"),("docx/word/footnotes.xml","<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<w:footnotes xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"\nxmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\"\nxmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\"\nxmlns:o=\"urn:schemas-microsoft-com:office:office\"\nxmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w10=\"urn:schemas-microsoft-com:office:word\"\nxmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\"\nxmlns:pic=\"http://schemas.openxmlformats.org/drawingml/2006/picture\"\nxmlns:wp=\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\">\n\n <w:footnote w:type=\"continuationSeparator\" w:id=\"0\">\n <w:p>\n <w:r>\n <w:continuationSeparator />\n </w:r>\n </w:p>\n </w:footnote>\n <w:footnote w:type=\"separator\" w:id=\"-1\">\n <w:p>\n <w:r>\n <w:separator />\n </w:r>\n </w:p>\n </w:footnote>\n</w:footnotes>\n"),("docx/word/numbering.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<w:numbering xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:abstractNum w:abstractNumId=\"0\"><w:nsid w:val=\"e17f69ba\" /><w:multiLevelType w:val=\"multilevel\" /><w:lvl w:ilvl=\"0\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"0\" /></w:tabs><w:ind w:left=\"480\" w:hanging=\"480\" /></w:pPr></w:lvl><w:lvl w:ilvl=\"1\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"720\" /></w:tabs><w:ind w:left=\"1200\" w:hanging=\"480\" /></w:pPr></w:lvl><w:lvl w:ilvl=\"2\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"1440\" /></w:tabs><w:ind w:left=\"1920\" w:hanging=\"480\" /></w:pPr></w:lvl><w:lvl w:ilvl=\"3\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"2160\" /></w:tabs><w:ind w:left=\"2640\" w:hanging=\"480\" /></w:pPr></w:lvl><w:lvl w:ilvl=\"4\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"2880\" /></w:tabs><w:ind w:left=\"3360\" w:hanging=\"480\" /></w:pPr></w:lvl><w:lvl w:ilvl=\"5\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"3600\" /></w:tabs><w:ind w:left=\"4080\" w:hanging=\"480\" /></w:pPr></w:lvl><w:lvl w:ilvl=\"6\"><w:numFmt w:val=\"bullet\" /><w:lvlText w:val=\" \" /><w:lvlJc w:val=\"left\" /><w:pPr><w:tabs><w:tab w:val=\"num\" w:pos=\"4320\" /></w:tabs><w:ind w:left=\"4800\" w:hanging=\"480\" /></w:pPr></w:lvl></w:abstractNum><w:num w:numId=\"1\"><w:abstractNumId w:val=\"0\" /></w:num></w:numbering>"),("docx/word/settings.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<w:settings xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:sl=\"http://schemas.openxmlformats.org/schemaLibrary/2006/main\">\n <w:zoom w:percent=\"90\" />\n <w:embedSystemFonts />\n <w:proofState w:spelling=\"clean\" w:grammar=\"clean\" />\n <w:stylePaneFormatFilter w:val=\"0004\" />\n <w:footnotePr>\n <w:footnote w:id=\"-1\" />\n <w:footnote w:id=\"0\" />\n </w:footnotePr>\n <w:doNotTrackMoves />\n <w:defaultTabStop w:val=\"720\" />\n <w:drawingGridHorizontalSpacing w:val=\"360\" />\n <w:drawingGridVerticalSpacing w:val=\"360\" />\n <w:displayHorizontalDrawingGridEvery w:val=\"0\" />\n <w:displayVerticalDrawingGridEvery w:val=\"0\" />\n <w:characterSpacingControl w:val=\"doNotCompress\" />\n <w:savePreviewPicture />\n <w:rsids>\n <w:rsidRoot w:val=\"00590D07\" />\n <w:rsid w:val=\"00011C8B\" />\n <w:rsid w:val=\"004E29B3\" />\n <w:rsid w:val=\"00590D07\" />\n <w:rsid w:val=\"00784D58\" />\n <w:rsid w:val=\"008D6863\" />\n <w:rsid w:val=\"00B86B75\" />\n <w:rsid w:val=\"00BC48D5\" />\n <w:rsid w:val=\"00C36279\" />\n <w:rsid w:val=\"00E315A3\" />\n </w:rsids>\n <m:mathPr>\n <m:mathFont m:val=\"Lucida Grande\" />\n <m:brkBin m:val=\"before\" />\n <m:brkBinSub m:val=\"--\" />\n <m:smallFrac m:val=\"false\" />\n <m:dispDef m:val=\"false\" />\n <m:lMargin m:val=\"0\" />\n <m:rMargin m:val=\"0\" />\n <m:wrapRight />\n <m:intLim m:val=\"subSup\" />\n <m:naryLim m:val=\"subSup\" />\n </m:mathPr>\n <w:themeFontLang w:val=\"en-US\" />\n <w:clrSchemeMapping w:bg1=\"light1\" w:t1=\"dark1\" w:bg2=\"light2\" w:t2=\"dark2\" w:accent1=\"accent1\" w:accent2=\"accent2\" w:accent3=\"accent3\" w:accent4=\"accent4\" w:accent5=\"accent5\" w:accent6=\"accent6\" w:hyperlink=\"hyperlink\" w:followedHyperlink=\"followedHyperlink\" />\n <w:decimalSymbol w:val=\".\" />\n <w:listSeparator w:val=\",\" />\n</w:settings>\n"),("docx/word/styles.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<w:styles xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\">\n <w:docDefaults>\n <w:rPrDefault>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorHAnsi\" w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\" />\n <w:sz w:val=\"24\" />\n <w:szCs w:val=\"24\" />\n <w:lang w:val=\"en-US\" w:eastAsia=\"en-US\" w:bidi=\"ar-SA\" />\n </w:rPr>\n </w:rPrDefault>\n <w:pPrDefault>\n <w:pPr>\n <w:spacing w:after=\"200\" />\n </w:pPr>\n </w:pPrDefault>\n </w:docDefaults>\n <w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"0\" w:defSemiHidden=\"0\" w:defUnhideWhenUsed=\"0\" w:defQFormat=\"0\" w:count=\"276\" />\n <w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"Normal\">\n <w:name w:val=\"Normal\" />\n <w:qFormat />\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"BodyText\">\n <w:name w:val=\"Body Text\" />\n <w:basedOn w:val=\"Normal\" />\n <w:link w:val=\"BodyTextChar\" />\n <w:pPr>\n <w:spacing w:before=\"180\" w:after=\"180\" />\n </w:pPr>\n <w:qFormat />\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"FirstParagraph\">\n <w:name w:val=\"First Paragraph\" />\n <w:basedOn w:val=\"BodyText\" />\n <w:next w:val=\"BodyText\" />\n <w:qFormat />\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"Compact\">\n <w:name w:val=\"Compact\" />\n <w:basedOn w:val=\"BodyText\" />\n <w:qFormat />\n <w:pPr>\n <w:spacing w:before=\"36\" w:after=\"36\" />\n </w:pPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Title\">\n <w:name w:val=\"Title\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"480\" w:after=\"240\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"345A8A\" w:themeColor=\"accent1\" w:themeShade=\"B5\" />\n <w:sz w:val=\"36\" />\n <w:szCs w:val=\"36\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Subtitle\">\n <w:name w:val=\"Subtitle\" />\n <w:basedOn w:val=\"Title\" />\n <w:next w:val=\"BodyText\" />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"240\" w:after=\"240\" />\n <w:jc w:val=\"center\" />\n </w:pPr>\n <w:rPr>\n <w:sz w:val=\"30\" />\n <w:szCs w:val=\"30\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"Author\">\n <w:name w:val=\"Author\" />\n <w:next w:val=\"BodyText\" />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:jc w:val=\"center\" />\n </w:pPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Date\">\n <w:name w:val=\"Date\" />\n <w:next w:val=\"BodyText\" />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:jc w:val=\"center\" />\n </w:pPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"Abstract\">\n <w:name w:val=\"Abstract\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"300\" w:after=\"300\" />\n </w:pPr>\n <w:rPr>\n <w:sz w:val=\"20\" />\n <w:szCs w:val=\"20\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Bibliography\">\n <w:name w:val=\"Bibliography\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Bibliography\" />\n <w:qFormat />\n <w:pPr />\n <w:rPr />\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading1\">\n <w:name w:val=\"Heading 1\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"9\" />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"480\" w:after=\"0\" />\n <w:outlineLvl w:val=\"0\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"345A8A\" w:themeColor=\"accent1\" w:themeShade=\"B5\" />\n <w:sz w:val=\"32\" />\n <w:szCs w:val=\"32\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading2\">\n <w:name w:val=\"Heading 2\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"9\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"200\" w:after=\"0\" />\n <w:outlineLvl w:val=\"1\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"4F81BD\" w:themeColor=\"accent1\" />\n <w:sz w:val=\"32\" />\n <w:szCs w:val=\"32\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading3\">\n <w:name w:val=\"Heading 3\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"9\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"200\" w:after=\"0\" />\n <w:outlineLvl w:val=\"1\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"4F81BD\" w:themeColor=\"accent1\" />\n <w:sz w:val=\"28\" />\n <w:szCs w:val=\"28\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading4\">\n <w:name w:val=\"Heading 4\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"9\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"200\" w:after=\"0\" />\n <w:outlineLvl w:val=\"1\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:b />\n <w:bCs />\n <w:color w:val=\"4F81BD\" w:themeColor=\"accent1\" />\n <w:sz w:val=\"24\" />\n <w:szCs w:val=\"24\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Heading5\">\n <w:name w:val=\"Heading 5\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"9\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:before=\"200\" w:after=\"0\" />\n <w:outlineLvl w:val=\"1\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:i />\n <w:iCs />\n <w:color w:val=\"4F81BD\" w:themeColor=\"accent1\" />\n <w:sz w:val=\"24\" />\n <w:szCs w:val=\"24\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"BlockText\">\n <w:name w:val=\"Block Text\" />\n <w:basedOn w:val=\"BodyText\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"9\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:pPr>\n <w:spacing w:before=\"100\" w:after=\"100\" />\n <w:ind w:firstLine=\"0\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:bCs />\n <w:sz w:val=\"20\" />\n <w:szCs w:val=\"20\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"FootnoteText\">\n <w:name w:val=\"Footnote Text\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"FootnoteText\" />\n <w:uiPriority w:val=\"9\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n </w:style>\n <w:style w:type=\"character\" w:default=\"1\" w:styleId=\"DefaultParagraphFont\">\n <w:name w:val=\"Default Paragraph Font\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n </w:style>\n <w:style w:type=\"table\" w:default=\"1\" w:styleId=\"TableNormal\">\n <w:name w:val=\"Normal Table\" />\n <w:semiHidden />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:tblPr>\n <w:tblInd w:w=\"0\" w:type=\"dxa\" />\n <w:tblCellMar>\n <w:top w:w=\"0\" w:type=\"dxa\" />\n <w:left w:w=\"108\" w:type=\"dxa\" />\n <w:bottom w:w=\"0\" w:type=\"dxa\" />\n <w:right w:w=\"108\" w:type=\"dxa\" />\n </w:tblCellMar>\n </w:tblPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"DefinitionTerm\">\n <w:name w:val=\"Definition Term\" />\n <w:basedOn w:val=\"Normal\" />\n <w:next w:val=\"Definition\" />\n <w:pPr>\n <w:keepNext />\n <w:keepLines />\n <w:spacing w:after=\"0\" />\n </w:pPr>\n <w:rPr>\n <w:b />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"Definition\">\n <w:name w:val=\"Definition\" />\n <w:basedOn w:val=\"Normal\" />\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"Caption\">\n <w:name w:val=\"Caption\" />\n <w:basedOn w:val=\"Normal\" />\n <w:link w:val=\"BodyTextChar\" />\n <w:pPr>\n <w:spacing w:before=\"0\" w:after=\"120\" />\n </w:pPr>\n <w:rPr>\n <w:i />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"TableCaption\">\n <w:name w:val=\"Table Caption\" />\n <w:basedOn w:val=\"Caption\" />\n <w:pPr>\n <w:keepNext />\n </w:pPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"ImageCaption\">\n <w:name w:val=\"Image Caption\" />\n <w:basedOn w:val=\"Caption\" />\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"Figure\">\n <w:name w:val=\"Figure\" />\n <w:basedOn w:val=\"Normal\" />\n </w:style>\n <w:style w:type=\"paragraph\" w:customStyle=\"1\" w:styleId=\"FigureWithCaption\">\n <w:name w:val=\"Figure with Caption\" />\n <w:basedOn w:val=\"Figure\" />\n <w:pPr>\n <w:keepNext />\n </w:pPr>\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"BodyTextChar\">\n <w:name w:val=\"Body Text Char\" />\n <w:basedOn w:val=\"DefaultParagraphFont\" />\n <w:link w:val=\"BodyText\" />\n </w:style>\n <w:style w:type=\"character\" w:customStyle=\"1\" w:styleId=\"VerbatimChar\">\n <w:name w:val=\"Verbatim Char\" />\n <w:basedOn w:val=\"BodyTextChar\" />\n <w:rPr>\n <w:rFonts w:ascii=\"Consolas\" w:hAnsi=\"Consolas\" />\n <w:sz w:val=\"22\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:styleId=\"FootnoteReference\">\n <w:name w:val=\"Footnote Reference\" />\n <w:basedOn w:val=\"BodyTextChar\" />\n <w:rPr>\n <w:vertAlign w:val=\"superscript\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"character\" w:styleId=\"Hyperlink\">\n <w:name w:val=\"Hyperlink\" />\n <w:basedOn w:val=\"BodyTextChar\" />\n <w:rPr>\n <w:color w:val=\"4F81BD\" w:themeColor=\"accent1\" />\n </w:rPr>\n </w:style>\n <w:style w:type=\"paragraph\" w:styleId=\"TOCHeading\">\n <w:name w:val=\"TOC Heading\" />\n <w:basedOn w:val=\"Heading1\" />\n <w:next w:val=\"BodyText\" />\n <w:uiPriority w:val=\"39\" />\n <w:unhideWhenUsed />\n <w:qFormat />\n <w:pPr>\n <w:spacing w:before=\"240\" w:line=\"259\" w:lineRule=\"auto\" />\n <w:outlineLvl w:val=\"9\" />\n </w:pPr>\n <w:rPr>\n <w:rFonts w:asciiTheme=\"majorHAnsi\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorHAnsi\" w:cstheme=\"majorBidi\" />\n <w:b w:val=\"0\" />\n <w:bCs w:val=\"0\" />\n <w:color w:val=\"365F91\" w:themeColor=\"accent1\"\n w:themeShade=\"BF\" />\n </w:rPr>\n </w:style>\n</w:styles>\n"),("docx/word/webSettings.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ns0:webSettings xmlns:ns0=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\">\n <ns0:allowPNG />\n <ns0:doNotSaveAsSingleFile />\n</ns0:webSettings>"),("docx/word/_rels/document.xml.rels","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering\" Id=\"rId1\" Target=\"numbering.xml\" /><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\" Id=\"rId2\" Target=\"styles.xml\" /><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\" Id=\"rId3\" Target=\"settings.xml\" /><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings\" Id=\"rId4\" Target=\"webSettings.xml\" /><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\" Id=\"rId5\" Target=\"fontTable.xml\" /><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Id=\"rId6\" Target=\"theme/theme1.xml\" /><Relationship Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes\" Id=\"rId7\" Target=\"footnotes.xml\" /></Relationships>\n"),("docx/word/_rels/footnotes.xml.rels","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\" />"),("docx/word/theme/theme1.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\"><a:themeElements><a:clrScheme name=\"Office\"><a:dk1><a:sysClr val=\"windowText\" lastClr=\"000000\" /></a:dk1><a:lt1><a:sysClr val=\"window\" lastClr=\"FFFFFF\" /></a:lt1><a:dk2><a:srgbClr val=\"1F497D\" /></a:dk2><a:lt2><a:srgbClr val=\"EEECE1\" /></a:lt2><a:accent1><a:srgbClr val=\"4F81BD\" /></a:accent1><a:accent2><a:srgbClr val=\"C0504D\" /></a:accent2><a:accent3><a:srgbClr val=\"9BBB59\" /></a:accent3><a:accent4><a:srgbClr val=\"8064A2\" /></a:accent4><a:accent5><a:srgbClr val=\"4BACC6\" /></a:accent5><a:accent6><a:srgbClr val=\"F79646\" /></a:accent6><a:hlink><a:srgbClr val=\"0000FF\" /></a:hlink><a:folHlink><a:srgbClr val=\"800080\" /></a:folHlink></a:clrScheme><a:fontScheme name=\"Office\"><a:majorFont><a:latin typeface=\"Calibri\" /><a:ea typeface=\"\" /><a:cs typeface=\"\" /><a:font script=\"Jpan\" typeface=\"\239\188\173\239\188\179 \227\130\180\227\130\183\227\131\131\227\130\175\" /><a:font script=\"Hang\" typeface=\"\235\167\145\236\157\128 \234\179\160\235\148\149\" /><a:font script=\"Hans\" typeface=\"\229\174\139\228\189\147\" /><a:font script=\"Hant\" typeface=\"\230\150\176\231\180\176\230\152\142\233\171\148\" /><a:font script=\"Arab\" typeface=\"Times New Roman\" /><a:font script=\"Hebr\" typeface=\"Times New Roman\" /><a:font script=\"Thai\" typeface=\"Angsana New\" /><a:font script=\"Ethi\" typeface=\"Nyala\" /><a:font script=\"Beng\" typeface=\"Vrinda\" /><a:font script=\"Gujr\" typeface=\"Shruti\" /><a:font script=\"Khmr\" typeface=\"MoolBoran\" /><a:font script=\"Knda\" typeface=\"Tunga\" /><a:font script=\"Guru\" typeface=\"Raavi\" /><a:font script=\"Cans\" typeface=\"Euphemia\" /><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\" /><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\" /><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\" /><a:font script=\"Thaa\" typeface=\"MV Boli\" /><a:font script=\"Deva\" typeface=\"Mangal\" /><a:font script=\"Telu\" typeface=\"Gautami\" /><a:font script=\"Taml\" typeface=\"Latha\" /><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\" /><a:font script=\"Orya\" typeface=\"Kalinga\" /><a:font script=\"Mlym\" typeface=\"Kartika\" /><a:font script=\"Laoo\" typeface=\"DokChampa\" /><a:font script=\"Sinh\" typeface=\"Iskoola Pota\" /><a:font script=\"Mong\" typeface=\"Mongolian Baiti\" /><a:font script=\"Viet\" typeface=\"Times New Roman\" /><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\" /></a:majorFont><a:minorFont><a:latin typeface=\"Cambria\" /><a:ea typeface=\"\" /><a:cs typeface=\"\" /><a:font script=\"Jpan\" typeface=\"\239\188\173\239\188\179 \230\152\142\230\156\157\" /><a:font script=\"Hang\" typeface=\"\235\167\145\236\157\128 \234\179\160\235\148\149\" /><a:font script=\"Hans\" typeface=\"\229\174\139\228\189\147\" /><a:font script=\"Hant\" typeface=\"\230\150\176\231\180\176\230\152\142\233\171\148\" /><a:font script=\"Arab\" typeface=\"Arial\" /><a:font script=\"Hebr\" typeface=\"Arial\" /><a:font script=\"Thai\" typeface=\"Cordia New\" /><a:font script=\"Ethi\" typeface=\"Nyala\" /><a:font script=\"Beng\" typeface=\"Vrinda\" /><a:font script=\"Gujr\" typeface=\"Shruti\" /><a:font script=\"Khmr\" typeface=\"DaunPenh\" /><a:font script=\"Knda\" typeface=\"Tunga\" /><a:font script=\"Guru\" typeface=\"Raavi\" /><a:font script=\"Cans\" typeface=\"Euphemia\" /><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\" /><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\" /><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\" /><a:font script=\"Thaa\" typeface=\"MV Boli\" /><a:font script=\"Deva\" typeface=\"Mangal\" /><a:font script=\"Telu\" typeface=\"Gautami\" /><a:font script=\"Taml\" typeface=\"Latha\" /><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\" /><a:font script=\"Orya\" typeface=\"Kalinga\" /><a:font script=\"Mlym\" typeface=\"Kartika\" /><a:font script=\"Laoo\" typeface=\"DokChampa\" /><a:font script=\"Sinh\" typeface=\"Iskoola Pota\" /><a:font script=\"Mong\" typeface=\"Mongolian Baiti\" /><a:font script=\"Viet\" typeface=\"Arial\" /><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\" /></a:minorFont></a:fontScheme><a:fmtScheme name=\"Office\"><a:fillStyleLst><a:solidFill><a:schemeClr val=\"phClr\" /></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\" /><a:satMod val=\"300000\" /></a:schemeClr></a:gs><a:gs pos=\"35000\"><a:schemeClr val=\"phClr\"><a:tint val=\"37000\" /><a:satMod val=\"300000\" /></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"15000\" /><a:satMod val=\"350000\" /></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"1\" /></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"100000\" /><a:shade val=\"100000\" /><a:satMod val=\"130000\" /></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\" /><a:shade val=\"100000\" /><a:satMod val=\"350000\" /></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"0\" /></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w=\"9525\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"><a:shade val=\"95000\" /><a:satMod val=\"105000\" /></a:schemeClr></a:solidFill><a:prstDash val=\"solid\" /></a:ln><a:ln w=\"25400\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\" /></a:solidFill><a:prstDash val=\"solid\" /></a:ln><a:ln w=\"38100\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\" /></a:solidFill><a:prstDash val=\"solid\" /></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"38000\" /></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\" /></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\" /></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst=\"orthographicFront\"><a:rot lat=\"0\" lon=\"0\" rev=\"0\" /></a:camera><a:lightRig rig=\"threePt\" dir=\"t\"><a:rot lat=\"0\" lon=\"0\" rev=\"1200000\" /></a:lightRig></a:scene3d><a:sp3d><a:bevelT w=\"63500\" h=\"25400\" /></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val=\"phClr\" /></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"40000\" /><a:satMod val=\"350000\" /></a:schemeClr></a:gs><a:gs pos=\"40000\"><a:schemeClr val=\"phClr\"><a:tint val=\"45000\" /><a:shade val=\"99000\" /><a:satMod val=\"350000\" /></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"20000\" /><a:satMod val=\"255000\" /></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"-80000\" r=\"50000\" b=\"180000\" /></a:path></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"80000\" /><a:satMod val=\"300000\" /></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"30000\" /><a:satMod val=\"200000\" /></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"50000\" r=\"50000\" b=\"50000\" /></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults><a:spDef><a:spPr /><a:bodyPr /><a:lstStyle /><a:style><a:lnRef idx=\"1\"><a:schemeClr val=\"accent1\" /></a:lnRef><a:fillRef idx=\"3\"><a:schemeClr val=\"accent1\" /></a:fillRef><a:effectRef idx=\"2\"><a:schemeClr val=\"accent1\" /></a:effectRef><a:fontRef idx=\"minor\"><a:schemeClr val=\"lt1\" /></a:fontRef></a:style></a:spDef><a:lnDef><a:spPr /><a:bodyPr /><a:lstStyle /><a:style><a:lnRef idx=\"2\"><a:schemeClr val=\"accent1\" /></a:lnRef><a:fillRef idx=\"0\"><a:schemeClr val=\"accent1\" /></a:fillRef><a:effectRef idx=\"1\"><a:schemeClr val=\"accent1\" /></a:effectRef><a:fontRef idx=\"minor\"><a:schemeClr val=\"tx1\" /></a:fontRef></a:style></a:lnDef></a:objectDefaults><a:extraClrSchemeLst /></a:theme>"),("dzslides/template.html","<!DOCTYPE html>\n\n<meta charset=\"utf-8\">\n<title>The Title Of Your Presentation</title>\n\n<!-- Your Slides -->\n<!-- One section is one slide -->\n\n<section>\n <!-- This is the first slide -->\n <h1>My Presentation</h1>\n <footer>by John Doe</footer>\n</section>\n\n<section>\n <p>Some random text: But I've never been to the moon! You can see how I lived before I met you. Also Zoidberg.\n I could if you hadn't turned on the light and shut off my stereo.</p>\n</section>\n\n<section>\n <h3>An incremental list</h3>\n <ul class=\"incremental\">\n <li>Item 1\n <li>Item 2\n <li>Item 3\n </ul>\n <details>Some notes. They are only visible using onstage shell.</details>\n</section>\n\n<section>\n <q>\n Who's brave enough to fly into something we all keep calling a death sphere?\n </q>\n</section>\n\n<section>\n <h2>Part two</h2>\n</section>\n\n<section>\n <figure> <!-- Figures are used to display images and videos fullpage -->\n <img src=\"http://placekitten.com/g/800/600\">\n <figcaption>An image</figcaption>\n </figure>\n <details>Kittens are so cute!</details>\n</section>\n\n<section>\n <figure> <!-- Videos are automatically played -->\n <video src=\"http://videos-cdn.mozilla.net/brand/Mozilla_Firefox_Manifesto_v0.2_640.webm\" poster=\"http://www.mozilla.org/images/about/poster.jpg\"></video>\n <figcaption>A video</figcaption>\n </figure>\n</section>\n\n<section>\n <h2>End!</h2>\n</section>\n\n<!-- Your Style -->\n<!-- Define the style of your presentation -->\n\n<!-- Maybe a font from http://www.google.com/webfonts ? -->\n<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>\n\n<style>\n html { background-color: black; }\n body { background-color: white; border-radius: 12px}\n /* A section is a slide. It's size is 800x600, and this will never change */\n section {\n /* The font from Google */\n font-family: 'Oswald', arial, serif;\n font-size: 30px;\n }\n h1, h2 {\n margin-top: 200px;\n text-align: center;\n font-size: 80px;\n }\n h3 {\n margin: 100px 0 50px 100px;\n }\n\n ul {\n margin: 50px 200px;\n }\n\n p {\n margin: 75px;\n font-size: 50px;\n }\n\n q {\n display: block;\n width: 100%;\n height: 100%;\n background-color: black;\n color: white;\n font-size: 60px;\n padding: 50px;\n }\n\n /* Figures are displayed full-page, with the caption\n on top of the image/video */\n figure {\n background-color: black;\n }\n figcaption {\n margin: 70px;\n font-size: 50px;\n }\n\n footer {\n position: absolute;\n bottom: 0;\n width: 100%;\n padding: 40px;\n text-align: right;\n background-color: #F3F4F8;\n border-top: 1px solid #CCC;\n }\n\n /* Transition effect */\n /* Feel free to change the transition effect for original\n animations. See here:\n https://developer.mozilla.org/en/CSS/CSS_transitions\n How to use CSS3 Transitions: */\n section {\n -moz-transition: left 400ms linear 0s;\n -webkit-transition: left 400ms linear 0s;\n -ms-transition: left 400ms linear 0s;\n transition: left 400ms linear 0s;\n }\n\n /* Before */\n section { left: -150%; }\n /* Now */\n section[aria-selected] { left: 0; }\n /* After */\n section[aria-selected] ~ section { left: +150%; }\n\n /* Incremental elements */\n\n /* By default, visible */\n .incremental > * { opacity: 1; }\n\n /* The current item */\n .incremental > *[aria-selected] { opacity: 1; }\n\n /* The items to-be-selected */\n .incremental > *[aria-selected] ~ * { opacity: 0; }\n\n /* The progressbar, at the bottom of the slides, show the global\n progress of the presentation. */\n #progress-bar {\n height: 2px;\n background: #AAA;\n }\n</style>\n\n<!-- {{{{ dzslides core\n#\n#\n# __ __ __ . __ ___ __\n# | \\ / /__` | | | \\ |__ /__`\n# |__/ /_ .__/ |___ | |__/ |___ .__/ core :\226\130\172\n#\n#\n# The following block of code is not supposed to be edited.\n# But if you want to change the behavior of these slides,\n# feel free to hack it!\n#\n-->\n\n<div id=\"progress-bar\"></div>\n\n<!-- Default Style -->\n<style>\n * { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }\n details { display: none; }\n body {\n width: 800px; height: 600px;\n margin-left: -400px; margin-top: -300px;\n position: absolute; top: 50%; left: 50%;\n overflow: hidden;\n }\n section {\n position: absolute;\n pointer-events: none;\n width: 100%; height: 100%;\n }\n section[aria-selected] { pointer-events: auto; }\n html { overflow: hidden; }\n body { display: none; }\n body.loaded { display: block; }\n .incremental {visibility: hidden; }\n .incremental[active] {visibility: visible; }\n #progress-bar{\n bottom: 0;\n position: absolute;\n -moz-transition: width 400ms linear 0s;\n -webkit-transition: width 400ms linear 0s;\n -ms-transition: width 400ms linear 0s;\n transition: width 400ms linear 0s;\n }\n figure {\n width: 100%;\n height: 100%;\n }\n figure > * {\n position: absolute;\n }\n figure > img, figure > video {\n width: 100%; height: 100%;\n }\n</style>\n\n<script>\n var Dz = {\n remoteWindows: [],\n idx: -1,\n step: 0,\n slides: null,\n progressBar : null,\n params: {\n autoplay: \"1\"\n }\n };\n\n Dz.init = function() {\n document.body.className = \"loaded\";\n this.slides = $$(\"body > section\");\n this.progressBar = $(\"#progress-bar\");\n this.setupParams();\n this.onhashchange();\n this.setupTouchEvents();\n this.onresize();\n }\n \n Dz.setupParams = function() {\n var p = window.location.search.substr(1).split('&');\n p.forEach(function(e, i, a) {\n var keyVal = e.split('=');\n Dz.params[keyVal[0]] = decodeURIComponent(keyVal[1]);\n });\n // Specific params handling\n if (!+this.params.autoplay)\n $$.forEach($$(\"video\"), function(v){ v.controls = true });\n }\n\n Dz.onkeydown = function(aEvent) {\n // Don't intercept keyboard shortcuts\n if (aEvent.altKey\n || aEvent.ctrlKey\n || aEvent.metaKey\n || aEvent.shiftKey) {\n return;\n }\n if ( aEvent.keyCode == 37 // left arrow\n || aEvent.keyCode == 38 // up arrow\n || aEvent.keyCode == 33 // page up\n ) {\n aEvent.preventDefault();\n this.back();\n }\n if ( aEvent.keyCode == 39 // right arrow\n || aEvent.keyCode == 40 // down arrow\n || aEvent.keyCode == 34 // page down\n ) {\n aEvent.preventDefault();\n this.forward();\n }\n if (aEvent.keyCode == 35) { // end\n aEvent.preventDefault();\n this.goEnd();\n }\n if (aEvent.keyCode == 36) { // home\n aEvent.preventDefault();\n this.goStart();\n }\n if (aEvent.keyCode == 32) { // space\n aEvent.preventDefault();\n this.toggleContent();\n }\n if (aEvent.keyCode == 70) { // f\n aEvent.preventDefault();\n this.goFullscreen();\n }\n }\n\n /* Touch Events */\n\n Dz.setupTouchEvents = function() {\n var orgX, newX;\n var tracking = false;\n\n var db = document.body;\n db.addEventListener(\"touchstart\", start.bind(this), false);\n db.addEventListener(\"touchmove\", move.bind(this), false);\n\n function start(aEvent) {\n aEvent.preventDefault();\n tracking = true;\n orgX = aEvent.changedTouches[0].pageX;\n }\n\n function move(aEvent) {\n if (!tracking) return;\n newX = aEvent.changedTouches[0].pageX;\n if (orgX - newX > 100) {\n tracking = false;\n this.forward();\n } else {\n if (orgX - newX < -100) {\n tracking = false;\n this.back();\n }\n }\n }\n }\n\n /* Adapt the size of the slides to the window */\n\n Dz.onresize = function() {\n var db = document.body;\n var sx = db.clientWidth / window.innerWidth;\n var sy = db.clientHeight / window.innerHeight;\n var transform = \"scale(\" + (1/Math.max(sx, sy)) + \")\";\n\n db.style.MozTransform = transform;\n db.style.WebkitTransform = transform;\n db.style.OTransform = transform;\n db.style.msTransform = transform;\n db.style.transform = transform;\n }\n\n\n Dz.getDetails = function(aIdx) {\n var s = $(\"section:nth-of-type(\" + aIdx + \")\");\n var d = s.$(\"details\");\n return d ? d.innerHTML : \"\";\n }\n\n Dz.onmessage = function(aEvent) {\n var argv = aEvent.data.split(\" \"), argc = argv.length;\n argv.forEach(function(e, i, a) { a[i] = decodeURIComponent(e) });\n var win = aEvent.source;\n if (argv[0] === \"REGISTER\" && argc === 1) {\n this.remoteWindows.push(win);\n this.postMsg(win, \"REGISTERED\", document.title, this.slides.length);\n this.postMsg(win, \"CURSOR\", this.idx + \".\" + this.step);\n return;\n }\n if (argv[0] === \"BACK\" && argc === 1)\n this.back();\n if (argv[0] === \"FORWARD\" && argc === 1)\n this.forward();\n if (argv[0] === \"START\" && argc === 1)\n this.goStart();\n if (argv[0] === \"END\" && argc === 1)\n this.goEnd();\n if (argv[0] === \"TOGGLE_CONTENT\" && argc === 1)\n this.toggleContent();\n if (argv[0] === \"SET_CURSOR\" && argc === 2)\n window.location.hash = \"#\" + argv[1];\n if (argv[0] === \"GET_CURSOR\" && argc === 1)\n this.postMsg(win, \"CURSOR\", this.idx + \".\" + this.step);\n if (argv[0] === \"GET_NOTES\" && argc === 1)\n this.postMsg(win, \"NOTES\", this.getDetails(this.idx));\n }\n\n Dz.toggleContent = function() {\n // If a Video is present in this new slide, play it.\n // If a Video is present in the previous slide, stop it.\n var s = $(\"section[aria-selected]\");\n if (s) {\n var video = s.$(\"video\");\n if (video) {\n if (video.ended || video.paused) {\n video.play();\n } else {\n video.pause();\n }\n }\n }\n }\n\n Dz.setCursor = function(aIdx, aStep) {\n // If the user change the slide number in the URL bar, jump\n // to this slide.\n aStep = (aStep != 0 && typeof aStep !== \"undefined\") ? \".\" + aStep : \".0\";\n window.location.hash = \"#\" + aIdx + aStep;\n }\n\n Dz.onhashchange = function() {\n var cursor = window.location.hash.split(\"#\"),\n newidx = 1,\n newstep = 0;\n if (cursor.length == 2) {\n newidx = ~~cursor[1].split(\".\")[0];\n newstep = ~~cursor[1].split(\".\")[1];\n if (newstep > Dz.slides[newidx - 1].$$('.incremental > *').length) {\n newstep = 0;\n newidx++;\n }\n }\n this.setProgress(newidx, newstep);\n if (newidx != this.idx) {\n this.setSlide(newidx);\n }\n if (newstep != this.step) {\n this.setIncremental(newstep);\n }\n for (var i = 0; i < this.remoteWindows.length; i++) {\n this.postMsg(this.remoteWindows[i], \"CURSOR\", this.idx + \".\" + this.step);\n }\n }\n\n Dz.back = function() {\n if (this.idx == 1 && this.step == 0) {\n return;\n }\n if (this.step == 0) {\n this.setCursor(this.idx - 1,\n this.slides[this.idx - 2].$$('.incremental > *').length);\n } else {\n this.setCursor(this.idx, this.step - 1);\n }\n }\n\n Dz.forward = function() {\n if (this.idx >= this.slides.length &&\n this.step >= this.slides[this.idx - 1].$$('.incremental > *').length) {\n return;\n }\n if (this.step >= this.slides[this.idx - 1].$$('.incremental > *').length) {\n this.setCursor(this.idx + 1, 0);\n } else {\n this.setCursor(this.idx, this.step + 1);\n }\n }\n\n Dz.goStart = function() {\n this.setCursor(1, 0);\n }\n\n Dz.goEnd = function() {\n var lastIdx = this.slides.length;\n var lastStep = this.slides[lastIdx - 1].$$('.incremental > *').length;\n this.setCursor(lastIdx, lastStep);\n }\n\n Dz.setSlide = function(aIdx) {\n this.idx = aIdx;\n var old = $(\"section[aria-selected]\");\n var next = $(\"section:nth-of-type(\"+ this.idx +\")\");\n if (old) {\n old.removeAttribute(\"aria-selected\");\n var video = old.$(\"video\");\n if (video) {\n video.pause();\n }\n }\n if (next) {\n next.setAttribute(\"aria-selected\", \"true\");\n var video = next.$(\"video\");\n if (video && !!+this.params.autoplay) {\n video.play();\n }\n } else {\n // That should not happen\n this.idx = -1;\n // console.warn(\"Slide doesn't exist.\");\n }\n }\n\n Dz.setIncremental = function(aStep) {\n this.step = aStep;\n var old = this.slides[this.idx - 1].$('.incremental > *[aria-selected]');\n if (old) {\n old.removeAttribute('aria-selected');\n }\n var incrementals = $$('.incremental');\n if (this.step <= 0) {\n $$.forEach(incrementals, function(aNode) {\n aNode.removeAttribute('active');\n });\n return;\n }\n var next = this.slides[this.idx - 1].$$('.incremental > *')[this.step - 1];\n if (next) {\n next.setAttribute('aria-selected', true);\n next.parentNode.setAttribute('active', true);\n var found = false;\n $$.forEach(incrementals, function(aNode) {\n if (aNode != next.parentNode)\n if (found)\n aNode.removeAttribute('active');\n else\n aNode.setAttribute('active', true);\n else\n found = true;\n });\n } else {\n setCursor(this.idx, 0);\n }\n return next;\n }\n\n Dz.goFullscreen = function() {\n var html = $('html'),\n requestFullscreen = html.requestFullscreen || html.requestFullScreen || html.mozRequestFullScreen || html.webkitRequestFullScreen;\n if (requestFullscreen) {\n requestFullscreen.apply(html);\n }\n }\n \n Dz.setProgress = function(aIdx, aStep) {\n var slide = $(\"section:nth-of-type(\"+ aIdx +\")\");\n if (!slide)\n return;\n var steps = slide.$$('.incremental > *').length + 1,\n slideSize = 100 / (this.slides.length - 1),\n stepSize = slideSize / steps;\n this.progressBar.style.width = ((aIdx - 1) * slideSize + aStep * stepSize) + '%';\n }\n \n Dz.postMsg = function(aWin, aMsg) { // [arg0, [arg1...]]\n aMsg = [aMsg];\n for (var i = 2; i < arguments.length; i++)\n aMsg.push(encodeURIComponent(arguments[i]));\n aWin.postMessage(aMsg.join(\" \"), \"*\");\n }\n \n function init() {\n Dz.init();\n window.onkeydown = Dz.onkeydown.bind(Dz);\n window.onresize = Dz.onresize.bind(Dz);\n window.onhashchange = Dz.onhashchange.bind(Dz);\n window.onmessage = Dz.onmessage.bind(Dz);\n }\n\n window.onload = init;\n</script>\n\n\n<script> // Helpers\n if (!Function.prototype.bind) {\n Function.prototype.bind = function (oThis) {\n\n // closest thing possible to the ECMAScript 5 internal IsCallable\n // function \n if (typeof this !== \"function\")\n throw new TypeError(\n \"Function.prototype.bind - what is trying to be fBound is not callable\"\n );\n\n var aArgs = Array.prototype.slice.call(arguments, 1),\n fToBind = this,\n fNOP = function () {},\n fBound = function () {\n return fToBind.apply( this instanceof fNOP ? this : oThis || window,\n aArgs.concat(Array.prototype.slice.call(arguments)));\n };\n\n fNOP.prototype = this.prototype;\n fBound.prototype = new fNOP();\n\n return fBound;\n };\n }\n\n var $ = (HTMLElement.prototype.$ = function(aQuery) {\n return this.querySelector(aQuery);\n }).bind(document);\n\n var $$ = (HTMLElement.prototype.$$ = function(aQuery) {\n return this.querySelectorAll(aQuery);\n }).bind(document);\n\n $$.forEach = function(nodeList, fun) {\n Array.prototype.forEach.call(nodeList, fun);\n }\n\n</script>\n<!-- vim: set fdm=marker: }}} -->\n"),("odt/content.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<office:document-content xmlns:office=\"urn:oasis:names:tc:opendocument:xmlns:office:1.0\" xmlns:style=\"urn:oasis:names:tc:opendocument:xmlns:style:1.0\" xmlns:text=\"urn:oasis:names:tc:opendocument:xmlns:text:1.0\" xmlns:table=\"urn:oasis:names:tc:opendocument:xmlns:table:1.0\" xmlns:draw=\"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0\" xmlns:fo=\"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:meta=\"urn:oasis:names:tc:opendocument:xmlns:meta:1.0\" xmlns:number=\"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0\" xmlns:svg=\"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0\" xmlns:chart=\"urn:oasis:names:tc:opendocument:xmlns:chart:1.0\" xmlns:dr3d=\"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0\" xmlns:math=\"http://www.w3.org/1998/Math/MathML\" xmlns:form=\"urn:oasis:names:tc:opendocument:xmlns:form:1.0\" xmlns:script=\"urn:oasis:names:tc:opendocument:xmlns:script:1.0\" xmlns:ooo=\"http://openoffice.org/2004/office\" xmlns:ooow=\"http://openoffice.org/2004/writer\" xmlns:oooc=\"http://openoffice.org/2004/calc\" xmlns:dom=\"http://www.w3.org/2001/xml-events\" xmlns:xforms=\"http://www.w3.org/2002/xforms\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:rpt=\"http://openoffice.org/2005/report\" xmlns:of=\"urn:oasis:names:tc:opendocument:xmlns:of:1.2\" xmlns:xhtml=\"http://www.w3.org/1999/xhtml\" xmlns:grddl=\"http://www.w3.org/2003/g/data-view#\" xmlns:officeooo=\"http://openoffice.org/2009/office\" xmlns:tableooo=\"http://openoffice.org/2009/table\" xmlns:drawooo=\"http://openoffice.org/2010/draw\" xmlns:calcext=\"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0\" xmlns:field=\"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0\" xmlns:formx=\"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0\" xmlns:css3t=\"http://www.w3.org/TR/css3-text/\" office:version=\"1.2\"><office:scripts/><office:font-face-decls><style:font-face style:name=\"StarSymbol\" svg:font-family=\"StarSymbol\"/><style:font-face style:name=\"Tahoma1\" svg:font-family=\"Tahoma\"/><style:font-face style:name=\"Courier New\" svg:font-family=\"'Courier New'\" style:font-family-generic=\"modern\" style:font-pitch=\"fixed\"/><style:font-face style:name=\"Times New Roman\" svg:font-family=\"'Times New Roman'\" style:font-family-generic=\"roman\" style:font-pitch=\"variable\"/><style:font-face style:name=\"Arial\" svg:font-family=\"Arial\" style:font-family-generic=\"swiss\" style:font-pitch=\"variable\"/><style:font-face style:name=\"Lucida Sans Unicode\" svg:font-family=\"'Lucida Sans Unicode'\" style:font-family-generic=\"system\" style:font-pitch=\"variable\"/><style:font-face style:name=\"Tahoma\" svg:font-family=\"Tahoma\" style:font-family-generic=\"system\" style:font-pitch=\"variable\"/></office:font-face-decls><office:automatic-styles><style:style style:name=\"P1\" style:family=\"paragraph\" style:parent-style-name=\"Footer\"><style:paragraph-properties fo:text-align=\"center\" style:justify-single-word=\"false\"/></style:style></office:automatic-styles><office:body><office:text><text:sequence-decls><text:sequence-decl text:display-outline-level=\"0\" text:name=\"Illustration\"/><text:sequence-decl text:display-outline-level=\"0\" text:name=\"Table\"/><text:sequence-decl text:display-outline-level=\"0\" text:name=\"Text\"/><text:sequence-decl text:display-outline-level=\"0\" text:name=\"Drawing\"/></text:sequence-decls><text:p text:style-name=\"Standard\">Hello World!</text:p></office:text></office:body></office:document-content>"),("odt/manifest.rdf","<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <rdf:Description rdf:about=\"styles.xml\">\n <rdf:type rdf:resource=\"http://docs.oasis-open.org/ns/office/1.2/meta/odf#StylesFile\"/>\n </rdf:Description>\n <rdf:Description rdf:about=\"\">\n <ns0:hasPart xmlns:ns0=\"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#\" rdf:resource=\"styles.xml\"/>\n </rdf:Description>\n <rdf:Description rdf:about=\"content.xml\">\n <rdf:type rdf:resource=\"http://docs.oasis-open.org/ns/office/1.2/meta/odf#ContentFile\"/>\n </rdf:Description>\n <rdf:Description rdf:about=\"\">\n <ns0:hasPart xmlns:ns0=\"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#\" rdf:resource=\"content.xml\"/>\n </rdf:Description>\n <rdf:Description rdf:about=\"\">\n <rdf:type rdf:resource=\"http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document\"/>\n </rdf:Description>\n</rdf:RDF>\n"),("odt/meta.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<office:document-meta\n xmlns:office=\"urn:oasis:names:tc:opendocument:xmlns:office:1.0\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n xmlns:meta=\"urn:oasis:names:tc:opendocument:xmlns:meta:1.0\"\n xmlns:ooo=\"http://openoffice.org/2004/office\"\n xmlns:grddl=\"http://www.w3.org/2003/g/data-view#\"\n office:version=\"1.2\">\n <office:meta>\n <meta:document-statistic\n meta:table-count=\"0\" meta:image-count=\"0\" meta:object-count=\"0\"\n meta:page-count=\"1\" meta:paragraph-count=\"2\" meta:word-count=\"3\"\n meta:character-count=\"14\"\n meta:non-whitespace-character-count=\"12\"/>\n <meta:generator>Pandoc</meta:generator>\n </office:meta>\n</office:document-meta>\n"),("odt/mimetype","application/vnd.oasis.opendocument.text"),("odt/settings.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<office:document-settings xmlns:office=\"urn:oasis:names:tc:opendocument:xmlns:office:1.0\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:config=\"urn:oasis:names:tc:opendocument:xmlns:config:1.0\" xmlns:ooo=\"http://openoffice.org/2004/office\" office:version=\"1.2\"><office:settings><config:config-item-set config:name=\"ooo:view-settings\"><config:config-item config:name=\"ViewAreaTop\" config:type=\"int\">0</config:config-item><config:config-item config:name=\"ViewAreaLeft\" config:type=\"int\">0</config:config-item><config:config-item config:name=\"ViewAreaWidth\" config:type=\"int\">21747</config:config-item><config:config-item config:name=\"ViewAreaHeight\" config:type=\"int\">10874</config:config-item><config:config-item config:name=\"ShowRedlineChanges\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"InBrowseMode\" config:type=\"boolean\">false</config:config-item><config:config-item-map-indexed config:name=\"Views\"><config:config-item-map-entry><config:config-item config:name=\"ViewId\" config:type=\"string\">view2</config:config-item><config:config-item config:name=\"ViewLeft\" config:type=\"int\">3041</config:config-item><config:config-item config:name=\"ViewTop\" config:type=\"int\">3041</config:config-item><config:config-item config:name=\"VisibleLeft\" config:type=\"int\">0</config:config-item><config:config-item config:name=\"VisibleTop\" config:type=\"int\">0</config:config-item><config:config-item config:name=\"VisibleRight\" config:type=\"int\">21745</config:config-item><config:config-item config:name=\"VisibleBottom\" config:type=\"int\">10873</config:config-item><config:config-item config:name=\"ZoomType\" config:type=\"short\">0</config:config-item><config:config-item config:name=\"ViewLayoutColumns\" config:type=\"short\">0</config:config-item><config:config-item config:name=\"ViewLayoutBookMode\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"ZoomFactor\" config:type=\"short\">100</config:config-item><config:config-item config:name=\"IsSelectedFrame\" config:type=\"boolean\">false</config:config-item></config:config-item-map-entry></config:config-item-map-indexed></config:config-item-set><config:config-item-set config:name=\"ooo:configuration-settings\"><config:config-item config:name=\"ChartAutoUpdate\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"IsLabelDocument\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"MathBaselineAlignment\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"Rsid\" config:type=\"int\">1473719</config:config-item><config:config-item config:name=\"OutlineLevelYieldsNumbering\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintLeftPages\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"DoNotJustifyLinesWithManualBreak\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"ClippedPictures\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"AlignTabStopPosition\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"PrintTextPlaceholder\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"UseOldNumbering\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"CurrentDatabaseCommand\" config:type=\"string\"/><config:config-item config:name=\"ProtectForm\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintBlackFonts\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintProspectRTL\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"BackgroundParaOverDrawings\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"FloattableNomargins\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"SmallCapsPercentage66\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintControls\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"EmbedSystemFonts\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"CharacterCompressionType\" config:type=\"short\">0</config:config-item><config:config-item config:name=\"PrintHiddenText\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"UseFormerTextWrapping\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"IsKernAsianPunctuation\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintProspect\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintEmptyPages\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"UnbreakableNumberings\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"UseFormerObjectPositioning\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"ConsiderTextWrapOnObjPos\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"TableRowKeep\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintReversed\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"TabsRelativeToIndent\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"PrintRightPages\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"PrintPaperFromSetup\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"AddFrameOffsets\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"AddParaSpacingToTableCells\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"UpdateFromTemplate\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"AddExternalLeading\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"PrintSingleJobs\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrinterIndependentLayout\" config:type=\"string\">high-resolution</config:config-item><config:config-item config:name=\"RsidRoot\" config:type=\"int\">1473719</config:config-item><config:config-item config:name=\"LinkUpdateMode\" config:type=\"short\">1</config:config-item><config:config-item config:name=\"PrintAnnotationMode\" config:type=\"short\">0</config:config-item><config:config-item config:name=\"TabOverMargin\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"UseOldPrinterMetrics\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"RedlineProtectionKey\" config:type=\"base64Binary\"/><config:config-item config:name=\"PrinterSetup\" config:type=\"base64Binary\"/><config:config-item config:name=\"IgnoreFirstLineIndentInNumbering\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"CollapseEmptyCellPara\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"PrinterName\" config:type=\"string\"/><config:config-item config:name=\"EmbedFonts\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"InvertBorderSpacing\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintPageBackground\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"DoNotCaptureDrawObjsOnPage\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"TabOverflow\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"ApplyUserData\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"TabAtLeftIndentForParagraphsInList\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"UnxForceZeroExtLeading\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"SaveVersionOnClose\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintFaxName\" config:type=\"string\"/><config:config-item config:name=\"StylesNoDefault\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"AddParaTableSpacing\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"PrintDrawings\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"LoadReadonly\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintGraphics\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"FieldAutoUpdate\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"AllowPrintJobCancel\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"UseFormerLineSpacing\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"SaveGlobalDocumentLinks\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"CurrentDatabaseDataSource\" config:type=\"string\"/><config:config-item config:name=\"IgnoreTabsAndBlanksForLineCalculation\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"CurrentDatabaseCommandType\" config:type=\"int\">0</config:config-item><config:config-item config:name=\"DoNotResetParaAttrsForNumFont\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"ClipAsCharacterAnchoredWriterFlyFrames\" config:type=\"boolean\">false</config:config-item><config:config-item config:name=\"PrintTables\" config:type=\"boolean\">true</config:config-item><config:config-item config:name=\"AddParaTableSpacingAtStart\" config:type=\"boolean\">true</config:config-item></config:config-item-set></office:settings></office:document-settings>"),("odt/styles.xml","<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<office:document-styles xmlns:office=\"urn:oasis:names:tc:opendocument:xmlns:office:1.0\"\nxmlns:style=\"urn:oasis:names:tc:opendocument:xmlns:style:1.0\"\nxmlns:text=\"urn:oasis:names:tc:opendocument:xmlns:text:1.0\"\nxmlns:table=\"urn:oasis:names:tc:opendocument:xmlns:table:1.0\"\nxmlns:draw=\"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0\"\nxmlns:fo=\"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0\"\nxmlns:xlink=\"http://www.w3.org/1999/xlink\"\nxmlns:dc=\"http://purl.org/dc/elements/1.1/\"\nxmlns:meta=\"urn:oasis:names:tc:opendocument:xmlns:meta:1.0\"\nxmlns:number=\"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0\"\nxmlns:svg=\"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0\"\nxmlns:chart=\"urn:oasis:names:tc:opendocument:xmlns:chart:1.0\"\nxmlns:dr3d=\"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0\"\nxmlns:math=\"http://www.w3.org/1998/Math/MathML\"\nxmlns:form=\"urn:oasis:names:tc:opendocument:xmlns:form:1.0\"\nxmlns:script=\"urn:oasis:names:tc:opendocument:xmlns:script:1.0\"\nxmlns:ooo=\"http://openoffice.org/2004/office\"\nxmlns:ooow=\"http://openoffice.org/2004/writer\"\nxmlns:oooc=\"http://openoffice.org/2004/calc\"\nxmlns:dom=\"http://www.w3.org/2001/xml-events\"\nxmlns:rpt=\"http://openoffice.org/2005/report\"\nxmlns:of=\"urn:oasis:names:tc:opendocument:xmlns:of:1.2\"\nxmlns:xhtml=\"http://www.w3.org/1999/xhtml\"\nxmlns:grddl=\"http://www.w3.org/2003/g/data-view#\"\nxmlns:officeooo=\"http://openoffice.org/2009/office\"\nxmlns:tableooo=\"http://openoffice.org/2009/table\"\nxmlns:drawooo=\"http://openoffice.org/2010/draw\"\nxmlns:calcext=\"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0\"\nxmlns:css3t=\"http://www.w3.org/TR/css3-text/\" office:version=\"1.2\">\n <office:font-face-decls>\n <style:font-face style:name=\"StarSymbol\"\n svg:font-family=\"StarSymbol\" />\n <style:font-face style:name=\"Tahoma1\"\n svg:font-family=\"Tahoma\" />\n <style:font-face style:name=\"Courier New\"\n svg:font-family=\"'Courier New'\"\n style:font-family-generic=\"modern\" style:font-pitch=\"fixed\" />\n <style:font-face style:name=\"Times New Roman\"\n svg:font-family=\"'Times New Roman'\"\n style:font-family-generic=\"roman\"\n style:font-pitch=\"variable\" />\n <style:font-face style:name=\"Arial\" svg:font-family=\"Arial\"\n style:font-family-generic=\"swiss\"\n style:font-pitch=\"variable\" />\n <style:font-face style:name=\"Lucida Sans Unicode\"\n svg:font-family=\"'Lucida Sans Unicode'\"\n style:font-family-generic=\"system\"\n style:font-pitch=\"variable\" />\n <style:font-face style:name=\"Tahoma\" svg:font-family=\"Tahoma\"\n style:font-family-generic=\"system\"\n style:font-pitch=\"variable\" />\n </office:font-face-decls>\n <office:styles>\n <style:default-style style:family=\"graphic\">\n <style:graphic-properties fo:wrap-option=\"wrap\"\n draw:shadow-offset-x=\"0.1181in\"\n draw:shadow-offset-y=\"0.1181in\"\n draw:start-line-spacing-horizontal=\"0.1114in\"\n draw:start-line-spacing-vertical=\"0.1114in\"\n draw:end-line-spacing-horizontal=\"0.1114in\"\n draw:end-line-spacing-vertical=\"0.1114in\"\n style:flow-with-text=\"false\" />\n <style:paragraph-properties style:text-autospace=\"ideograph-alpha\"\n style:line-break=\"strict\" style:writing-mode=\"lr-tb\"\n style:font-independent-line-spacing=\"false\">\n <style:tab-stops />\n </style:paragraph-properties>\n <style:text-properties style:use-window-font-color=\"true\"\n fo:font-size=\"12pt\" fo:language=\"en\" fo:country=\"US\"\n style:letter-kerning=\"true\" style:font-size-asian=\"12pt\"\n style:language-asian=\"zxx\" style:country-asian=\"none\"\n style:font-size-complex=\"12pt\" style:language-complex=\"zxx\"\n style:country-complex=\"none\" />\n </style:default-style>\n <style:default-style style:family=\"paragraph\">\n <style:paragraph-properties fo:hyphenation-ladder-count=\"no-limit\"\n style:text-autospace=\"ideograph-alpha\"\n style:punctuation-wrap=\"hanging\" style:line-break=\"strict\"\n style:tab-stop-distance=\"0.4925in\"\n style:writing-mode=\"page\" />\n <style:text-properties style:use-window-font-color=\"true\"\n style:font-name=\"Times New Roman\" fo:font-size=\"12pt\"\n fo:language=\"en\" fo:country=\"US\" style:letter-kerning=\"true\"\n style:font-name-asian=\"Lucida Sans Unicode\"\n style:font-size-asian=\"12pt\" style:language-asian=\"zxx\"\n style:country-asian=\"none\" style:font-name-complex=\"Tahoma\"\n style:font-size-complex=\"12pt\" style:language-complex=\"zxx\"\n style:country-complex=\"none\" fo:hyphenate=\"false\"\n fo:hyphenation-remain-char-count=\"2\"\n fo:hyphenation-push-char-count=\"2\" />\n </style:default-style>\n <style:default-style style:family=\"table\">\n <style:table-properties table:border-model=\"collapsing\" />\n </style:default-style>\n <style:default-style style:family=\"table-row\">\n <style:table-row-properties fo:keep-together=\"auto\" />\n </style:default-style>\n <style:style style:name=\"Standard\" style:family=\"paragraph\"\n style:class=\"text\" />\n <style:style style:name=\"Heading\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\"\n style:next-style-name=\"Text_20_body\" style:class=\"text\">\n <style:paragraph-properties fo:margin-top=\"0.1665in\"\n fo:margin-bottom=\"0.0835in\" style:contextual-spacing=\"false\"\n fo:keep-with-next=\"always\" />\n <style:text-properties style:font-name=\"Arial\"\n fo:font-size=\"14pt\"\n style:font-name-asian=\"Lucida Sans Unicode\"\n style:font-size-asian=\"14pt\" style:font-name-complex=\"Tahoma\"\n style:font-size-complex=\"14pt\" />\n </style:style>\n <style:style style:name=\"Text_20_body\"\n style:display-name=\"Text body\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"text\">\n <style:paragraph-properties fo:margin-top=\"0.0598in\"\n fo:margin-bottom=\"0.0598in\"\n style:contextual-spacing=\"false\" />\n </style:style>\n <style:style style:name=\"List\" style:family=\"paragraph\"\n style:parent-style-name=\"Text_20_body\" style:class=\"list\">\n <style:text-properties style:font-name-complex=\"Tahoma1\" />\n </style:style>\n <style:style style:name=\"Caption\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"extra\">\n <style:paragraph-properties fo:margin-top=\"0.0835in\"\n fo:margin-bottom=\"0.0835in\" style:contextual-spacing=\"false\"\n text:number-lines=\"false\" text:line-number=\"0\" />\n <style:text-properties fo:font-size=\"12pt\"\n fo:font-style=\"italic\" style:font-size-asian=\"12pt\"\n style:font-style-asian=\"italic\"\n style:font-name-complex=\"Tahoma1\"\n style:font-size-complex=\"12pt\"\n style:font-style-complex=\"italic\" />\n </style:style>\n <style:style style:name=\"TableCaption\" style:family=\"paragraph\"\n style:parent-style-name=\"Caption\" style:class=\"extra\">\n </style:style>\n <style:style style:name=\"FigureCaption\" style:family=\"paragraph\"\n style:parent-style-name=\"Caption\" style:class=\"extra\">\n </style:style>\n <style:style style:name=\"Figure\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"extra\">\n <style:paragraph-properties text:number-lines=\"false\"\n text:line-number=\"0\" />\n </style:style>\n <style:style style:name=\"FigureWithCaption\" style:family=\"paragraph\"\n style:parent-style-name=\"Figure\" style:class=\"extra\">\n <style:paragraph-properties text:number-lines=\"false\"\n text:line-number=\"0\" fo:keep-with-next=\"always\" />\n </style:style>\n <style:style style:name=\"Index\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"index\">\n <style:paragraph-properties text:number-lines=\"false\"\n text:line-number=\"0\" />\n <style:text-properties style:font-name-complex=\"Tahoma1\" />\n </style:style>\n <style:style style:name=\"Heading_20_1\"\n style:display-name=\"Heading 1\" style:family=\"paragraph\"\n style:parent-style-name=\"Heading\"\n style:next-style-name=\"Text_20_body\"\n style:default-outline-level=\"1\" style:class=\"text\">\n <style:text-properties fo:font-size=\"115%\"\n fo:font-weight=\"bold\" style:font-size-asian=\"115%\"\n style:font-weight-asian=\"bold\" style:font-size-complex=\"115%\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Heading_20_2\"\n style:display-name=\"Heading 2\" style:family=\"paragraph\"\n style:parent-style-name=\"Heading\"\n style:next-style-name=\"Text_20_body\"\n style:default-outline-level=\"2\" style:class=\"text\">\n <style:text-properties fo:font-size=\"14pt\"\n fo:font-style=\"italic\" fo:font-weight=\"bold\"\n style:font-size-asian=\"14pt\" style:font-style-asian=\"italic\"\n style:font-weight-asian=\"bold\" style:font-size-complex=\"14pt\"\n style:font-style-complex=\"italic\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Heading_20_3\"\n style:display-name=\"Heading 3\" style:family=\"paragraph\"\n style:parent-style-name=\"Heading\"\n style:next-style-name=\"Text_20_body\"\n style:default-outline-level=\"3\" style:class=\"text\">\n <style:text-properties fo:font-size=\"14pt\"\n fo:font-weight=\"bold\" style:font-size-asian=\"14pt\"\n style:font-weight-asian=\"bold\" style:font-size-complex=\"14pt\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Heading_20_4\"\n style:display-name=\"Heading 4\" style:family=\"paragraph\"\n style:parent-style-name=\"Heading\"\n style:next-style-name=\"Text_20_body\"\n style:default-outline-level=\"4\" style:class=\"text\">\n <style:text-properties fo:font-size=\"85%\"\n fo:font-style=\"italic\" fo:font-weight=\"bold\"\n style:font-size-asian=\"85%\" style:font-style-asian=\"italic\"\n style:font-weight-asian=\"bold\" style:font-size-complex=\"85%\"\n style:font-style-complex=\"italic\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Heading_20_5\"\n style:display-name=\"Heading 5\" style:family=\"paragraph\"\n style:parent-style-name=\"Heading\"\n style:next-style-name=\"Text_20_body\"\n style:default-outline-level=\"5\" style:class=\"text\">\n <style:text-properties fo:font-size=\"85%\"\n fo:font-weight=\"bold\" style:font-size-asian=\"85%\"\n style:font-weight-asian=\"bold\" style:font-size-complex=\"85%\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Heading_20_6\"\n style:display-name=\"Heading 6\" style:family=\"paragraph\"\n style:parent-style-name=\"Heading\"\n style:next-style-name=\"Text_20_body\"\n style:default-outline-level=\"6\" style:class=\"text\">\n <style:text-properties fo:font-size=\"75%\"\n fo:font-weight=\"bold\" style:font-size-asian=\"75%\"\n style:font-weight-asian=\"bold\" style:font-size-complex=\"75%\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Quotations\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"html\">\n <style:paragraph-properties fo:margin-left=\"0.3937in\"\n fo:margin-right=\"0.3937in\" fo:margin-top=\"0.1in\"\n fo:margin-bottom=\"0.1in\" style:contextual-spacing=\"false\"\n fo:text-indent=\"0in\" style:auto-text-indent=\"false\" />\n </style:style>\n <style:style style:name=\"Preformatted_20_Text\"\n style:display-name=\"Preformatted Text\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"html\">\n <style:paragraph-properties fo:margin-top=\"0in\"\n fo:margin-bottom=\"0in\" style:contextual-spacing=\"false\" />\n <style:text-properties style:font-name=\"Courier New\"\n fo:font-size=\"10pt\" style:font-name-asian=\"Courier New\"\n style:font-size-asian=\"10pt\"\n style:font-name-complex=\"Courier New\"\n style:font-size-complex=\"10pt\" />\n </style:style>\n <style:style style:name=\"Definition_20_Term\"\n style:display-name=\"Definition Term\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\"\n style:next-style-name=\"Definition_20_Definition\">\n <style:paragraph-properties fo:margin-top=\"0.0598in\"\n fo:margin-bottom=\"0.0598in\"\n style:contextual-spacing=\"false\" />\n </style:style>\n <style:style style:name=\"Definition_20_Definition\"\n style:display-name=\"Definition Definition\"\n style:family=\"paragraph\" style:parent-style-name=\"Standard\"\n style:next-style-name=\"Text_20_body\">\n <style:paragraph-properties fo:margin-left=\"0.5in\"\n fo:margin-right=\"0in\" fo:text-indent=\"0in\"\n style:auto-text-indent=\"false\" />\n </style:style>\n <style:style style:name=\"Table_20_Contents\"\n style:display-name=\"Table Contents\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"extra\">\n <style:paragraph-properties fo:margin-left=\"0.0299in\"\n fo:margin-right=\"0.0299in\" fo:text-indent=\"0in\"\n style:auto-text-indent=\"false\" text:number-lines=\"false\"\n text:line-number=\"0\" />\n </style:style>\n <style:style style:name=\"Table_20_Heading\"\n style:display-name=\"Table Heading\" style:family=\"paragraph\"\n style:parent-style-name=\"Table_20_Contents\"\n style:class=\"extra\">\n <style:paragraph-properties fo:margin-left=\"0.0299in\"\n fo:margin-right=\"0.0299in\" fo:text-align=\"start\"\n style:justify-single-word=\"false\" fo:text-indent=\"0in\"\n style:auto-text-indent=\"false\" style:shadow=\"none\"\n text:number-lines=\"false\" text:line-number=\"0\" />\n <style:text-properties fo:font-weight=\"bold\"\n style:font-weight-asian=\"bold\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Footnote\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"extra\">\n <style:paragraph-properties fo:margin-left=\"0.1965in\"\n fo:margin-right=\"0in\" fo:text-indent=\"-0.1965in\"\n style:auto-text-indent=\"false\" text:number-lines=\"false\"\n text:line-number=\"0\" />\n <style:text-properties fo:font-size=\"10pt\"\n style:font-size-asian=\"10pt\"\n style:font-size-complex=\"10pt\" />\n </style:style>\n <style:style style:name=\"Footer\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:class=\"extra\">\n <style:paragraph-properties text:number-lines=\"false\"\n text:line-number=\"0\">\n <style:tab-stops>\n <style:tab-stop style:position=\"3.25in\"\n style:type=\"center\" />\n <style:tab-stop style:position=\"6.5in\"\n style:type=\"right\" />\n </style:tab-stops>\n </style:paragraph-properties>\n </style:style>\n <style:style style:name=\"Definition_20_Term_20_Tight\"\n style:display-name=\"Definition Term Tight\"\n style:family=\"paragraph\" style:parent-style-name=\"Standard\"\n style:next-style-name=\"Definition_20_Definition_20_Tight\">\n <style:paragraph-properties fo:margin-top=\"0.0799in\"\n fo:margin-bottom=\"0.0799in\"\n style:contextual-spacing=\"false\" />\n </style:style>\n <style:style style:name=\"Definition_20_Definition_20_Tight\"\n style:display-name=\"Definition Definition Tight\"\n style:family=\"paragraph\" style:parent-style-name=\"Standard\">\n <style:paragraph-properties fo:margin-left=\"0.5in\"\n fo:margin-right=\"0in\" fo:margin-top=\"0in\"\n fo:margin-bottom=\"0in\" style:contextual-spacing=\"false\"\n fo:text-indent=\"0in\" style:auto-text-indent=\"false\" />\n </style:style>\n <style:style style:name=\"Date\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\"\n style:next-style-name=\"Text_20_body\">\n <style:text-properties fo:font-style=\"italic\" />\n </style:style>\n <style:style style:name=\"Author\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\" style:next-style-name=\"Date\"\n style:master-page-name=\"\">\n <style:paragraph-properties style:page-number=\"auto\" />\n <style:text-properties fo:font-style=\"italic\" />\n </style:style>\n <style:style style:name=\"Horizontal_20_Line\"\n style:display-name=\"Horizontal Line\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\"\n style:next-style-name=\"Text_20_body\" style:class=\"html\">\n <style:paragraph-properties fo:margin-top=\"0in\"\n fo:margin-bottom=\"0.1965in\" style:contextual-spacing=\"false\"\n style:border-line-width-bottom=\"0.0008in 0.0138in 0.0008in\"\n fo:padding=\"0in\" fo:border-left=\"none\" fo:border-right=\"none\"\n fo:border-top=\"none\" fo:border-bottom=\"1.11pt double #808080\"\n text:number-lines=\"false\" text:line-number=\"0\"\n style:join-border=\"false\" />\n <style:text-properties fo:font-size=\"6pt\"\n style:font-size-asian=\"6pt\" style:font-size-complex=\"6pt\" />\n </style:style>\n <style:style style:name=\"First_20_paragraph\"\n style:display-name=\"First paragraph\" style:family=\"paragraph\"\n style:parent-style-name=\"Standard\"\n style:next-style-name=\"Text_20_body\" style:class=\"text\" />\n <style:style style:name=\"Numbering_20_Symbols\"\n style:display-name=\"Numbering Symbols\" style:family=\"text\" />\n <style:style style:name=\"Bullet_20_Symbols\"\n style:display-name=\"Bullet Symbols\" style:family=\"text\">\n <style:text-properties style:font-name=\"StarSymbol\"\n fo:font-size=\"9pt\" style:font-name-asian=\"StarSymbol\"\n style:font-size-asian=\"9pt\"\n style:font-name-complex=\"StarSymbol\"\n style:font-size-complex=\"9pt\" />\n </style:style>\n <style:style style:name=\"Emphasis\" style:family=\"text\">\n <style:text-properties fo:font-style=\"italic\"\n style:font-style-asian=\"italic\"\n style:font-style-complex=\"italic\" />\n </style:style>\n <style:style style:name=\"Strong_20_Emphasis\"\n style:display-name=\"Strong Emphasis\" style:family=\"text\">\n <style:text-properties fo:font-weight=\"bold\"\n style:font-weight-asian=\"bold\"\n style:font-weight-complex=\"bold\" />\n </style:style>\n <style:style style:name=\"Strikeout\" style:family=\"text\">\n <style:text-properties style:text-line-through-style=\"solid\" />\n </style:style>\n <style:style style:name=\"Superscript\" style:family=\"text\">\n <style:text-properties style:text-position=\"super 58%\" />\n </style:style>\n <style:style style:name=\"Subscript\" style:family=\"text\">\n <style:text-properties style:text-position=\"sub 58%\" />\n </style:style>\n <style:style style:name=\"Citation\" style:family=\"text\">\n <style:text-properties fo:font-style=\"italic\"\n style:font-style-asian=\"italic\"\n style:font-style-complex=\"italic\" />\n </style:style>\n <style:style style:name=\"Teletype\" style:family=\"text\">\n <style:text-properties style:font-name=\"Courier New\"\n style:font-name-asian=\"Courier New\"\n style:font-name-complex=\"Courier New\" />\n </style:style>\n <style:style style:name=\"Internet_20_link\"\n style:display-name=\"Internet link\" style:family=\"text\">\n <style:text-properties fo:color=\"#000080\"\n style:text-underline-style=\"solid\"\n style:text-underline-width=\"auto\"\n style:text-underline-color=\"font-color\" />\n </style:style>\n <style:style style:name=\"Footnote_20_Symbol\"\n style:display-name=\"Footnote Symbol\" style:family=\"text\" />\n <style:style style:name=\"Footnote_20_anchor\"\n style:display-name=\"Footnote anchor\" style:family=\"text\">\n <style:text-properties style:text-position=\"super 58%\" />\n </style:style>\n <style:style style:name=\"Definition\" style:family=\"text\" />\n <text:outline-style style:name=\"Outline\">\n <text:outline-level-style text:level=\"1\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"2\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"3\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"4\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"5\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"6\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"7\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"8\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"9\" style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n <text:outline-level-style text:level=\"10\"\n style:num-format=\"\">\n <style:list-level-properties text:min-label-distance=\"0.15in\" />\n </text:outline-level-style>\n </text:outline-style>\n <text:list-style style:name=\"Numbering_20_1\"\n style:display-name=\"Numbering 1\">\n <text:list-level-style-number text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"0.1972in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"0.3937in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"0.5909in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"0.7874in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"0.9846in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"1.1815in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"1.3787in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"1.5752in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:space-before=\"1.7724in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n </text:list-style>\n <text:list-style style:name=\"Numbering_20_2\"\n style:display-name=\"Numbering 2\">\n <text:list-level-style-number text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\">\n <style:list-level-properties text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"2\">\n <style:list-level-properties text:space-before=\"0.1965in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"3\">\n <style:list-level-properties text:space-before=\"0.3929in\"\n text:min-label-width=\"0.3937in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"4\">\n <style:list-level-properties text:space-before=\"0.7866in\"\n text:min-label-width=\"0.4925in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"5\">\n <style:list-level-properties text:space-before=\"1.2791in\"\n text:min-label-width=\"0.5902in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"6\">\n <style:list-level-properties text:space-before=\"1.8693in\"\n text:min-label-width=\"0.7091in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"7\">\n <style:list-level-properties text:space-before=\"2.5783in\"\n text:min-label-width=\"0.9055in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"8\">\n <style:list-level-properties text:space-before=\"3.4839in\"\n text:min-label-width=\"1.0236in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"9\">\n <style:list-level-properties text:space-before=\"4.5075in\"\n text:min-label-width=\"1.1028in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"10\">\n <style:list-level-properties text:space-before=\"5.6102in\"\n text:min-label-width=\"1.2209in\" />\n </text:list-level-style-number>\n </text:list-style>\n <text:list-style style:name=\"Numbering_20_3\"\n style:display-name=\"Numbering 3\">\n <text:list-level-style-number text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\">\n <style:list-level-properties text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"2\">\n <style:list-level-properties text:space-before=\"1.1815in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"3\">\n <style:list-level-properties text:space-before=\"2.3626in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"4\">\n <style:list-level-properties text:space-before=\"3.5441in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"5\">\n <style:list-level-properties text:space-before=\"4.7252in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"6\">\n <style:list-level-properties text:space-before=\"5.9063in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"7\">\n <style:list-level-properties text:space-before=\"7.0878in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"8\">\n <style:list-level-properties text:space-before=\"8.2689in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"9\">\n <style:list-level-properties text:space-before=\"9.45in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" style:num-format=\"1\"\n text:start-value=\"10\">\n <style:list-level-properties text:space-before=\"10.6315in\"\n text:min-label-width=\"1.1811in\" />\n </text:list-level-style-number>\n </text:list-style>\n <text:list-style style:name=\"Numbering_20_4\"\n style:display-name=\"Numbering 4\">\n <text:list-level-style-number text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\">\n <style:list-level-properties text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"2\">\n <style:list-level-properties text:space-before=\"0.1972in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"3\">\n <style:list-level-properties text:space-before=\"0.3937in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"4\">\n <style:list-level-properties text:space-before=\"0.5909in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"5\">\n <style:list-level-properties text:space-before=\"0.7874in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"6\">\n <style:list-level-properties text:space-before=\"0.9846in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"7\">\n <style:list-level-properties text:space-before=\"1.1815in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"8\">\n <style:list-level-properties text:space-before=\"1.3787in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"9\">\n <style:list-level-properties text:space-before=\"1.5752in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"I\" text:start-value=\"10\">\n <style:list-level-properties text:space-before=\"1.7724in\"\n text:min-label-width=\"0.1965in\" />\n </text:list-level-style-number>\n </text:list-style>\n <text:list-style style:name=\"Numbering_20_5\"\n style:display-name=\"Numbering 5\">\n <text:list-level-style-number text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\">\n <style:list-level-properties text:min-label-width=\"0.1575in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\".\"\n style:num-format=\"1\" text:start-value=\"2\"\n text:display-levels=\"2\">\n <style:list-level-properties text:space-before=\"0.1772in\"\n text:min-label-width=\"0.2563in\" />\n </text:list-level-style-number>\n <text:list-level-style-number text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" style:num-suffix=\")\"\n style:num-format=\"a\" text:start-value=\"3\">\n <style:list-level-properties text:space-before=\"0.4331in\"\n text:min-label-width=\"0.1772in\" />\n </text:list-level-style-number>\n <text:list-level-style-bullet text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.6319in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.7874in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.9429in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.0988in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.2543in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.4098in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.5654in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n </text:list-style>\n <text:list-style style:name=\"List_20_1\"\n style:display-name=\"List 1\">\n <text:list-level-style-bullet text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.1579in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.3146in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.4724in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.6299in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.7878in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"0.9445in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.1024in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.2598in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\162\">\n <style:list-level-properties text:space-before=\"1.4177in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n </text:list-style>\n <text:list-style style:name=\"List_20_2\"\n style:display-name=\"List 2\">\n <text:list-level-style-bullet text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.1181in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.2362in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.3539in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.472in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.5902in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.7091in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.8272in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"0.9453in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\128\147\">\n <style:list-level-properties text:space-before=\"1.063in\"\n text:min-label-width=\"0.1181in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n </text:list-style>\n <text:list-style style:name=\"List_20_3\"\n style:display-name=\"List 3\">\n <text:list-level-style-bullet text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\152\145\">\n <style:list-level-properties text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\150\161\">\n <style:list-level-properties text:space-before=\"0.1555in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\152\145\">\n <style:list-level-properties text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\150\161\">\n <style:list-level-properties text:space-before=\"0.1555in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\152\145\">\n <style:list-level-properties text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\150\161\">\n <style:list-level-properties text:space-before=\"0.1555in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\152\145\">\n <style:list-level-properties text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\150\161\">\n <style:list-level-properties text:space-before=\"0.1555in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\152\145\">\n <style:list-level-properties text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\150\161\">\n <style:list-level-properties text:space-before=\"0.1555in\"\n text:min-label-width=\"0.1555in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n </text:list-style>\n <text:list-style style:name=\"List_20_4\"\n style:display-name=\"List 4\">\n <text:list-level-style-bullet text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\158\162\">\n <style:list-level-properties text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\134\">\n <style:list-level-properties text:space-before=\"0.1579in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"0.3146in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"0.4724in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"0.6299in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"0.7878in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"0.9445in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"1.1024in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"1.2598in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\238\128\132\">\n <style:list-level-properties text:space-before=\"1.4177in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n </text:list-style>\n <text:list-style style:name=\"List_20_5\"\n style:display-name=\"List 5\">\n <text:list-level-style-bullet text:level=\"1\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"2\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"0.1579in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"3\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"0.3146in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"4\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"0.4724in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"5\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"0.6299in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"6\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"0.7878in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"7\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"0.9445in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"8\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"1.1024in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"9\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"1.2598in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n <text:list-level-style-bullet text:level=\"10\"\n text:style-name=\"Numbering_20_Symbols\" text:bullet-char=\"\226\156\151\">\n <style:list-level-properties text:space-before=\"1.4177in\"\n text:min-label-width=\"0.1575in\" />\n <style:text-properties style:font-name=\"StarSymbol\" />\n </text:list-level-style-bullet>\n </text:list-style>\n <text:notes-configuration text:note-class=\"footnote\"\n text:citation-style-name=\"Footnote_20_Symbol\"\n text:citation-body-style-name=\"Footnote_20_anchor\"\n style:num-format=\"1\" text:start-value=\"0\"\n text:footnotes-position=\"page\"\n text:start-numbering-at=\"document\" />\n <text:notes-configuration text:note-class=\"endnote\"\n style:num-format=\"i\" text:start-value=\"0\" />\n <text:linenumbering-configuration text:number-lines=\"false\"\n text:offset=\"0.1965in\" style:num-format=\"1\"\n text:number-position=\"left\" text:increment=\"5\" />\n </office:styles>\n <office:automatic-styles>\n <style:style style:name=\"MP1\" style:family=\"paragraph\"\n style:parent-style-name=\"Footer\">\n <style:paragraph-properties fo:text-align=\"center\"\n style:justify-single-word=\"false\" />\n </style:style>\n <style:page-layout style:name=\"Mpm1\">\n <style:page-layout-properties fo:page-width=\"8.5in\"\n fo:page-height=\"11in\" style:num-format=\"1\"\n style:print-orientation=\"portrait\" fo:margin-top=\"1in\"\n fo:margin-bottom=\"1in\" fo:margin-left=\"1in\"\n fo:margin-right=\"1in\" style:writing-mode=\"lr-tb\"\n style:footnote-max-height=\"0in\">\n <style:footnote-sep style:width=\"0.0071in\"\n style:distance-before-sep=\"0.0398in\"\n style:distance-after-sep=\"0.0398in\" style:line-style=\"none\"\n style:adjustment=\"left\" style:rel-width=\"25%\"\n style:color=\"#000000\" />\n </style:page-layout-properties>\n <style:header-style />\n <style:footer-style>\n <style:header-footer-properties fo:min-height=\"0.4in\"\n fo:margin-left=\"0in\" fo:margin-right=\"0in\"\n fo:margin-top=\"0.2in\" style:dynamic-spacing=\"false\" />\n </style:footer-style>\n </style:page-layout>\n </office:automatic-styles>\n <office:master-styles>\n <style:master-page style:name=\"Standard\"\n style:page-layout-name=\"Mpm1\">\n <style:footer>\n <text:p text:style-name=\"MP1\">\n <text:page-number text:select-page=\"current\">\n 1</text:page-number>\n </text:p>\n </style:footer>\n </style:master-page>\n </office:master-styles>\n</office:document-styles>\n"),("odt/Configurations2/accelerator/current.xml",""),("odt/META-INF/manifest.xml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<manifest:manifest xmlns:manifest=\"urn:oasis:names:tc:opendocument:xmlns:manifest:1.0\" manifest:version=\"1.2\">\n <manifest:file-entry manifest:full-path=\"/\" manifest:version=\"1.2\" manifest:media-type=\"application/vnd.oasis.opendocument.text\"/>\n <manifest:file-entry manifest:full-path=\"meta.xml\" manifest:media-type=\"text/xml\"/>\n <manifest:file-entry manifest:full-path=\"settings.xml\" manifest:media-type=\"text/xml\"/>\n <manifest:file-entry manifest:full-path=\"content.xml\" manifest:media-type=\"text/xml\"/>\n <manifest:file-entry manifest:full-path=\"Thumbnails/thumbnail.png\" manifest:media-type=\"image/png\"/>\n <manifest:file-entry manifest:full-path=\"manifest.rdf\" manifest:media-type=\"application/rdf+xml\"/>\n <manifest:file-entry manifest:full-path=\"Configurations2/accelerator/current.xml\" manifest:media-type=\"\"/>\n <manifest:file-entry manifest:full-path=\"Configurations2/\" manifest:media-type=\"application/vnd.sun.xml.ui.configuration\"/>\n <manifest:file-entry manifest:full-path=\"styles.xml\" manifest:media-type=\"text/xml\"/>\n</manifest:manifest>"),("odt/Thumbnails/thumbnail.png","\137PNG\r\n\SUB\n\NUL\NUL\NUL\rIHDR\NUL\NUL\NUL\198\NUL\NUL\SOH\NUL\b\STX\NUL\NUL\NULg?\158\ETB\NUL\NUL\STX\216IDATx\156\237\214A\n\194\&0\DC4\NULQ\ETX\222\255\202_\161 E\DLE\186\CANQ\235{\139\240\179j\SYNC\210\235\204\\\160s\253\244\SOH8\ESCI\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC4\177,\169\181\214\204\220\215m\251\152\183\225i\173>\202\ETB*o\169GO\251y\ESC\246+\231\246\222\135o\DELo\241'\178\164^=g\158\185\DEL\227\247\156\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\138\152\164\136I\234\144\181\214\204|\250\DC4\191AR\135\232\233\&8I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC41I\DC1\147\DC4\177\ESC\b\SUB(\EOTp\211\ESCp\NUL\NUL\NUL\NULIEND\174B`\130"),("templates/.git","gitdir: ../../.git/modules/templates\n"),("templates/default.asciidoc","$if(titleblock)$\n$title$\n$for(author)$\n:author: $author$\n$endfor$\n$if(date)$\n:date: $date$\n$endif$\n$if(toc)$\n:toc:\n$endif$\n\n$endif$\n$for(header-includes)$\n$header-includes$\n\n$endfor$\n$for(include-before)$\n$include-before$\n\n$endfor$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.beamer","\\documentclass[$if(fontsize)$$fontsize$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}\n$if(theme)$\n\\usetheme{$theme$}\n$endif$\n$if(colortheme)$\n\\usecolortheme{$colortheme$}\n$endif$\n$if(fonttheme)$\n\\usefonttheme{$fonttheme$}\n$endif$\n\\setbeamertemplate{caption}[numbered]\n\\setbeamertemplate{caption label separator}{:}\n\\setbeamercolor{caption name}{fg=normal text.fg}\n\\usepackage{amssymb,amsmath}\n\\usepackage{ifxetex,ifluatex}\n\\usepackage{fixltx2e} % provides \\textsubscript\n\\usepackage{lmodern}\n\\ifxetex\n \\usepackage{fontspec,xltxtra,xunicode}\n \\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}\n \\newcommand{\\euro}{\226\130\172}\n\\else\n \\ifluatex\n \\usepackage{fontspec}\n \\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}\n \\newcommand{\\euro}{\226\130\172}\n \\else\n \\usepackage[T1]{fontenc}\n \\usepackage[utf8]{inputenc}\n $if(euro)$\n \\usepackage{eurosym}\n $endif$\n \\fi\n\\fi\n% use upquote if available, for straight quotes in verbatim environments\n\\IfFileExists{upquote.sty}{\\usepackage{upquote}}{}\n% use microtype if available\n\\IfFileExists{microtype.sty}{\\usepackage{microtype}}{}\n$if(natbib)$\n\\usepackage{natbib}\n\\bibliographystyle{plainnat}\n$endif$\n$if(biblatex)$\n\\usepackage{biblatex}\n$for(bibliography)$\n\\addbibresource{$bibliography$}\n$endfor$\n$endif$\n$if(listings)$\n\\usepackage{listings}\n$endif$\n$if(lhs)$\n\\lstnewenvironment{code}{\\lstset{language=Haskell,basicstyle=\\small\\ttfamily}}{}\n$endif$\n$if(highlighting-macros)$\n$highlighting-macros$\n$endif$\n$if(verbatim-in-note)$\n\\usepackage{fancyvrb}\n$endif$\n$if(tables)$\n\\usepackage{longtable,booktabs}\n\\usepackage{caption}\n% These lines are needed to make table captions work with longtable:\n\\makeatletter\n\\def\\fnum@table{\\tablename~\\thetable}\n\\makeatother\n$endif$\n$if(url)$\n\\usepackage{url}\n$endif$\n$if(graphics)$\n\\usepackage{graphicx}\n\\makeatletter\n\\def\\maxwidth{\\ifdim\\Gin@nat@width>\\linewidth\\linewidth\\else\\Gin@nat@width\\fi}\n\\def\\maxheight{\\ifdim\\Gin@nat@height>\\textheight0.8\\textheight\\else\\Gin@nat@height\\fi}\n\\makeatother\n% Scale images if necessary, so that they will not overflow the page\n% margins by default, and it is still possible to overwrite the defaults\n% using explicit options in \\includegraphics[width, height, ...]{}\n\\setkeys{Gin}{width=\\maxwidth,height=\\maxheight,keepaspectratio}\n$endif$\n\n% Comment these out if you don't want a slide with just the\n% part/section/subsection/subsubsection title:\n\\AtBeginPart{\n \\let\\insertpartnumber\\relax\n \\let\\partname\\relax\n \\frame{\\partpage}\n}\n\\AtBeginSection{\n \\let\\insertsectionnumber\\relax\n \\let\\sectionname\\relax\n \\frame{\\sectionpage}\n}\n\\AtBeginSubsection{\n \\let\\insertsubsectionnumber\\relax\n \\let\\subsectionname\\relax\n \\frame{\\subsectionpage}\n}\n\n$if(strikeout)$\n\\usepackage[normalem]{ulem}\n% avoid problems with \\sout in headers with hyperref:\n\\pdfstringdefDisableCommands{\\renewcommand{\\sout}{}}\n$endif$\n\\setlength{\\parindent}{0pt}\n\\setlength{\\parskip}{6pt plus 2pt minus 1pt}\n\\setlength{\\emergencystretch}{3em} % prevent overfull lines\n\\providecommand{\\tightlist}{%\n \\setlength{\\itemsep}{0pt}\\setlength{\\parskip}{0pt}}\n$if(numbersections)$\n$else$\n\\setcounter{secnumdepth}{0}\n$endif$\n$if(verbatim-in-note)$\n\\VerbatimFootnotes % allows verbatim text in footnotes\n$endif$\n$if(lang)$\n\\ifxetex\n \\usepackage{polyglossia}\n \\setmainlanguage{$mainlang$}\n \\setotherlanguages{$for(otherlang)$$otherlang$$sep$,$endfor$}\n\\else\n \\usepackage[shorthands=off,$lang$]{babel}\n\\fi\n$endif$\n$for(header-includes)$\n$header-includes$\n$endfor$\n\n$if(title)$\n\\title{$title$}\n$endif$\n$if(subtitle)$\n\\subtitle{$subtitle$}\n$endif$\n$if(author)$\n\\author{$for(author)$$author$$sep$ \\and $endfor$}\n$endif$\n\\date{$date$}\n\n\\begin{document}\n$if(title)$\n\\frame{\\titlepage}\n$endif$\n\n$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n\\begin{frame}\n\\tableofcontents[hideallsubsections]\n\\end{frame}\n\n$endif$\n$body$\n\n$if(natbib)$\n$if(bibliography)$\n$if(biblio-title)$\n$if(book-class)$\n\\renewcommand\\bibname{$biblio-title$}\n$else$\n\\renewcommand\\refname{$biblio-title$}\n$endif$\n$endif$\n\\begin{frame}[allowframebreaks]{$biblio-title$}\n\\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}\n\\end{frame}\n\n$endif$\n$endif$\n$if(biblatex)$\n\\begin{frame}[allowframebreaks]{$biblio-title$}\n\\printbibliography[heading=none]\n\\end{frame}\n\n$endif$\n$for(include-after)$\n$include-after$\n\n$endfor$\n\\end{document}\n"),("templates/default.context","\\startmode[*mkii]\n \\enableregime[utf-8] \n \\setupcolors[state=start]\n\\stopmode\n$if(mainlang)$\n\\mainlanguage[$mainlang$]\n$endif$\n\n% Enable hyperlinks\n\\setupinteraction[state=start, color=middleblue]\n\n\\setuppapersize [$if(papersize)$$papersize$$else$letter$endif$][$if(papersize)$$papersize$$else$letter$endif$]\n\\setuplayout [width=middle, backspace=1.5in, cutspace=1.5in,\n height=middle, topspace=0.75in, bottomspace=0.75in]\n\n\\setuppagenumbering[location={footer,center}]\n\n\\setupbodyfont[11pt]\n\n\\setupwhitespace[medium]\n\n\\setuphead[chapter] [style=\\tfd]\n\\setuphead[section] [style=\\tfc]\n\\setuphead[subsection] [style=\\tfb]\n\\setuphead[subsubsection][style=\\bf]\n\n$if(number-sections)$\n$else$\n\\setuphead[chapter, section, subsection, subsubsection][number=no]\n$endif$\n\n\\definedescription\n [description]\n [headstyle=bold, style=normal, location=hanging, width=broad, margin=1cm]\n\n\\setupitemize[autointro] % prevent orphan list intro\n\\setupitemize[indentnext=no]\n\n\\setupfloat[figure][default={here,nonumber}]\n\\setupfloat[table][default={here,nonumber}]\n\n\\setupthinrules[width=15em] % width of horizontal rules\n\n\\setupdelimitedtext\n [blockquote]\n [before={\\blank[medium]},\n after={\\blank[medium]},\n indentnext=no,\n ]\n\n$if(toc)$\n\\setupcombinedlist[content][list={$placelist$}]\n\n$endif$\n$for(header-includes)$\n$header-includes$\n$endfor$\n\n\\starttext\n$if(title)$\n\\startalignment[center]\n \\blank[2*big]\n {\\tfd $title$}\n$if(author)$\n \\blank[3*medium]\n {\\tfa $for(author)$$author$$sep$\\crlf $endfor$}\n$endif$\n$if(date)$\n \\blank[2*medium]\n {\\tfa $date$}\n$endif$\n \\blank[3*medium]\n\\stopalignment\n$endif$\n$for(include-before)$\n$include-before$\n$endfor$\n$if(toc)$\n\\placecontent\n$endif$\n\n$body$\n\n$for(include-after)$\n$include-after$\n$endfor$\n\\stoptext\n"),("templates/default.docbook","<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n$if(mathml)$\n<!DOCTYPE article PUBLIC \"-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN\"\n \"http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd\">\n$else$\n<!DOCTYPE article PUBLIC \"-//OASIS//DTD DocBook XML V4.5//EN\"\n \"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\">\n$endif$\n<article>\n <articleinfo>\n <title>$title$</title>\n$if(author)$\n <authorgroup>\n$for(author)$\n <author>\n $author$\n </author>\n$endfor$\n </authorgroup>\n$endif$\n$if(date)$\n <date>$date$</date>\n$endif$\n </articleinfo>\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</article>\n"),("templates/default.dokuwiki","$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n__TOC__\n\n$endif$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.dzslides","<!DOCTYPE html>\n<head>\n<meta charset=\"utf-8\">\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\" />\n$endfor$\n$if(date-meta)$\n <meta name=\"dcterms.date\" content=\"$date-meta$\" />\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <style type=\"text/css\">code{white-space: pre;}</style>\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$if(css)$\n$for(css)$\n <link rel=\"stylesheet\" href=\"$css$\" $if(html5)$$else$type=\"text/css\" $endif$/>\n$endfor$\n$else$\n<style>\n html { background-color: black; }\n body { background-color: white; border-radius: 12px}\n /* A section is a slide. It's size is 800x600, and this will never change */\n section {\n font-family: Arial, serif;\n font-size: 20pt;\n }\n address, blockquote, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul, dl { padding: 10px 20px 10px 20px; }\n h1, h2, h3 {\n text-align: center;\n margin: 10pt 10pt 20pt 10pt;\n }\n ul, ol {\n margin: 10px 10px 10px 50px;\n }\n section.titleslide h1 { margin-top: 200px; }\n h1.title { margin-top: 150px; }\n h1 { font-size: 180%; }\n h2 { font-size: 120%; }\n h3 { font-size: 100%; }\n q { quotes: \"\226\128\156\" \"\226\128\157\" \"\226\128\152\" \"\226\128\153\"; }\n blockquote { font-style: italic }\n /* Figures are displayed full-page, with the caption on\n top of the image/video */\n figure {\n background-color: black;\n }\n figcaption {\n margin: 70px;\n }\n footer {\n position: absolute;\n bottom: 0;\n width: 100%;\n padding: 40px;\n text-align: right;\n background-color: #F3F4F8;\n border-top: 1px solid #CCC;\n }\n\n /* Transition effect */\n /* Feel free to change the transition effect for original\n animations. See here:\n https://developer.mozilla.org/en/CSS/CSS_transitions\n How to use CSS3 Transitions: */\n section {\n -moz-transition: left 400ms linear 0s;\n -webkit-transition: left 400ms linear 0s;\n -ms-transition: left 400ms linear 0s;\n transition: left 400ms linear 0s;\n }\n\n /* Before */\n section { left: -150%; }\n /* Now */\n section[aria-selected] { left: 0; }\n /* After */\n section[aria-selected] ~ section { left: +150%; }\n\n /* Incremental elements */\n\n /* By default, visible */\n .incremental > * { opacity: 1; }\n\n /* The current item */\n .incremental > *[aria-selected] { color: red; opacity: 1; }\n\n /* The items to-be-selected */\n .incremental > *[aria-selected] ~ * { opacity: 0.2; }\n</style>\n$endif$\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body>\n$if(title)$\n<section class=\"title\">\n <h1 class=\"title\">$title$</h1>\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n$for(author)$\n <h2 class=\"author\">$author$</h2>\n$endfor$\n <h3 class=\"date\">$date$</h3>\n</section>\n$endif$\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n$dzslides-core$\n</body>\n</html>\n"),("templates/default.epub","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"$if(lang)$ xml:lang=\"$lang$\"$endif$>\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n <meta name=\"generator\" content=\"pandoc\" />\n <title>$pagetitle$</title>\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$for(css)$\n <link rel=\"stylesheet\" type=\"text/css\" href=\"$css$\" />\n$endfor$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body$if(coverpage)$ id=\"cover\"$endif$>\n$if(titlepage)$\n$for(title)$\n$if(title.text)$\n <h1 class=\"$title.type$\">$title.text$</h1>\n$else$\n <h1 class=\"title\">$title$</h1>\n$endif$\n$endfor$\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n$for(author)$\n <h2 class=\"author\">$author$</h2>\n$endfor$\n$for(creator)$\n <h2 class=\"$creator.type$\">$creator.text$</h2>\n$endfor$\n$if(publisher)$\n <p class=\"publisher\">$publisher$</p>\n$endif$\n$if(date)$\n <p class=\"date\">$date$</p>\n$endif$\n$if(rights)$\n <div class=\"rights\">$rights$</div>\n$endif$\n$else$\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n$endif$\n</body>\n</html>\n\n"),("templates/default.epub3","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:epub=\"http://www.idpf.org/2007/ops\"$if(lang)$ xml:lang=\"$lang$\"$endif$>\n<head>\n <meta charset=\"utf-8\" />\n <meta name=\"generator\" content=\"pandoc\" />\n <title>$pagetitle$</title>\n$if(quotes)$\n <style type=\"text/css\">\n q { quotes: \"\226\128\156\" \"\226\128\157\" \"\226\128\152\" \"\226\128\153\"; }\n </style>\n$endif$\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$for(css)$\n <link rel=\"stylesheet\" type=\"text/css\" href=\"$css$\" />\n$endfor$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body$if(coverpage)$ id=\"cover\"$endif$>\n$if(titlepage)$\n<section epub:type=\"titlepage\">\n$for(title)$\n$if(title.type)$\n <h1 class=\"$title.type$\">$title.text$</h1>\n$else$\n <h1 class=\"title\">$title$</h1>\n$endif$\n$endfor$\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n$for(author)$\n <h2 class=\"author\">$author$</h2>\n$endfor$\n$for(creator)$\n <h2 class=\"$creator.type$\">$creator.text$</h2>\n$endfor$\n$if(publisher)$\n <p class=\"publisher\">$publisher$</p>\n$endif$\n$if(date)$\n <p class=\"date\">$date$</p>\n$endif$\n$if(rights)$\n <div class=\"rights\">$rights$</div>\n$endif$\n</section>\n$else$\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n$endif$\n</body>\n</html>\n\n"),("templates/default.haddock","$body$\n"),("templates/default.html","<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"$if(lang)$ lang=\"$lang$\" xml:lang=\"$lang$\"$endif$>\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n <meta name=\"generator\" content=\"pandoc\" />\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\" />\n$endfor$\n$if(date-meta)$\n <meta name=\"date\" content=\"$date-meta$\" />\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <style type=\"text/css\">code{white-space: pre;}</style>\n$if(quotes)$\n <style type=\"text/css\">q { quotes: \"\226\128\156\" \"\226\128\157\" \"\226\128\152\" \"\226\128\153\"; }</style>\n$endif$\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$for(css)$\n <link rel=\"stylesheet\" href=\"$css$\" $if(html5)$$else$type=\"text/css\" $endif$/>\n$endfor$\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body>\n$for(include-before)$\n$include-before$\n$endfor$\n$if(title)$\n<div id=\"$idprefix$header\">\n<h1 class=\"title\">$title$</h1>\n$if(subtitle)$\n<h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n$for(author)$\n<h2 class=\"author\">$author$</h2>\n$endfor$\n$if(date)$\n<h3 class=\"date\">$date$</h3>\n$endif$\n</div>\n$endif$\n$if(toc)$\n<div id=\"$idprefix$TOC\">\n$toc$\n</div>\n$endif$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</body>\n</html>\n"),("templates/default.html5","<!DOCTYPE html>\n<html$if(lang)$ lang=\"$lang$\"$endif$>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"generator\" content=\"pandoc\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\">\n$endfor$\n$if(date-meta)$\n <meta name=\"dcterms.date\" content=\"$date-meta$\">\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <style type=\"text/css\">code{white-space: pre;}</style>\n <!--[if lt IE 9]>\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n <![endif]-->\n$if(quotes)$\n <style type=\"text/css\">q { quotes: \"\226\128\156\" \"\226\128\157\" \"\226\128\152\" \"\226\128\153\"; }</style>\n$endif$\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$for(css)$\n <link rel=\"stylesheet\" href=\"$css$\">\n$endfor$\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body>\n$for(include-before)$\n$include-before$\n$endfor$\n$if(title)$\n<header>\n<h1 class=\"title\">$title$</h1>\n$if(subtitle)$\n<h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n$for(author)$\n<h2 class=\"author\">$author$</h2>\n$endfor$\n$if(date)$\n<h3 class=\"date\">$date$</h3>\n$endif$\n</header>\n$endif$\n$if(toc)$\n<nav id=\"$idprefix$TOC\">\n$toc$\n</nav>\n$endif$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</body>\n</html>\n"),("templates/default.icml","<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<?aid style=\"50\" type=\"snippet\" readerVersion=\"6.0\" featureSet=\"513\" product=\"8.0(370)\" ?>\n<?aid SnippetType=\"InCopyInterchange\"?>\n<Document DOMVersion=\"8.0\" Self=\"pandoc_doc\">\n <RootCharacterStyleGroup Self=\"pandoc_character_styles\">\n <CharacterStyle Self=\"$$ID/NormalCharacterStyle\" Name=\"Default\" />\n $charStyles$ \n </RootCharacterStyleGroup>\n <RootParagraphStyleGroup Self=\"pandoc_paragraph_styles\">\n <ParagraphStyle Self=\"$$ID/NormalParagraphStyle\" Name=\"$$ID/NormalParagraphStyle\"\n SpaceBefore=\"6\" SpaceAfter=\"6\"> <!-- paragraph spacing -->\n <Properties>\n <TabList type=\"list\">\n <ListItem type=\"record\">\n <Alignment type=\"enumeration\">LeftAlign</Alignment>\n <AlignmentCharacter type=\"string\">.</AlignmentCharacter>\n <Leader type=\"string\"></Leader>\n <Position type=\"unit\">10</Position> <!-- first tab stop -->\n </ListItem>\n </TabList>\n </Properties>\n </ParagraphStyle>\n $parStyles$ \n </RootParagraphStyleGroup>\n <RootTableStyleGroup Self=\"pandoc_table_styles\">\n <TableStyle Self=\"TableStyle/Table\" Name=\"Table\" />\n </RootTableStyleGroup>\n <RootCellStyleGroup Self=\"pandoc_cell_styles\">\n <CellStyle Self=\"CellStyle/Cell\" AppliedParagraphStyle=\"ParagraphStyle/$$ID/[No paragraph style]\" Name=\"Cell\" />\n </RootCellStyleGroup>\n <Story Self=\"pandoc_story\"\n TrackChanges=\"false\"\n StoryTitle=\"$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$\"\n AppliedTOCStyle=\"n\"\n AppliedNamedGrid=\"n\" >\n <StoryPreference OpticalMarginAlignment=\"true\" OpticalMarginSize=\"12\" />\n\n<!-- body needs to be non-indented, otherwise code blocks are indented too far -->\n$body$\n\n </Story>\n $hyperlinks$\n</Document>\n"),("templates/default.latex","\\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$lang$,$endif$$if(papersize)$$papersize$,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}\n$if(fontfamily)$\n\\usepackage{$fontfamily$}\n$else$\n\\usepackage{lmodern}\n$endif$\n$if(linestretch)$\n\\usepackage{setspace}\n\\setstretch{$linestretch$}\n$endif$\n\\usepackage{amssymb,amsmath}\n\\usepackage{ifxetex,ifluatex}\n\\usepackage{fixltx2e} % provides \\textsubscript\n\\ifnum 0\\ifxetex 1\\fi\\ifluatex 1\\fi=0 % if pdftex\n \\usepackage[T1]{fontenc}\n \\usepackage[utf8]{inputenc}\n$if(euro)$\n \\usepackage{eurosym}\n$endif$\n\\else % if luatex or xelatex\n \\ifxetex\n \\usepackage{mathspec}\n \\usepackage{xltxtra,xunicode}\n \\else\n \\usepackage{fontspec}\n \\fi\n \\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}\n \\newcommand{\\euro}{\226\130\172}\n$if(mainfont)$\n \\setmainfont{$mainfont$}\n$endif$\n$if(sansfont)$\n \\setsansfont{$sansfont$}\n$endif$\n$if(monofont)$\n \\setmonofont[Mapping=tex-ansi]{$monofont$}\n$endif$\n$if(mathfont)$\n \\setmathfont(Digits,Latin,Greek){$mathfont$}\n$endif$\n\\fi\n% use upquote if available, for straight quotes in verbatim environments\n\\IfFileExists{upquote.sty}{\\usepackage{upquote}}{}\n% use microtype if available\n\\IfFileExists{microtype.sty}{%\n\\usepackage{microtype}\n\\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts\n}{}\n$if(geometry)$\n\\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}\n$endif$\n\\ifxetex\n \\usepackage[setpagesize=false, % page size defined by xetex\n unicode=false, % unicode breaks when used with xetex\n xetex]{hyperref}\n\\else\n \\usepackage[unicode=true]{hyperref}\n\\fi\n\\hypersetup{breaklinks=true,\n bookmarks=true,\n pdfauthor={$author-meta$},\n pdftitle={$title-meta$},\n colorlinks=true,\n citecolor=$if(citecolor)$$citecolor$$else$blue$endif$,\n urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$,\n linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$,\n pdfborder={0 0 0}}\n\\urlstyle{same} % don't use monospace font for urls\n$if(lang)$\n\\ifxetex\n \\usepackage{polyglossia}\n \\setmainlanguage{$mainlang$}\n \\setotherlanguages{$for(otherlang)$$otherlang$$sep$,$endfor$}\n\\else\n \\usepackage[shorthands=off,$lang$]{babel}\n\\fi\n$endif$\n$if(natbib)$\n\\usepackage{natbib}\n\\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}\n$endif$\n$if(biblatex)$\n\\usepackage{biblatex}\n$for(bibliography)$\n\\addbibresource{$bibliography$}\n$endfor$\n$endif$\n$if(listings)$\n\\usepackage{listings}\n$endif$\n$if(lhs)$\n\\lstnewenvironment{code}{\\lstset{language=Haskell,basicstyle=\\small\\ttfamily}}{}\n$endif$\n$if(highlighting-macros)$\n$highlighting-macros$\n$endif$\n$if(verbatim-in-note)$\n\\usepackage{fancyvrb}\n\\VerbatimFootnotes\n$endif$\n$if(tables)$\n\\usepackage{longtable,booktabs}\n$endif$\n$if(graphics)$\n\\usepackage{graphicx,grffile}\n\\makeatletter\n\\def\\maxwidth{\\ifdim\\Gin@nat@width>\\linewidth\\linewidth\\else\\Gin@nat@width\\fi}\n\\def\\maxheight{\\ifdim\\Gin@nat@height>\\textheight\\textheight\\else\\Gin@nat@height\\fi}\n\\makeatother\n% Scale images if necessary, so that they will not overflow the page\n% margins by default, and it is still possible to overwrite the defaults\n% using explicit options in \\includegraphics[width, height, ...]{}\n\\setkeys{Gin}{width=\\maxwidth,height=\\maxheight,keepaspectratio}\n$endif$\n$if(links-as-notes)$\n% Make links footnotes instead of hotlinks:\n\\renewcommand{\\href}[2]{#2\\footnote{\\url{#1}}}\n$endif$\n$if(strikeout)$\n\\usepackage[normalem]{ulem}\n% avoid problems with \\sout in headers with hyperref:\n\\pdfstringdefDisableCommands{\\renewcommand{\\sout}{}}\n$endif$\n\\setlength{\\parindent}{0pt}\n\\setlength{\\parskip}{6pt plus 2pt minus 1pt}\n\\setlength{\\emergencystretch}{3em} % prevent overfull lines\n\\providecommand{\\tightlist}{%\n \\setlength{\\itemsep}{0pt}\\setlength{\\parskip}{0pt}}\n$if(numbersections)$\n\\setcounter{secnumdepth}{5}\n$else$\n\\setcounter{secnumdepth}{0}\n$endif$\n$if(verbatim-in-note)$\n\\VerbatimFootnotes % allows verbatim text in footnotes\n$endif$\n\n$if(title)$\n\\title{$title$$if(subtitle)$\\\\\\vspace{0.5em}{\\large $subtitle$}$endif$}\n$endif$\n$if(author)$\n\\author{$for(author)$$author$$sep$ \\and $endfor$}\n$endif$\n\\date{$date$}\n$for(header-includes)$\n$header-includes$\n$endfor$\n\n% Redefines (sub)paragraphs to behave more like sections\n\\ifx\\paragraph\\undefined\\else\n\\let\\oldparagraph\\paragraph\n\\renewcommand{\\paragraph}[1]{\\oldparagraph{#1}\\mbox{}}\n\\fi\n\\ifx\\subparagraph\\undefined\\else\n\\let\\oldsubparagraph\\subparagraph\n\\renewcommand{\\subparagraph}[1]{\\oldsubparagraph{#1}\\mbox{}}\n\\fi\n\n\\begin{document}\n$if(title)$\n\\maketitle\n$endif$\n$if(abstract)$\n\\begin{abstract}\n$abstract$\n\\end{abstract}\n$endif$\n\n$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n{\n\\hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$black$endif$}\n\\setcounter{tocdepth}{$toc-depth$}\n\\tableofcontents\n}\n$endif$\n$if(lot)$\n\\listoftables\n$endif$\n$if(lof)$\n\\listoffigures\n$endif$\n$body$\n\n$if(natbib)$\n$if(bibliography)$\n$if(biblio-title)$\n$if(book-class)$\n\\renewcommand\\bibname{$biblio-title$}\n$else$\n\\renewcommand\\refname{$biblio-title$}\n$endif$\n$endif$\n\\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}\n\n$endif$\n$endif$\n$if(biblatex)$\n\\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$\n\n$endif$\n$for(include-after)$\n$include-after$\n\n$endfor$\n\\end{document}\n"),("templates/default.man","$if(has-tables)$\n.\\\"t\n$endif$\n.TH \"$title$\" \"$section$\" \"$date$\" \"$footer$\" \"$header$\"\n$for(header-includes)$\n$header-includes$\n$endfor$\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n$if(author)$\n.SH AUTHORS\n$for(author)$$author$$sep$; $endfor$.\n$endif$\n"),("templates/default.markdown","$if(titleblock)$\n$titleblock$\n\n$endif$\n$for(header-includes)$\n$header-includes$\n\n$endfor$\n$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n$toc$\n\n$endif$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.mediawiki","$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n__TOC__\n\n$endif$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.opendocument","<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<office:document-content xmlns:office=\"urn:oasis:names:tc:opendocument:xmlns:office:1.0\" xmlns:style=\"urn:oasis:names:tc:opendocument:xmlns:style:1.0\" xmlns:text=\"urn:oasis:names:tc:opendocument:xmlns:text:1.0\" xmlns:table=\"urn:oasis:names:tc:opendocument:xmlns:table:1.0\" xmlns:draw=\"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0\" xmlns:fo=\"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:meta=\"urn:oasis:names:tc:opendocument:xmlns:meta:1.0\" xmlns:number=\"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0\" xmlns:svg=\"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0\" xmlns:chart=\"urn:oasis:names:tc:opendocument:xmlns:chart:1.0\" xmlns:dr3d=\"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0\" xmlns:math=\"http://www.w3.org/1998/Math/MathML\" xmlns:form=\"urn:oasis:names:tc:opendocument:xmlns:form:1.0\" xmlns:script=\"urn:oasis:names:tc:opendocument:xmlns:script:1.0\" xmlns:ooo=\"http://openoffice.org/2004/office\" xmlns:ooow=\"http://openoffice.org/2004/writer\" xmlns:oooc=\"http://openoffice.org/2004/calc\" xmlns:dom=\"http://www.w3.org/2001/xml-events\" xmlns:xforms=\"http://www.w3.org/2002/xforms\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" office:version=\"1.2\">\n <office:font-face-decls>\n <style:font-face style:name=\"Courier New\" style:font-family-generic=\"modern\" style:font-pitch=\"fixed\" svg:font-family=\"'Courier New'\" />\n </office:font-face-decls>\n $automatic-styles$\n$for(header-includes)$\n $header-includes$\n$endfor$\n<office:body>\n<office:text>\n$if(title)$\n<text:p text:style-name=\"Title\">$title$</text:p>\n$endif$\n$for(author)$\n<text:p text:style-name=\"Author\">$author$</text:p>\n$endfor$\n$if(date)$\n<text:p text:style-name=\"Date\">$date$</text:p>\n$endif$\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</office:text>\n</office:body>\n</office:document-content>\n"),("templates/default.opml","<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<opml version=\"2.0\">\n <head>\n <title>$title$</title>\n <dateModified>$date$</dateModified>\n <ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>\n </head>\n <body>\n$body$\n </body>\n</opml>\n"),("templates/default.org","$if(title)$\n#+TITLE: $title$\n\n$endif$\n$if(author)$\n#+AUTHOR: $for(author)$$author$$sep$; $endfor$\n$endif$\n$if(date)$\n#+DATE: $date$\n\n$endif$\n$for(header-includes)$\n$header-includes$\n\n$endfor$\n$for(include-before)$\n$include-before$\n\n$endfor$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.plain","$if(titleblock)$\n$titleblock$\n\n$endif$\n$for(header-includes)$\n$header-includes$\n\n$endfor$\n$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n$toc$\n\n$endif$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.revealjs","<!DOCTYPE html>\n<html$if(lang)$ lang=\"$lang$\"$endif$>\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"generator\" content=\"pandoc\">\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\" />\n$endfor$\n$if(date-meta)$\n <meta name=\"dcterms.date\" content=\"$date-meta$\" />\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n <link rel=\"stylesheet\" href=\"$revealjs-url$/css/reveal.css\"/>\n <style type=\"text/css\">code{white-space: pre;}</style>\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$if(theme)$\n <link rel=\"stylesheet\" href=\"$revealjs-url$/css/theme/$theme$.css\" id=\"theme\">\n$else$\n <link rel=\"stylesheet\" href=\"$revealjs-url$/css/theme/black.css\" id=\"theme\">\n$endif$\n$for(css)$\n <link rel=\"stylesheet\" href=\"$css$\"/>\n$endfor$\n <!-- If the query includes 'print-pdf', include the PDF print sheet -->\n <script>\n if( window.location.search.match( /print-pdf/gi ) ) {\n var link = document.createElement( 'link' );\n link.rel = 'stylesheet';\n link.type = 'text/css';\n link.href = '$revealjs-url$/css/print/pdf.css';\n document.getElementsByTagName( 'head' )[0].appendChild( link );\n }\n </script>\n <!--[if lt IE 9]>\n <script src=\"$revealjs-url$/lib/js/html5shiv.js\"></script>\n <![endif]-->\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body>\n$for(include-before)$\n$include-before$\n$endfor$\n <div class=\"reveal\">\n <div class=\"slides\">\n\n$if(title)$\n<section>\n <h1 class=\"title\">$title$</h1>\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n$for(author)$\n <h2 class=\"author\">$author$</h2>\n$endfor$\n <h3 class=\"date\">$date$</h3>\n</section>\n$endif$\n$if(toc)$\n<section id=\"$idprefix$TOC\">\n$toc$\n</section>\n$endif$\n\n$body$\n </div>\n </div>\n\n\n <script src=\"$revealjs-url$/lib/js/head.min.js\"></script>\n <script src=\"$revealjs-url$/js/reveal.js\"></script>\n\n <script>\n\n // Full list of configuration options available here:\n // https://github.com/hakimel/reveal.js#configuration\n Reveal.initialize({\n controls: true, // Display controls in the bottom right corner\n progress: true, // Display a presentation progress bar\n history: true, // Push each slide change to the browser history\n center: $if(center)$$center$$else$false$endif$, // Vertical centering of slides\n maxScale: $if(maxScale)$$maxScale$$else$1.5$endif$, // Bounds for smallest/largest possible content scale\n slideNumber: $if(slideNumber)$true$else$false$endif$, // Display the page number of the current slide\n theme: $if(theme)$'$theme$'$else$Reveal.getQueryHash().theme$endif$, // available themes are in /css/theme\n transition: $if(transition)$'$transition$'$else$Reveal.getQueryHash().transition || 'default'$endif$, // default/cube/page/concave/zoom/linear/fade/none\n\n // Optional libraries used to extend on reveal.js\n dependencies: [\n { src: '$revealjs-url$/lib/js/classList.js', condition: function() { return !document.body.classList; } },\n { src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },\n { src: '$revealjs-url$/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },\n// { src: '$revealjs-url$/plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; }, }\n// { src: '$revealjs-url$/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }\n]});\n </script>\n $for(include-after)$\n $include-after$\n $endfor$\n </body>\n</html>\n"),("templates/default.rst","$if(title)$\n$title$\n\n$endif$\n$for(author)$\n:Author: $author$\n$endfor$\n$if(date)$\n:Date: $date$\n$endif$\n$if(author)$\n\n$else$\n$if(date)$\n\n$endif$\n$endif$\n$if(math)$\n.. role:: math(raw)\n :format: html latex\n..\n\n$endif$\n$if(rawtex)$\n.. role:: raw-latex(raw)\n :format: latex\n..\n\n$endif$\n$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n.. contents::\n :depth: $toc-depth$\n..\n\n$endif$\n$for(header-includes)$\n$header-includes$\n\n$endfor$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/default.rtf","{\\rtf1\\ansi\\deff0{\\fonttbl{\\f0 \\fswiss Helvetica;}{\\f1 Courier;}}\n{\\colortbl;\\red255\\green0\\blue0;\\red0\\green0\\blue255;}\n\\widowctrl\\hyphauto\n$for(header-includes)$\n$header-includes$\n$endfor$\n\n$if(title)$\n{\\pard \\qc \\f0 \\sa180 \\li0 \\fi0 \\b \\fs36 $title$\\par}\n$endif$\n$for(author)$\n{\\pard \\qc \\f0 \\sa180 \\li0 \\fi0 $author$\\par}\n$endfor$\n$if(date)$\n{\\pard \\qc \\f0 \\sa180 \\li0 \\fi0 $date$\\par}\n$endif$\n$if(spacer)$\n{\\pard \\ql \\f0 \\sa180 \\li0 \\fi0 \\par}\n$endif$\n$if(toc)$\n$toc$\n$endif$\n$for(include-before)$\n$include-before$\n$endfor$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n}\n"),("templates/default.s5","<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n <meta name=\"generator\" content=\"pandoc\" />\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\" />\n$endfor$\n$if(date-meta)$\n <meta name=\"date\" content=\"$date-meta$\" />\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <style type=\"text/css\">code{white-space: pre;}</style>\n <!-- configuration parameters -->\n <meta name=\"defaultView\" content=\"slideshow\" />\n <meta name=\"controlVis\" content=\"hidden\" />\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n$for(css)$\n <link rel=\"stylesheet\" href=\"$css$\" type=\"text/css\" />\n$endfor$\n <!-- style sheet links -->\n <link rel=\"stylesheet\" href=\"$s5-url$/slides.css\" type=\"text/css\" media=\"projection\" id=\"slideProj\" />\n <link rel=\"stylesheet\" href=\"$s5-url$/outline.css\" type=\"text/css\" media=\"screen\" id=\"outlineStyle\" />\n <link rel=\"stylesheet\" href=\"$s5-url$/print.css\" type=\"text/css\" media=\"print\" id=\"slidePrint\" />\n <link rel=\"stylesheet\" href=\"$s5-url$/opera.css\" type=\"text/css\" media=\"projection\" id=\"operaFix\" />\n <!-- S5 JS -->\n <script src=\"$s5-url$/slides.js\" type=\"text/javascript\"></script>\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n</head>\n<body>\n$for(include-before)$\n$include-before$\n$endfor$\n<div class=\"layout\">\n<div id=\"controls\"></div>\n<div id=\"currentSlide\"></div>\n<div id=\"header\"></div>\n<div id=\"footer\">\n <h1>$date$</h1>\n <h2>$title$</h2>\n</div>\n</div>\n<div class=\"presentation\">\n$if(title)$\n<div class=\"titleslide slide\">\n <h1>$title$</h1>\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n <h2>$for(author)$$author$$sep$<br/>$endfor$</h2>\n <h3>$date$</h3>\n</div>\n$endif$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</div>\n</body>\n</html>\n"),("templates/default.slideous","<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"$if(lang)$ lang=\"$lang$\" xml:lang=\"$lang$\"$endif$>\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n <meta name=\"generator\" content=\"pandoc\" />\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\" />\n$endfor$\n$if(date-meta)$\n <meta name=\"date\" content=\"$date-meta$\" />\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <style type=\"text/css\">code{white-space: pre;}</style>\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n <link rel=\"stylesheet\" type=\"text/css\" media=\"screen, projection, print\"\n href=\"$slideous-url$/slideous.css\" />\n$for(css)$\n <link rel=\"stylesheet\" type=\"text/css\" media=\"screen, projection, print\"\n href=\"$css$\" />\n$endfor$\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n <script src=\"$slideous-url$/slideous.js\"\n charset=\"utf-8\" type=\"text/javascript\"></script>\n$if(duration)$\n <meta name=\"duration\" content=\"$duration$\" />\n$endif$\n</head>\n<body>\n$for(include-before)$\n$include-before$\n$endfor$\n<div id=\"statusbar\">\n<span style=\"float:right;\">\n<span style=\"margin-right:4em;font-weight:bold;\"><span id=\"slideidx\"></span> of {$$slidecount}</span>\n<button id=\"homebutton\" title=\"first slide\">1</button>\n<button id=\"prevslidebutton\" title=\"previous slide\">«</button>\n<button id=\"previtembutton\" title=\"previous item\">‹</button>\n<button id=\"nextitembutton\" title=\"next item\">›</button>\n<button id=\"nextslidebutton\" title=\"next slide\">»</button>\n<button id=\"endbutton\" title=\"last slide\">{$$slidecount}</button>\n<button id=\"incfontbutton\" title=\"content\">A+</button>\n<button id=\"decfontbutton\" title=\"first slide\">A-</button>\n<select id=\"tocbox\" size=\"1\"><option></option></select>\n</span>\n<span id=\"eos\">½</span>\n<span title=\"{$$location}, {$$date}\">{$$title}, {$$author}</span>\n</div>\n$if(title)$\n<div class=\"slide titlepage\">\n <h1 class=\"title\">$title$</h1>\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n <p class=\"author\">\n$for(author)$$author$$sep$<br/>$endfor$\n </p>\n$if(date)$\n <p class=\"date\">$date$</p>\n$endif$\n</div>\n$endif$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</body>\n</html>\n"),("templates/default.slidy","<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\"$if(lang)$ lang=\"$lang$\" xml:lang=\"$lang$\"$endif$>\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />\n <meta name=\"generator\" content=\"pandoc\" />\n$for(author-meta)$\n <meta name=\"author\" content=\"$author-meta$\" />\n$endfor$\n$if(date-meta)$\n <meta name=\"date\" content=\"$date-meta$\" />\n$endif$\n <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>\n <style type=\"text/css\">code{white-space: pre;}</style>\n$if(highlighting-css)$\n <style type=\"text/css\">\n$highlighting-css$\n </style>\n$endif$\n <link rel=\"stylesheet\" type=\"text/css\" media=\"screen, projection, print\"\n href=\"$slidy-url$/styles/slidy.css\" />\n$for(css)$\n <link rel=\"stylesheet\" type=\"text/css\" media=\"screen, projection, print\"\n href=\"$css$\" />\n$endfor$\n$if(math)$\n $math$\n$endif$\n$for(header-includes)$\n $header-includes$\n$endfor$\n <script src=\"$slidy-url$/scripts/slidy.js\"\n charset=\"utf-8\" type=\"text/javascript\"></script>\n$if(duration)$\n <meta name=\"duration\" content=\"$duration$\" />\n$endif$\n</head>\n<body>\n$for(include-before)$\n$include-before$\n$endfor$\n$if(title)$\n<div class=\"slide titlepage\">\n <h1 class=\"title\">$title$</h1>\n$if(subtitle)$\n <h1 class=\"subtitle\">$subtitle$</h1>\n$endif$\n <p class=\"author\">\n$for(author)$$author$$sep$<br/>$endfor$\n </p>\n$if(date)$\n <p class=\"date\">$date$</p>\n$endif$\n</div>\n$endif$\n$body$\n$for(include-after)$\n$include-after$\n$endfor$\n</body>\n</html>\n"),("templates/default.texinfo","\\input texinfo\n@documentencoding UTF-8\n$for(header-includes)$\n$header-includes$\n$endfor$\n\n$if(strikeout)$\n@macro textstrikeout{text}\n~~\\text\\~~\n@end macro\n\n$endif$\n$if(subscript)$\n@macro textsubscript{text}\n@iftex\n@textsubscript{\\text\\}\n@end iftex\n@ifnottex\n_@{\\text\\@}\n@end ifnottex\n@end macro\n\n$endif$\n$if(superscript)$\n@macro textsuperscript{text}\n@iftex\n@textsuperscript{\\text\\}\n@end iftex\n@ifnottex\n^@{\\text\\@}\n@end ifnottex\n@end macro\n\n$endif$\n@ifnottex\n@paragraphindent 0\n@end ifnottex\n$if(titlepage)$\n@titlepage\n@title $title$\n$for(author)$\n@author $author$\n$endfor$\n$if(date)$\n$date$\n$endif$\n@end titlepage\n\n$endif$\n$for(include-before)$\n$include-before$\n\n$endfor$\n$if(toc)$\n@contents\n\n$endif$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n\n@bye\n"),("templates/default.textile","$for(include-before)$\n$include-before$\n\n$endfor$\n$body$\n$for(include-after)$\n\n$include-after$\n$endfor$\n"),("templates/README.markdown","Templates for [pandoc](http://github.com/jgm/pandoc).\n\nIf you use custom templates, we recommend forking this repository,\nso that you can integrate changes to the default templates in future\npandoc releases.\n\nAll of the templates in this repository are dual licensed, under both\nthe GPL (v2 or higher, same as pandoc) and the BSD 3-clause license\n(included below).\n\n----\n\nCopyright (c) 2014, John MacFarlane\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n\n * Neither the name of John MacFarlane nor the names of other\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n")]
− man/man1/pandoc.1
@@ -1,1900 +0,0 @@-.TH PANDOC 1 "May 27, 2015" "1.14"-.SH NAME-pandoc - general markup converter-.SH SYNOPSIS-.PP-\f[C]pandoc\f[] [\f[I]options\f[]] [\f[I]input\-file\f[]]...-.SH DESCRIPTION-.PP-Pandoc is a Haskell library for converting from one markup format to-another, and a command\-line tool that uses this library.-It can read Markdown, CommonMark, and (subsets of) Textile,-reStructuredText, HTML, LaTeX, MediaWiki markup, TWiki markup, Haddock-markup, OPML, Emacs Org\-mode, DocBook, txt2tags, EPUB and Word docx;-and it can write plain text, Markdown, reStructuredText, XHTML, HTML 5,-LaTeX (including beamer slide shows), ConTeXt, RTF, OPML, DocBook,-OpenDocument, ODT, Word docx, GNU Texinfo, MediaWiki markup, DokuWiki-markup, Haddock markup, EPUB (v2 or v3), FictionBook2, Textile, groff-man pages, Emacs Org\-Mode, AsciiDoc, InDesign ICML, and Slidy,-Slideous, DZSlides, reveal.js or S5 HTML slide shows.-It can also produce PDF output on systems where LaTeX is installed.-.PP-Pandoc\[aq]s enhanced version of markdown includes syntax for footnotes,-tables, flexible ordered lists, definition lists, fenced code blocks,-superscript, subscript, strikeout, title blocks, automatic tables of-contents, embedded LaTeX math, citations, and markdown inside HTML block-elements.-(These enhancements, described below under Pandoc\[aq]s markdown, can be-disabled using the \f[C]markdown_strict\f[] input or output format.)-.PP-In contrast to most existing tools for converting markdown to HTML,-which use regex substitutions, Pandoc has a modular design: it consists-of a set of readers, which parse text in a given format and produce a-native representation of the document, and a set of writers, which-convert this native representation into a target format.-Thus, adding an input or output format requires only adding a reader or-writer.-.SS Using \f[C]pandoc\f[]-.PP-If no \f[I]input\-file\f[] is specified, input is read from-\f[I]stdin\f[].-Otherwise, the \f[I]input\-files\f[] are concatenated (with a blank line-between each) and used as input.-Output goes to \f[I]stdout\f[] by default (though output to-\f[I]stdout\f[] is disabled for the \f[C]odt\f[], \f[C]docx\f[],-\f[C]epub\f[], and \f[C]epub3\f[] output formats).-For output to a file, use the \f[C]\-o\f[] option:-.IP-.nf-\f[C]-pandoc\ \-o\ output.html\ input.txt-\f[]-.fi-.PP-By default, pandoc produces a document fragment, not a standalone-document with a proper header and footer.-To produce a standalone document, use the \f[C]\-s\f[] or-\f[C]\-\-standalone\f[] flag:-.IP-.nf-\f[C]-pandoc\ \-s\ \-o\ output.html\ input.txt-\f[]-.fi-.PP-For more information on how standalone documents are produced, see-Templates, below.-.PP-Instead of a file, an absolute URI may be given.-In this case pandoc will fetch the content using HTTP:-.IP-.nf-\f[C]-pandoc\ \-f\ html\ \-t\ markdown\ http://www.fsf.org-\f[]-.fi-.PP-If multiple input files are given, \f[C]pandoc\f[] will concatenate them-all (with blank lines between them) before parsing.-This feature is disabled for binary input formats such as \f[C]EPUB\f[]-and \f[C]docx\f[].-.PP-The format of the input and output can be specified explicitly using-command\-line options.-The input format can be specified using the \f[C]\-r/\-\-read\f[] or-\f[C]\-f/\-\-from\f[] options, the output format using the-\f[C]\-w/\-\-write\f[] or \f[C]\-t/\-\-to\f[] options.-Thus, to convert \f[C]hello.txt\f[] from markdown to LaTeX, you could-type:-.IP-.nf-\f[C]-pandoc\ \-f\ markdown\ \-t\ latex\ hello.txt-\f[]-.fi-.PP-To convert \f[C]hello.html\f[] from html to markdown:-.IP-.nf-\f[C]-pandoc\ \-f\ html\ \-t\ markdown\ hello.html-\f[]-.fi-.PP-Supported output formats are listed below under the \f[C]\-t/\-\-to\f[]-option.-Supported input formats are listed below under the \f[C]\-f/\-\-from\f[]-option.-Note that the \f[C]rst\f[], \f[C]textile\f[], \f[C]latex\f[], and-\f[C]html\f[] readers are not complete; there are some constructs that-they do not parse.-.PP-If the input or output format is not specified explicitly,-\f[C]pandoc\f[] will attempt to guess it from the extensions of the-input and output filenames.-Thus, for example,-.IP-.nf-\f[C]-pandoc\ \-o\ hello.tex\ hello.txt-\f[]-.fi-.PP-will convert \f[C]hello.txt\f[] from markdown to LaTeX.-If no output file is specified (so that output goes to \f[I]stdout\f[]),-or if the output file\[aq]s extension is unknown, the output format will-default to HTML.-If no input file is specified (so that input comes from \f[I]stdin\f[]),-or if the input files\[aq] extensions are unknown, the input format will-be assumed to be markdown unless explicitly specified.-.PP-Pandoc uses the UTF\-8 character encoding for both input and output.-If your local character encoding is not UTF\-8, you should pipe input-and output through \f[C]iconv\f[]:-.IP-.nf-\f[C]-iconv\ \-t\ utf\-8\ input.txt\ |\ pandoc\ |\ iconv\ \-f\ utf\-8-\f[]-.fi-.PP-Note that in some output formats (such as HTML, LaTeX, ConTeXt, RTF,-OPML, DocBook, and Texinfo), information about the character encoding is-included in the document header, which will only be included if you use-the \f[C]\-s/\-\-standalone\f[] option.-.SS Creating a PDF-.PP-Earlier versions of pandoc came with a program, \f[C]markdown2pdf\f[],-that used pandoc and pdflatex to produce a PDF.-This is no longer needed, since \f[C]pandoc\f[] can now produce-\f[C]pdf\f[] output itself.-To produce a PDF, simply specify an output file with a \f[C]\&.pdf\f[]-extension.-Pandoc will create a latex file and use pdflatex (or another engine, see-\f[C]\-\-latex\-engine\f[]) to convert it to PDF:-.IP-.nf-\f[C]-pandoc\ test.txt\ \-o\ test.pdf-\f[]-.fi-.PP-Production of a PDF requires that a LaTeX engine be installed (see-\f[C]\-\-latex\-engine\f[], below), and assumes that the following LaTeX-packages are available: \f[C]amssymb\f[], \f[C]amsmath\f[],-\f[C]ifxetex\f[], \f[C]ifluatex\f[], \f[C]listings\f[] (if the-\f[C]\-\-listings\f[] option is used), \f[C]fancyvrb\f[],-\f[C]longtable\f[], \f[C]booktabs\f[], \f[C]url\f[], \f[C]graphicx\f[]-and \f[C]grffile\f[] (if the document contains images),-\f[C]hyperref\f[], \f[C]ulem\f[], \f[C]babel\f[] (if the \f[C]lang\f[]-variable is set), \f[C]fontspec\f[] (if \f[C]xelatex\f[] or-\f[C]lualatex\f[] is used as the LaTeX engine), \f[C]xltxtra\f[] and-\f[C]xunicode\f[] (if \f[C]xelatex\f[] is used).-.SS \f[C]hsmarkdown\f[]-.PP-A user who wants a drop\-in replacement for \f[C]Markdown.pl\f[] may-create a symbolic link to the \f[C]pandoc\f[] executable called-\f[C]hsmarkdown\f[].-When invoked under the name \f[C]hsmarkdown\f[], \f[C]pandoc\f[] will-behave as if invoked with-\f[C]\-f\ markdown_strict\ \-\-email\-obfuscation=references\f[], and-all command\-line options will be treated as regular arguments.-However, this approach does not work under Cygwin, due to problems with-its simulation of symbolic links.-.SH OPTIONS-.SS General options-.TP-.B \f[C]\-f\f[] \f[I]FORMAT\f[], \f[C]\-r\f[] \f[I]FORMAT\f[], \f[C]\-\-from=\f[]\f[I]FORMAT\f[], \f[C]\-\-read=\f[]\f[I]FORMAT\f[]-Specify input format.-\f[I]FORMAT\f[] can be \f[C]native\f[] (native Haskell), \f[C]json\f[]-(JSON version of native AST), \f[C]markdown\f[] (pandoc\[aq]s extended-markdown), \f[C]markdown_strict\f[] (original unextended markdown),-\f[C]markdown_phpextra\f[] (PHP Markdown Extra extended markdown),-\f[C]markdown_github\f[] (github extended markdown), \f[C]commonmark\f[]-(CommonMark markdown), \f[C]textile\f[] (Textile), \f[C]rst\f[]-(reStructuredText), \f[C]html\f[] (HTML), \f[C]docbook\f[] (DocBook),-\f[C]t2t\f[] (txt2tags), \f[C]docx\f[] (docx), \f[C]epub\f[] (EPUB),-\f[C]opml\f[] (OPML), \f[C]org\f[] (Emacs Org\-mode), \f[C]mediawiki\f[]-(MediaWiki markup), \f[C]twiki\f[] (TWiki markup), \f[C]haddock\f[]-(Haddock markup), or \f[C]latex\f[] (LaTeX).-If \f[C]+lhs\f[] is appended to \f[C]markdown\f[], \f[C]rst\f[],-\f[C]latex\f[], or \f[C]html\f[], the input will be treated as literate-Haskell source: see Literate Haskell support, below.-Markdown syntax extensions can be individually enabled or disabled by-appending \f[C]+EXTENSION\f[] or \f[C]\-EXTENSION\f[] to the format-name.-So, for example, \f[C]markdown_strict+footnotes+definition_lists\f[] is-strict markdown with footnotes and definition lists enabled, and-\f[C]markdown\-pipe_tables+hard_line_breaks\f[] is pandoc\[aq]s markdown-without pipe tables and with hard line breaks.-See Pandoc\[aq]s markdown, below, for a list of extensions and their-names.-.RS-.RE-.TP-.B \f[C]\-t\f[] \f[I]FORMAT\f[], \f[C]\-w\f[] \f[I]FORMAT\f[], \f[C]\-\-to=\f[]\f[I]FORMAT\f[], \f[C]\-\-write=\f[]\f[I]FORMAT\f[]-Specify output format.-\f[I]FORMAT\f[] can be \f[C]native\f[] (native Haskell), \f[C]json\f[]-(JSON version of native AST), \f[C]plain\f[] (plain text),-\f[C]markdown\f[] (pandoc\[aq]s extended markdown),-\f[C]markdown_strict\f[] (original unextended markdown),-\f[C]markdown_phpextra\f[] (PHP Markdown extra extended markdown),-\f[C]markdown_github\f[] (github extended markdown), \f[C]commonmark\f[]-(CommonMark markdown), \f[C]rst\f[] (reStructuredText), \f[C]html\f[]-(XHTML 1), \f[C]html5\f[] (HTML 5), \f[C]latex\f[] (LaTeX),-\f[C]beamer\f[] (LaTeX beamer slide show), \f[C]context\f[] (ConTeXt),-\f[C]man\f[] (groff man), \f[C]mediawiki\f[] (MediaWiki markup),-\f[C]dokuwiki\f[] (DokuWiki markup), \f[C]textile\f[] (Textile),-\f[C]org\f[] (Emacs Org\-Mode), \f[C]texinfo\f[] (GNU Texinfo),-\f[C]opml\f[] (OPML), \f[C]docbook\f[] (DocBook), \f[C]opendocument\f[]-(OpenDocument), \f[C]odt\f[] (OpenOffice text document), \f[C]docx\f[]-(Word docx), \f[C]haddock\f[] (Haddock markup), \f[C]rtf\f[] (rich text-format), \f[C]epub\f[] (EPUB v2 book), \f[C]epub3\f[] (EPUB v3),-\f[C]fb2\f[] (FictionBook2 e\-book), \f[C]asciidoc\f[] (AsciiDoc),-\f[C]icml\f[] (InDesign ICML), \f[C]slidy\f[] (Slidy HTML and javascript-slide show), \f[C]slideous\f[] (Slideous HTML and javascript slide-show), \f[C]dzslides\f[] (DZSlides HTML5 + javascript slide show),-\f[C]revealjs\f[] (reveal.js HTML5 + javascript slide show), \f[C]s5\f[]-(S5 HTML and javascript slide show), or the path of a custom lua writer-(see Custom writers, below).-Note that \f[C]odt\f[], \f[C]epub\f[], and \f[C]epub3\f[] output will-not be directed to \f[I]stdout\f[]; an output filename must be specified-using the \f[C]\-o/\-\-output\f[] option.-If \f[C]+lhs\f[] is appended to \f[C]markdown\f[], \f[C]rst\f[],-\f[C]latex\f[], \f[C]beamer\f[], \f[C]html\f[], or \f[C]html5\f[], the-output will be rendered as literate Haskell source: see Literate Haskell-support, below.-Markdown syntax extensions can be individually enabled or disabled by-appending \f[C]+EXTENSION\f[] or \f[C]\-EXTENSION\f[] to the format-name, as described above under \f[C]\-f\f[].-.RS-.RE-.TP-.B \f[C]\-o\f[] \f[I]FILE\f[], \f[C]\-\-output=\f[]\f[I]FILE\f[]-Write output to \f[I]FILE\f[] instead of \f[I]stdout\f[].-If \f[I]FILE\f[] is \f[C]\-\f[], output will go to \f[I]stdout\f[].-(Exception: if the output format is \f[C]odt\f[], \f[C]docx\f[],-\f[C]epub\f[], or \f[C]epub3\f[], output to stdout is disabled.)-.RS-.RE-.TP-.B \f[C]\-\-data\-dir=\f[]\f[I]DIRECTORY\f[]-Specify the user data directory to search for pandoc data files.-If this option is not specified, the default user data directory will be-used.-This is-.RS-.IP-.nf-\f[C]-$HOME/.pandoc-\f[]-.fi-.PP-in unix,-.IP-.nf-\f[C]-C:\\Documents\ And\ Settings\\USERNAME\\Application\ Data\\pandoc-\f[]-.fi-.PP-in Windows XP, and-.IP-.nf-\f[C]-C:\\Users\\USERNAME\\AppData\\Roaming\\pandoc-\f[]-.fi-.PP-in Windows 7.-(You can find the default user data directory on your system by looking-at the output of \f[C]pandoc\ \-\-version\f[].) A-\f[C]reference.odt\f[], \f[C]reference.docx\f[], \f[C]default.csl\f[],-\f[C]epub.css\f[], \f[C]templates\f[], \f[C]slidy\f[],-\f[C]slideous\f[], or \f[C]s5\f[] directory placed in this directory-will override pandoc\[aq]s normal defaults.-.RE-.TP-.B \f[C]\-\-verbose\f[]-Give verbose debugging output.-Currently this only has an effect with PDF output.-.RS-.RE-.TP-.B \f[C]\-v\f[], \f[C]\-\-version\f[]-Print version.-.RS-.RE-.TP-.B \f[C]\-h\f[], \f[C]\-\-help\f[]-Show usage message.-.RS-.RE-.SS Reader options-.TP-.B \f[C]\-R\f[], \f[C]\-\-parse\-raw\f[]-Parse untranslatable HTML codes and LaTeX environments as raw HTML or-LaTeX, instead of ignoring them.-Affects only HTML and LaTeX input.-Raw HTML can be printed in markdown, reStructuredText, HTML, Slidy,-Slideous, DZSlides, reveal.js, and S5 output; raw LaTeX can be printed-in markdown, reStructuredText, LaTeX, and ConTeXt output.-The default is for the readers to omit untranslatable HTML codes and-LaTeX environments.-(The LaTeX reader does pass through untranslatable LaTeX-\f[I]commands\f[], even if \f[C]\-R\f[] is not specified.)-.RS-.RE-.TP-.B \f[C]\-S\f[], \f[C]\-\-smart\f[]-Produce typographically correct output, converting straight quotes to-curly quotes, \f[C]\-\-\-\f[] to em\-dashes, \f[C]\-\-\f[] to-en\-dashes, and \f[C]\&...\f[] to ellipses.-Nonbreaking spaces are inserted after certain abbreviations, such as-"Mr." (Note: This option is significant only when the input format is-\f[C]markdown\f[], \f[C]markdown_strict\f[], \f[C]textile\f[] or-\f[C]twiki\f[].-It is selected automatically when the input format is \f[C]textile\f[]-or the output format is \f[C]latex\f[] or \f[C]context\f[], unless-\f[C]\-\-no\-tex\-ligatures\f[] is used.)-.RS-.RE-.TP-.B \f[C]\-\-old\-dashes\f[]-Selects the pandoc <= 1.8.2.1 behavior for parsing smart dashes:-\f[C]\-\f[] before a numeral is an en\-dash, and \f[C]\-\-\f[] is an-em\-dash.-This option is selected automatically for \f[C]textile\f[] input.-.RS-.RE-.TP-.B \f[C]\-\-base\-header\-level=\f[]\f[I]NUMBER\f[]-Specify the base level for headers (defaults to 1).-.RS-.RE-.TP-.B \f[C]\-\-indented\-code\-classes=\f[]\f[I]CLASSES\f[]-Specify classes to use for indented code blocks\-\-for example,-\f[C]perl,numberLines\f[] or \f[C]haskell\f[].-Multiple classes may be separated by spaces or commas.-.RS-.RE-.TP-.B \f[C]\-\-default\-image\-extension=\f[]\f[I]EXTENSION\f[]-Specify a default extension to use when image paths/URLs have no-extension.-This allows you to use the same source for formats that require-different kinds of images.-Currently this option only affects the markdown and LaTeX readers.-.RS-.RE-.TP-.B \f[C]\-\-filter=\f[]\f[I]EXECUTABLE\f[]-Specify an executable to be used as a filter transforming the Pandoc AST-after the input is parsed and before the output is written.-The executable should read JSON from stdin and write JSON to stdout.-The JSON must be formatted like pandoc\[aq]s own JSON input and output.-The name of the output format will be passed to the filter as the first-argument.-Hence,-.RS-.IP-.nf-\f[C]-pandoc\ \-\-filter\ ./caps.py\ \-t\ latex-\f[]-.fi-.PP-is equivalent to-.IP-.nf-\f[C]-pandoc\ \-t\ json\ |\ ./caps.py\ latex\ |\ pandoc\ \-f\ json\ \-t\ latex-\f[]-.fi-.PP-The latter form may be useful for debugging filters.-.PP-Filters may be written in any language.-\f[C]Text.Pandoc.JSON\f[] exports \f[C]toJSONFilter\f[] to facilitate-writing filters in Haskell.-Those who would prefer to write filters in python can use the module-\f[C]pandocfilters\f[], installable from PyPI.-See http://github.com/jgm/pandocfilters for the module and several-examples.-There are also pandoc filter libraries in PHP, perl, and-javascript/node.js.-.PP-Note that the \f[I]EXECUTABLE\f[] will be sought in the user\[aq]s-\f[C]PATH\f[], and not in the working directory, if no directory is-provided.-If you want to run a script in the working directory, preface the-filename with \f[C]\&./\f[].-.RE-.TP-.B \f[C]\-M\f[] \f[I]KEY\f[][\f[C]=\f[]\f[I]VAL\f[]], \f[C]\-\-metadata=\f[]\f[I]KEY\f[][\f[C]:\f[]\f[I]VAL\f[]]-Set the metadata field \f[I]KEY\f[] to the value \f[I]VAL\f[].-A value specified on the command line overrides a value specified in the-document.-Values will be parsed as YAML boolean or string values.-If no value is specified, the value will be treated as Boolean true.-Like \f[C]\-\-variable\f[], \f[C]\-\-metadata\f[] causes template-variables to be set.-But unlike \f[C]\-\-variable\f[], \f[C]\-\-metadata\f[] affects the-metadata of the underlying document (which is accessible from filters-and may be printed in some output formats).-.RS-.RE-.TP-.B \f[C]\-\-normalize\f[]-Normalize the document after reading: merge adjacent \f[C]Str\f[] or-\f[C]Emph\f[] elements, for example, and remove repeated-\f[C]Space\f[]s.-.RS-.RE-.TP-.B \f[C]\-p\f[], \f[C]\-\-preserve\-tabs\f[]-Preserve tabs instead of converting them to spaces (the default).-Note that this will only affect tabs in literal code spans and code-blocks; tabs in regular text will be treated as spaces.-.RS-.RE-.TP-.B \f[C]\-\-tab\-stop=\f[]\f[I]NUMBER\f[]-Specify the number of spaces per tab (default is 4).-.RS-.RE-.TP-.B \f[C]\-\-track\-changes=accept\f[]|\f[C]reject\f[]|\f[C]all\f[]-Specifies what to do with insertions and deletions produced by the MS-Word "track\-changes" feature.-\f[C]accept\f[] (the default), inserts all insertions, and ignores all-deletions.-\f[C]reject\f[] inserts all deletions and ignores insertions.-\f[C]all\f[] puts in both insertions and deletions, wrapped in spans-with \f[C]insertion\f[] and \f[C]deletion\f[] classes, respectively.-The author and time of change is included.-\f[C]all\f[] is useful for scripting: only accepting changes from a-certain reviewer, say, or before a certain date.-This option only affects the docx reader.-.RS-.RE-.TP-.B \f[C]\-\-extract\-media=\f[]\f[I]DIR\f[]-Extract images and other media contained in a docx or epub container to-the path \f[I]DIR\f[], creating it if necessary, and adjust the images-references in the document so they point to the extracted files.-This option only affects the docx and epub readers.-.RS-.RE-.SS General writer options-.TP-.B \f[C]\-s\f[], \f[C]\-\-standalone\f[]-Produce output with an appropriate header and footer (e.g.-a standalone HTML, LaTeX, or RTF file, not a fragment).-This option is set automatically for \f[C]pdf\f[], \f[C]epub\f[],-\f[C]epub3\f[], \f[C]fb2\f[], \f[C]docx\f[], and \f[C]odt\f[] output.-.RS-.RE-.TP-.B \f[C]\-\-template=\f[]\f[I]FILE\f[]-Use \f[I]FILE\f[] as a custom template for the generated document.-Implies \f[C]\-\-standalone\f[].-See Templates below for a description of template syntax.-If no extension is specified, an extension corresponding to the writer-will be added, so that \f[C]\-\-template=special\f[] looks for-\f[C]special.html\f[] for HTML output.-If the template is not found, pandoc will search for it in the user data-directory (see \f[C]\-\-data\-dir\f[]).-If this option is not used, a default template appropriate for the-output format will be used (see-\f[C]\-D/\-\-print\-default\-template\f[]).-.RS-.RE-.TP-.B \f[C]\-V\f[] \f[I]KEY\f[][\f[C]=\f[]\f[I]VAL\f[]], \f[C]\-\-variable=\f[]\f[I]KEY\f[][\f[C]:\f[]\f[I]VAL\f[]]-Set the template variable \f[I]KEY\f[] to the value \f[I]VAL\f[] when-rendering the document in standalone mode.-This is generally only useful when the \f[C]\-\-template\f[] option is-used to specify a custom template, since pandoc automatically sets the-variables used in the default templates.-If no \f[I]VAL\f[] is specified, the key will be given the value-\f[C]true\f[].-.RS-.RE-.TP-.B \f[C]\-D\f[] \f[I]FORMAT\f[], \f[C]\-\-print\-default\-template=\f[]\f[I]FORMAT\f[]-Print the default template for an output \f[I]FORMAT\f[].-(See \f[C]\-t\f[] for a list of possible \f[I]FORMAT\f[]s.)-.RS-.RE-.TP-.B \f[C]\-\-print\-default\-data\-file=\f[]\f[I]FILE\f[]-Print a default data file.-.RS-.RE-.TP-.B \f[C]\-\-no\-wrap\f[]-Disable text wrapping in output.-By default, text is wrapped appropriately for the output format.-.RS-.RE-.TP-.B \f[C]\-\-columns=\f[]\f[I]NUMBER\f[]-Specify length of lines in characters (for text wrapping).-.RS-.RE-.TP-.B \f[C]\-\-toc\f[], \f[C]\-\-table\-of\-contents\f[]-Include an automatically generated table of contents (or, in the case of-\f[C]latex\f[], \f[C]context\f[], and \f[C]rst\f[], an instruction to-create one) in the output document.-This option has no effect on \f[C]man\f[], \f[C]docbook\f[],-\f[C]slidy\f[], \f[C]slideous\f[], \f[C]s5\f[], \f[C]docx\f[], or-\f[C]odt\f[] output.-.RS-.RE-.TP-.B \f[C]\-\-toc\-depth=\f[]\f[I]NUMBER\f[]-Specify the number of section levels to include in the table of-contents.-The default is 3 (which means that level 1, 2, and 3 headers will be-listed in the contents).-.RS-.RE-.TP-.B \f[C]\-\-no\-highlight\f[]-Disables syntax highlighting for code blocks and inlines, even when a-language attribute is given.-.RS-.RE-.TP-.B \f[C]\-\-highlight\-style=\f[]\f[I]STYLE\f[]-Specifies the coloring style to be used in highlighted source code.-Options are \f[C]pygments\f[] (the default), \f[C]kate\f[],-\f[C]monochrome\f[], \f[C]espresso\f[], \f[C]zenburn\f[],-\f[C]haddock\f[], and \f[C]tango\f[].-For more information on syntax highlighting in pandoc, see Syntax-highlighting, below.-.RS-.RE-.TP-.B \f[C]\-H\f[] \f[I]FILE\f[], \f[C]\-\-include\-in\-header=\f[]\f[I]FILE\f[]-Include contents of \f[I]FILE\f[], verbatim, at the end of the header.-This can be used, for example, to include special CSS or javascript in-HTML documents.-This option can be used repeatedly to include multiple files in the-header.-They will be included in the order specified.-Implies \f[C]\-\-standalone\f[].-.RS-.RE-.TP-.B \f[C]\-B\f[] \f[I]FILE\f[], \f[C]\-\-include\-before\-body=\f[]\f[I]FILE\f[]-Include contents of \f[I]FILE\f[], verbatim, at the beginning of the-document body (e.g.-after the \f[C]<body>\f[] tag in HTML, or the \f[C]\\begin{document}\f[]-command in LaTeX).-This can be used to include navigation bars or banners in HTML-documents.-This option can be used repeatedly to include multiple files.-They will be included in the order specified.-Implies \f[C]\-\-standalone\f[].-.RS-.RE-.TP-.B \f[C]\-A\f[] \f[I]FILE\f[], \f[C]\-\-include\-after\-body=\f[]\f[I]FILE\f[]-Include contents of \f[I]FILE\f[], verbatim, at the end of the document-body (before the \f[C]</body>\f[] tag in HTML, or the-\f[C]\\end{document}\f[] command in LaTeX).-This option can be be used repeatedly to include multiple files.-They will be included in the order specified.-Implies \f[C]\-\-standalone\f[].-.RS-.RE-.SS Options affecting specific writers-.TP-.B \f[C]\-\-self\-contained\f[]-Produce a standalone HTML file with no external dependencies, using-\f[C]data:\f[] URIs to incorporate the contents of linked scripts,-stylesheets, images, and videos.-The resulting file should be "self\-contained," in the sense that it-needs no external files and no net access to be displayed properly by a-browser.-This option works only with HTML output formats, including-\f[C]html\f[], \f[C]html5\f[], \f[C]html+lhs\f[], \f[C]html5+lhs\f[],-\f[C]s5\f[], \f[C]slidy\f[], \f[C]slideous\f[], \f[C]dzslides\f[], and-\f[C]revealjs\f[].-Scripts, images, and stylesheets at absolute URLs will be downloaded;-those at relative URLs will be sought relative to the working directory-(if the first source file is local) or relative to the base URL (if the-first source file is remote).-\f[C]\-\-self\-contained\f[] does not work with \f[C]\-\-mathjax\f[].-.RS-.RE-.TP-.B \f[C]\-\-offline\f[]-Deprecated synonym for \f[C]\-\-self\-contained\f[].-.RS-.RE-.TP-.B \f[C]\-5\f[], \f[C]\-\-html5\f[]-Produce HTML5 instead of HTML4.-This option has no effect for writers other than \f[C]html\f[].-(\f[I]Deprecated:\f[] Use the \f[C]html5\f[] output format instead.)-.RS-.RE-.TP-.B \f[C]\-\-html\-q\-tags\f[]-Use \f[C]<q>\f[] tags for quotes in HTML.-.RS-.RE-.TP-.B \f[C]\-\-ascii\f[]-Use only ascii characters in output.-Currently supported only for HTML output (which uses numerical entities-instead of UTF\-8 when this option is selected).-.RS-.RE-.TP-.B \f[C]\-\-reference\-links\f[]-Use reference\-style links, rather than inline links, in writing-markdown or reStructuredText.-By default inline links are used.-.RS-.RE-.TP-.B \f[C]\-\-atx\-headers\f[]-Use ATX style headers in markdown and asciidoc output.-The default is to use setext\-style headers for levels 1\-2, and then-ATX headers.-.RS-.RE-.TP-.B \f[C]\-\-chapters\f[]-Treat top\-level headers as chapters in LaTeX, ConTeXt, and DocBook-output.-When the LaTeX template uses the report, book, or memoir class, this-option is implied.-If \f[C]beamer\f[] is the output format, top\-level headers will become-\f[C]\\part{..}\f[].-.RS-.RE-.TP-.B \f[C]\-N\f[], \f[C]\-\-number\-sections\f[]-Number section headings in LaTeX, ConTeXt, HTML, or EPUB output.-By default, sections are not numbered.-Sections with class \f[C]unnumbered\f[] will never be numbered, even if-\f[C]\-\-number\-sections\f[] is specified.-.RS-.RE-.TP-.B \f[C]\-\-number\-offset=\f[]\f[I]NUMBER\f[][\f[C],\f[]\f[I]NUMBER\f[]\f[C],\f[]\f[I]\&...\f[]]-Offset for section headings in HTML output (ignored in other output-formats).-The first number is added to the section number for top\-level headers,-the second for second\-level headers, and so on.-So, for example, if you want the first top\-level header in your-document to be numbered "6", specify \f[C]\-\-number\-offset=5\f[].-If your document starts with a level\-2 header which you want to be-numbered "1.5", specify \f[C]\-\-number\-offset=1,4\f[].-Offsets are 0 by default.-Implies \f[C]\-\-number\-sections\f[].-.RS-.RE-.TP-.B \f[C]\-\-no\-tex\-ligatures\f[]-Do not convert quotation marks, apostrophes, and dashes to the TeX-ligatures when writing LaTeX or ConTeXt.-Instead, just use literal unicode characters.-This is needed for using advanced OpenType features with XeLaTeX and-LuaLaTeX.-Note: normally \f[C]\-\-smart\f[] is selected automatically for LaTeX-and ConTeXt output, but it must be specified explicitly if-\f[C]\-\-no\-tex\-ligatures\f[] is selected.-If you use literal curly quotes, dashes, and ellipses in your source,-then you may want to use \f[C]\-\-no\-tex\-ligatures\f[] without-\f[C]\-\-smart\f[].-.RS-.RE-.TP-.B \f[C]\-\-listings\f[]-Use listings package for LaTeX code blocks-.RS-.RE-.TP-.B \f[C]\-i\f[], \f[C]\-\-incremental\f[]-Make list items in slide shows display incrementally (one by one).-The default is for lists to be displayed all at once.-.RS-.RE-.TP-.B \f[C]\-\-slide\-level=\f[]\f[I]NUMBER\f[]-Specifies that headers with the specified level create slides (for-\f[C]beamer\f[], \f[C]s5\f[], \f[C]slidy\f[], \f[C]slideous\f[],-\f[C]dzslides\f[]).-Headers above this level in the hierarchy are used to divide the slide-show into sections; headers below this level create subheads within a-slide.-The default is to set the slide level based on the contents of the-document; see Structuring the slide show, below.-.RS-.RE-.TP-.B \f[C]\-\-section\-divs\f[]-Wrap sections in \f[C]<div>\f[] tags (or \f[C]<section>\f[] tags in-HTML5), and attach identifiers to the enclosing \f[C]<div>\f[] (or-\f[C]<section>\f[]) rather than the header itself.-See Section identifiers, below.-.RS-.RE-.TP-.B \f[C]\-\-email\-obfuscation=none\f[]|\f[C]javascript\f[]|\f[C]references\f[]-Specify a method for obfuscating \f[C]mailto:\f[] links in HTML-documents.-\f[C]none\f[] leaves \f[C]mailto:\f[] links as they are.-\f[C]javascript\f[] obfuscates them using javascript.-\f[C]references\f[] obfuscates them by printing their letters as decimal-or hexadecimal character references.-.RS-.RE-.TP-.B \f[C]\-\-id\-prefix=\f[]\f[I]STRING\f[]-Specify a prefix to be added to all automatically generated identifiers-in HTML and DocBook output, and to footnote numbers in markdown output.-This is useful for preventing duplicate identifiers when generating-fragments to be included in other pages.-.RS-.RE-.TP-.B \f[C]\-T\f[] \f[I]STRING\f[], \f[C]\-\-title\-prefix=\f[]\f[I]STRING\f[]-Specify \f[I]STRING\f[] as a prefix at the beginning of the title that-appears in the HTML header (but not in the title as it appears at the-beginning of the HTML body).-Implies \f[C]\-\-standalone\f[].-.RS-.RE-.TP-.B \f[C]\-c\f[] \f[I]URL\f[], \f[C]\-\-css=\f[]\f[I]URL\f[]-Link to a CSS style sheet.-This option can be be used repeatedly to include multiple files.-They will be included in the order specified.-.RS-.RE-.TP-.B \f[C]\-\-reference\-odt=\f[]\f[I]FILE\f[]-Use the specified file as a style reference in producing an ODT.-For best results, the reference ODT should be a modified version of an-ODT produced using pandoc.-The contents of the reference ODT are ignored, but its stylesheets are-used in the new ODT.-If no reference ODT is specified on the command line, pandoc will look-for a file \f[C]reference.odt\f[] in the user data directory (see-\f[C]\-\-data\-dir\f[]).-If this is not found either, sensible defaults will be used.-.RS-.RE-.TP-.B \f[C]\-\-reference\-docx=\f[]\f[I]FILE\f[]-Use the specified file as a style reference in producing a docx file.-For best results, the reference docx should be a modified version of a-docx file produced using pandoc.-The contents of the reference docx are ignored, but its stylesheets and-document properties (including margins, page size, header, and footer)-are used in the new docx.-If no reference docx is specified on the command line, pandoc will look-for a file \f[C]reference.docx\f[] in the user data directory (see-\f[C]\-\-data\-dir\f[]).-If this is not found either, sensible defaults will be used.-The following styles are used by pandoc: [paragraph] Normal, Compact,-Title, Subtitle, Authors, Date, Abstract, Heading 1, Heading 2, Heading-3, Heading 4, Heading 5, Block Text, Definition Term, Definition,-Bibliography, Body Text, Table Caption, Image Caption, Figure,-FigureWithCaption; [character] Default Paragraph Font, Body Text Char,-Verbatim Char, Footnote Reference, Hyperlink.-.RS-.RE-.TP-.B \f[C]\-\-epub\-stylesheet=\f[]\f[I]FILE\f[]-Use the specified CSS file to style the EPUB.-If no stylesheet is specified, pandoc will look for a file-\f[C]epub.css\f[] in the user data directory (see-\f[C]\-\-data\-dir\f[]).-If it is not found there, sensible defaults will be used.-.RS-.RE-.TP-.B \f[C]\-\-epub\-cover\-image=\f[]\f[I]FILE\f[]-Use the specified image as the EPUB cover.-It is recommended that the image be less than 1000px in width and-height.-Note that in a markdown source document you can also specify-\f[C]cover\-image\f[] in a YAML metadata block (see EPUB Metadata,-below).-.RS-.RE-.TP-.B \f[C]\-\-epub\-metadata=\f[]\f[I]FILE\f[]-Look in the specified XML file for metadata for the EPUB.-The file should contain a series of Dublin Core elements, as documented-at http://dublincore.org/documents/dces/.-For example:-.RS-.IP-.nf-\f[C]-\ <dc:rights>Creative\ Commons</dc:rights>-\ <dc:language>es\-AR</dc:language>-\f[]-.fi-.PP-By default, pandoc will include the following metadata elements:-\f[C]<dc:title>\f[] (from the document title), \f[C]<dc:creator>\f[]-(from the document authors), \f[C]<dc:date>\f[] (from the document date,-which should be in ISO 8601 format), \f[C]<dc:language>\f[] (from the-\f[C]lang\f[] variable, or, if is not set, the locale), and-\f[C]<dc:identifier\ id="BookId">\f[] (a randomly generated UUID).-Any of these may be overridden by elements in the metadata file.-.PP-Note: if the source document is markdown, a YAML metadata block in the-document can be used instead.-See below under EPUB Metadata.-.RE-.TP-.B \f[C]\-\-epub\-embed\-font=\f[]\f[I]FILE\f[]-Embed the specified font in the EPUB.-This option can be repeated to embed multiple fonts.-Wildcards can also be used: for example, \f[C]DejaVuSans\-*.ttf\f[].-However, if you use wildcards on the command line, be sure to escape-them or put the whole filename in single quotes, to prevent them from-being interpreted by the shell.-To use the embedded fonts, you will need to add declarations like the-following to your CSS (see \f[C]\-\-epub\-stylesheet\f[]):-.RS-.IP-.nf-\f[C]-\@font\-face\ {-font\-family:\ DejaVuSans;-font\-style:\ normal;-font\-weight:\ normal;-src:url("DejaVuSans\-Regular.ttf");-}-\@font\-face\ {-font\-family:\ DejaVuSans;-font\-style:\ normal;-font\-weight:\ bold;-src:url("DejaVuSans\-Bold.ttf");-}-\@font\-face\ {-font\-family:\ DejaVuSans;-font\-style:\ italic;-font\-weight:\ normal;-src:url("DejaVuSans\-Oblique.ttf");-}-\@font\-face\ {-font\-family:\ DejaVuSans;-font\-style:\ italic;-font\-weight:\ bold;-src:url("DejaVuSans\-BoldOblique.ttf");-}-body\ {\ font\-family:\ "DejaVuSans";\ }-\f[]-.fi-.RE-.TP-.B \f[C]\-\-epub\-chapter\-level=\f[]\f[I]NUMBER\f[]-Specify the header level at which to split the EPUB into separate-"chapter" files.-The default is to split into chapters at level 1 headers.-This option only affects the internal composition of the EPUB, not the-way chapters and sections are displayed to users.-Some readers may be slow if the chapter files are too large, so for-large documents with few level 1 headers, one might want to use a-chapter level of 2 or 3.-.RS-.RE-.TP-.B \f[C]\-\-latex\-engine=pdflatex\f[]|\f[C]lualatex\f[]|\f[C]xelatex\f[]-Use the specified LaTeX engine when producing PDF output.-The default is \f[C]pdflatex\f[].-If the engine is not in your PATH, the full path of the engine may be-specified here.-.RS-.RE-.TP-.B \f[C]\-\-latex\-engine\-opt=\f[]\f[I]STRING\f[]-Use the given string as a command\-line argument to the-\f[C]latex\-engine\f[].-If used multiple times, the arguments are provided with spaces between-them.-Note that no check for duplicate options is done.-.RS-.RE-.SS Citation rendering-.TP-.B \f[C]\-\-bibliography=\f[]\f[I]FILE\f[]-Set the \f[C]bibliography\f[] field in the document\[aq]s metadata to-\f[I]FILE\f[], overriding any value set in the metadata, and process-citations using \f[C]pandoc\-citeproc\f[].-(This is equivalent to-\f[C]\-\-metadata\ bibliography=FILE\ \-\-filter\ pandoc\-citeproc\f[].)-If \f[C]\-\-natbib\f[] or \f[C]\-\-biblatex\f[] is also supplied,-\f[C]pandoc\-citeproc\f[] is not used, making this equivalent to-\f[C]\-\-metadata\ bibliography=FILE\f[].-If you supply this argument multiple times, each \f[I]FILE\f[] will be-added to bibliography.-.RS-.RE-.TP-.B \f[C]\-\-csl=\f[]\f[I]FILE\f[]-Set the \f[C]csl\f[] field in the document\[aq]s metadata to-\f[I]FILE\f[], overriding any value set in the metadata.-(This is equivalent to \f[C]\-\-metadata\ csl=FILE\f[].) This option is-only relevant with \f[C]pandoc\-citeproc\f[].-.RS-.RE-.TP-.B \f[C]\-\-citation\-abbreviations=\f[]\f[I]FILE\f[]-Set the \f[C]citation\-abbreviations\f[] field in the document\[aq]s-metadata to \f[I]FILE\f[], overriding any value set in the metadata.-(This is equivalent to-\f[C]\-\-metadata\ citation\-abbreviations=FILE\f[].) This option is-only relevant with \f[C]pandoc\-citeproc\f[].-.RS-.RE-.TP-.B \f[C]\-\-natbib\f[]-Use natbib for citations in LaTeX output.-This option is not for use with the \f[C]pandoc\-citeproc\f[] filter or-with PDF output.-It is intended for use in producing a LaTeX file that can be processed-with pdflatex and bibtex.-.RS-.RE-.TP-.B \f[C]\-\-biblatex\f[]-Use biblatex for citations in LaTeX output.-This option is not for use with the \f[C]pandoc\-citeproc\f[] filter or-with PDF output.-It is intended for use in producing a LaTeX file that can be processed-with pdflatex and bibtex or biber.-.RS-.RE-.SS Math rendering in HTML-.TP-.B \f[C]\-m\f[] [\f[I]URL\f[]], \f[C]\-\-latexmathml\f[][\f[C]=\f[]\f[I]URL\f[]]-Use the LaTeXMathML script to display embedded TeX math in HTML output.-To insert a link to a local copy of the \f[C]LaTeXMathML.js\f[] script,-provide a \f[I]URL\f[].-If no \f[I]URL\f[] is provided, the contents of the script will be-inserted directly into the HTML header, preserving portability at the-price of efficiency.-If you plan to use math on several pages, it is much better to link to a-copy of the script, so it can be cached.-.RS-.RE-.TP-.B \f[C]\-\-mathml\f[][\f[C]=\f[]\f[I]URL\f[]]-Convert TeX math to MathML (in \f[C]docbook\f[] as well as \f[C]html\f[]-and \f[C]html5\f[]).-In standalone \f[C]html\f[] output, a small javascript (or a link to-such a script if a \f[I]URL\f[] is supplied) will be inserted that-allows the MathML to be viewed on some browsers.-.RS-.RE-.TP-.B \f[C]\-\-jsmath\f[][\f[C]=\f[]\f[I]URL\f[]]-Use jsMath to display embedded TeX math in HTML output.-The \f[I]URL\f[] should point to the jsMath load script (e.g.-\f[C]jsMath/easy/load.js\f[]); if provided, it will be linked to in the-header of standalone HTML documents.-If a \f[I]URL\f[] is not provided, no link to the jsMath load script-will be inserted; it is then up to the author to provide such a link in-the HTML template.-.RS-.RE-.TP-.B \f[C]\-\-mathjax\f[][\f[C]=\f[]\f[I]URL\f[]]-Use MathJax to display embedded TeX math in HTML output.-The \f[I]URL\f[] should point to the \f[C]MathJax.js\f[] load script.-If a \f[I]URL\f[] is not provided, a link to the MathJax CDN will be-inserted.-.RS-.RE-.TP-.B \f[C]\-\-gladtex\f[]-Enclose TeX math in \f[C]<eq>\f[] tags in HTML output.-These can then be processed by gladTeX to produce links to images of the-typeset formulas.-.RS-.RE-.TP-.B \f[C]\-\-mimetex\f[][\f[C]=\f[]\f[I]URL\f[]]-Render TeX math using the mimeTeX CGI script.-If \f[I]URL\f[] is not specified, it is assumed that the script is at-\f[C]/cgi\-bin/mimetex.cgi\f[].-.RS-.RE-.TP-.B \f[C]\-\-webtex\f[][\f[C]=\f[]\f[I]URL\f[]]-Render TeX formulas using an external script that converts TeX formulas-to images.-The formula will be concatenated with the URL provided.-If \f[I]URL\f[] is not specified, the Google Chart API will be used.-.RS-.RE-.TP-.B \f[C]\-\-katex\f[][\f[C]=\f[]\f[I]URL\f[]]-Use KaTeX to display embedded TeX math in HTML output.-The \f[I]URL\f[] should point to the \f[C]katex.js\f[] load script.-If a \f[I]URL\f[] is not provided, a link to the KaTeX CDN will be-inserted.-.RS-.RE-.TP-.B \f[C]\-\-katex\-stylesheet=\f[]\f[I]URL\f[]-The \f[I]URL\f[] should point to the \f[C]katex.css\f[] stylesheet.-If this option is not specified, a link to the KaTeX CDN will be-inserted.-Note that this option does not imply \f[C]\-\-katex\f[].-.RS-.RE-.SS Options for wrapper scripts-.TP-.B \f[C]\-\-dump\-args\f[]-Print information about command\-line arguments to \f[I]stdout\f[], then-exit.-This option is intended primarily for use in wrapper scripts.-The first line of output contains the name of the output file specified-with the \f[C]\-o\f[] option, or \f[C]\-\f[] (for \f[I]stdout\f[]) if no-output file was specified.-The remaining lines contain the command\-line arguments, one per line,-in the order they appear.-These do not include regular Pandoc options and their arguments, but do-include any options appearing after a \f[C]\-\-\f[] separator at the end-of the line.-.RS-.RE-.TP-.B \f[C]\-\-ignore\-args\f[]-Ignore command\-line arguments (for use in wrapper scripts).-Regular Pandoc options are not ignored.-Thus, for example,-.RS-.IP-.nf-\f[C]-pandoc\ \-\-ignore\-args\ \-o\ foo.html\ \-s\ foo.txt\ \-\-\ \-e\ latin1-\f[]-.fi-.PP-is equivalent to-.IP-.nf-\f[C]-pandoc\ \-o\ foo.html\ \-s-\f[]-.fi-.RE-.SH TEMPLATES-.PP-When the \f[C]\-s/\-\-standalone\f[] option is used, pandoc uses a-template to add header and footer material that is needed for a-self\-standing document.-To see the default template that is used, just type-.IP-.nf-\f[C]-pandoc\ \-D\ FORMAT-\f[]-.fi-.PP-where \f[C]FORMAT\f[] is the name of the output format.-A custom template can be specified using the \f[C]\-\-template\f[]-option.-You can also override the system default templates for a given output-format \f[C]FORMAT\f[] by putting a file-\f[C]templates/default.FORMAT\f[] in the user data directory (see-\f[C]\-\-data\-dir\f[], above).-\f[I]Exceptions:\f[] For \f[C]odt\f[] output, customize the-\f[C]default.opendocument\f[] template.-For \f[C]pdf\f[] output, customize the \f[C]default.latex\f[] template.-.PP-Templates may contain \f[I]variables\f[].-Variable names are sequences of alphanumerics, \f[C]\-\f[], and-\f[C]_\f[], starting with a letter.-A variable name surrounded by \f[C]$\f[] signs will be replaced by its-value.-For example, the string \f[C]$title$\f[] in-.IP-.nf-\f[C]-<title>$title$</title>-\f[]-.fi-.PP-will be replaced by the document title.-.PP-To write a literal \f[C]$\f[] in a template, use \f[C]$$\f[].-.PP-Some variables are set automatically by pandoc.-These vary somewhat depending on the output format, but include metadata-fields (such as \f[C]title\f[], \f[C]author\f[], and \f[C]date\f[]) as-well as the following:-.TP-.B \f[C]header\-includes\f[]-contents specified by \f[C]\-H/\-\-include\-in\-header\f[] (may have-multiple values)-.RS-.RE-.TP-.B \f[C]toc\f[]-non\-null value if \f[C]\-\-toc/\-\-table\-of\-contents\f[] was-specified-.RS-.RE-.TP-.B \f[C]include\-before\f[]-contents specified by \f[C]\-B/\-\-include\-before\-body\f[] (may have-multiple values)-.RS-.RE-.TP-.B \f[C]include\-after\f[]-contents specified by \f[C]\-A/\-\-include\-after\-body\f[] (may have-multiple values)-.RS-.RE-.TP-.B \f[C]body\f[]-body of document-.RS-.RE-.TP-.B \f[C]lang\f[]-language code for HTML or LaTeX documents-.RS-.RE-.TP-.B \f[C]slidy\-url\f[]-base URL for Slidy documents (defaults to-\f[C]http://www.w3.org/Talks/Tools/Slidy2\f[])-.RS-.RE-.TP-.B \f[C]slideous\-url\f[]-base URL for Slideous documents (defaults to \f[C]slideous\f[])-.RS-.RE-.TP-.B \f[C]s5\-url\f[]-base URL for S5 documents (defaults to \f[C]s5/default\f[])-.RS-.RE-.TP-.B \f[C]revealjs\-url\f[]-base URL for reveal.js documents (defaults to \f[C]reveal.js\f[])-.RS-.RE-.TP-.B \f[C]theme\f[]-reveal.js or LaTeX beamer theme-.RS-.RE-.TP-.B \f[C]transition\f[]-reveal.js transition-.RS-.RE-.TP-.B \f[C]fontsize\f[]-font size (10pt, 11pt, 12pt) for LaTeX documents-.RS-.RE-.TP-.B \f[C]documentclass\f[]-document class for LaTeX documents-.RS-.RE-.TP-.B \f[C]classoption\f[]-option for LaTeX documentclass, e.g.-\f[C]oneside\f[]; may be repeated for multiple options-.RS-.RE-.TP-.B \f[C]geometry\f[]-options for LaTeX \f[C]geometry\f[] class, e.g.-\f[C]margin=1in\f[]; may be repeated for multiple options-.RS-.RE-.TP-.B \f[C]linestretch\f[]-adjusts line spacing (requires the \f[C]setspace\f[] package)-.RS-.RE-.TP-.B \f[C]fontfamily\f[]-font package to use for LaTeX documents (with pdflatex): TeXLive has-\f[C]bookman\f[] (Bookman), \f[C]utopia\f[] or \f[C]fourier\f[]-(Utopia), \f[C]fouriernc\f[] (New Century Schoolbook), \f[C]times\f[] or-\f[C]txfonts\f[] (Times), \f[C]mathpazo\f[] or \f[C]pxfonts\f[] or-\f[C]mathpple\f[] (Palatino), \f[C]libertine\f[] (Linux Libertine),-\f[C]arev\f[] (Arev Sans), and the default \f[C]lmodern\f[], among-others.-.RS-.RE-.TP-.B \f[C]mainfont\f[], \f[C]sansfont\f[], \f[C]monofont\f[], \f[C]mathfont\f[]-fonts for LaTeX documents (works only with xelatex and lualatex)-.RS-.RE-.TP-.B \f[C]colortheme\f[]-colortheme for LaTeX beamer documents-.RS-.RE-.TP-.B \f[C]fonttheme\f[]-fonttheme for LaTeX beamer documents-.RS-.RE-.TP-.B \f[C]linkcolor\f[]-color for internal links in LaTeX documents (\f[C]red\f[],-\f[C]green\f[], \f[C]magenta\f[], \f[C]cyan\f[], \f[C]blue\f[],-\f[C]black\f[])-.RS-.RE-.TP-.B \f[C]toccolor\f[]-color for links in table of contents in LaTeX documents-.RS-.RE-.TP-.B \f[C]urlcolor\f[]-color for external links in LaTeX documents-.RS-.RE-.TP-.B \f[C]citecolor\f[]-color for citation links in LaTeX documents-.RS-.RE-.TP-.B \f[C]links\-as\-notes\f[]-causes links to be printed as footnotes in LaTeX documents-.RS-.RE-.TP-.B \f[C]toc\f[]-include table of contents in LaTeX documents-.RS-.RE-.TP-.B \f[C]toc\-depth\f[]-level of section to include in table of contents in LaTeX documents-.RS-.RE-.TP-.B \f[C]toc\-title\f[]-title of table of contents (works only with EPUB and docx)-.RS-.RE-.TP-.B \f[C]lof\f[]-include list of figures in LaTeX documents-.RS-.RE-.TP-.B \f[C]lot\f[]-include list of tables in LaTeX documents-.RS-.RE-.TP-.B \f[C]bibliography\f[]-bibliography to use for resolving references-.RS-.RE-.TP-.B \f[C]biblio\-style\f[]-bibliography style in LaTeX, when used with \f[C]\-\-natbib\f[]-.RS-.RE-.TP-.B \f[C]section\f[]-section number in man pages-.RS-.RE-.TP-.B \f[C]header\f[]-header in man pages-.RS-.RE-.TP-.B \f[C]footer\f[]-footer in man pages-.RS-.RE-.PP-Variables may be set at the command line using the-\f[C]\-V/\-\-variable\f[] option.-Variables set in this way override metadata fields with the same name.-.PP-Templates may contain conditionals.-The syntax is as follows:-.IP-.nf-\f[C]-$if(variable)$-X-$else$-Y-$endif$-\f[]-.fi-.PP-This will include \f[C]X\f[] in the template if \f[C]variable\f[] has a-non\-null value; otherwise it will include \f[C]Y\f[].-\f[C]X\f[] and \f[C]Y\f[] are placeholders for any valid template text,-and may include interpolated variables or other conditionals.-The \f[C]$else$\f[] section may be omitted.-.PP-When variables can have multiple values (for example, \f[C]author\f[] in-a multi\-author document), you can use the \f[C]$for$\f[] keyword:-.IP-.nf-\f[C]-$for(author)$-<meta\ name="author"\ content="$author$"\ />-$endfor$-\f[]-.fi-.PP-You can optionally specify a separator to be used between consecutive-items:-.IP-.nf-\f[C]-$for(author)$$author$$sep$,\ $endfor$-\f[]-.fi-.PP-A dot can be used to select a field of a variable that takes an object-as its value.-So, for example:-.IP-.nf-\f[C]-$author.name$\ ($author.affiliation$)-\f[]-.fi-.PP-If you use custom templates, you may need to revise them as pandoc-changes.-We recommend tracking the changes in the default templates, and-modifying your custom templates accordingly.-An easy way to do this is to fork the pandoc\-templates repository-(http://github.com/jgm/pandoc\-templates) and merge in changes after-each pandoc release.-.SH PRODUCING SLIDE SHOWS WITH PANDOC-.PP-You can use Pandoc to produce an HTML + javascript slide presentation-that can be viewed via a web browser.-There are five ways to do this, using S5, DZSlides, Slidy, Slideous, or-reveal.js.-You can also produce a PDF slide show using LaTeX beamer.-.PP-Here\[aq]s the markdown source for a simple slide show,-\f[C]habits.txt\f[]:-.IP-.nf-\f[C]-%\ Habits-%\ John\ Doe-%\ March\ 22,\ 2005--#\ In\ the\ morning--##\ Getting\ up--\-\ Turn\ off\ alarm-\-\ Get\ out\ of\ bed--##\ Breakfast--\-\ Eat\ eggs-\-\ Drink\ coffee--#\ In\ the\ evening--##\ Dinner--\-\ Eat\ spaghetti-\-\ Drink\ wine--\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-----##\ Going\ to\ sleep--\-\ Get\ in\ bed-\-\ Count\ sheep-\f[]-.fi-.PP-To produce an HTML/javascript slide show, simply type-.IP-.nf-\f[C]-pandoc\ \-t\ FORMAT\ \-s\ habits.txt\ \-o\ habits.html-\f[]-.fi-.PP-where \f[C]FORMAT\f[] is either \f[C]s5\f[], \f[C]slidy\f[],-\f[C]slideous\f[], \f[C]dzslides\f[], or \f[C]revealjs\f[].-.PP-For Slidy, Slideous, reveal.js, and S5, the file produced by pandoc with-the \f[C]\-s/\-\-standalone\f[] option embeds a link to javascripts and-CSS files, which are assumed to be available at the relative path-\f[C]s5/default\f[] (for S5), \f[C]slideous\f[] (for Slideous),-\f[C]reveal.js\f[] (for reveal.js), or at the Slidy website at-\f[C]w3.org\f[] (for Slidy).-(These paths can be changed by setting the \f[C]slidy\-url\f[],-\f[C]slideous\-url\f[], \f[C]revealjs\-url\f[], or \f[C]s5\-url\f[]-variables; see \f[C]\-\-variable\f[], above.) For DZSlides, the-(relatively short) javascript and css are included in the file by-default.-.PP-With all HTML slide formats, the \f[C]\-\-self\-contained\f[] option can-be used to produce a single file that contains all of the data necessary-to display the slide show, including linked scripts, stylesheets,-images, and videos.-.PP-To produce a PDF slide show using beamer, type-.IP-.nf-\f[C]-pandoc\ \-t\ beamer\ habits.txt\ \-o\ habits.pdf-\f[]-.fi-.PP-Note that a reveal.js slide show can also be converted to a PDF by-printing it to a file from the browser.-.SS Structuring the slide show-.PP-By default, the \f[I]slide level\f[] is the highest header level in the-hierarchy that is followed immediately by content, and not another-header, somewhere in the document.-In the example above, level 1 headers are always followed by level 2-headers, which are followed by content, so 2 is the slide level.-This default can be overridden using the \f[C]\-\-slide\-level\f[]-option.-.PP-The document is carved up into slides according to the following rules:-.IP \[bu] 2-A horizontal rule always starts a new slide.-.IP \[bu] 2-A header at the slide level always starts a new slide.-.IP \[bu] 2-Headers \f[I]below\f[] the slide level in the hierarchy create headers-\f[I]within\f[] a slide.-.IP \[bu] 2-Headers \f[I]above\f[] the slide level in the hierarchy create "title-slides," which just contain the section title and help to break the-slide show into sections.-.IP \[bu] 2-A title page is constructed automatically from the document\[aq]s title-block, if present.-(In the case of beamer, this can be disabled by commenting out some-lines in the default template.)-.PP-These rules are designed to support many different styles of slide show.-If you don\[aq]t care about structuring your slides into sections and-subsections, you can just use level 1 headers for all each slide.-(In that case, level 1 will be the slide level.) But you can also-structure the slide show into sections, as in the example above.-.PP-Note: in reveal.js slide shows, if slide level is 2, a two\-dimensional-layout will be produced, with level 1 headers building horizontally and-level 2 headers building vertically.-It is not recommended that you use deeper nesting of section levels with-reveal.js.-.SS Incremental lists-.PP-By default, these writers produce lists that display "all at once." If-you want your lists to display incrementally (one item at a time), use-the \f[C]\-i\f[] option.-If you want a particular list to depart from the default (that is, to-display incrementally without the \f[C]\-i\f[] option and all at once-with the \f[C]\-i\f[] option), put it in a block quote:-.IP-.nf-\f[C]->\ \-\ Eat\ spaghetti->\ \-\ Drink\ wine-\f[]-.fi-.PP-In this way incremental and nonincremental lists can be mixed in a-single document.-.SS Inserting pauses-.PP-You can add "pauses" within a slide by including a paragraph containing-three dots, separated by spaces:-.IP-.nf-\f[C]-#\ Slide\ with\ a\ pause--content\ before\ the\ pause--\&.\ .\ .--content\ after\ the\ pause-\f[]-.fi-.SS Styling the slides-.PP-You can change the style of HTML slides by putting customized CSS files-in \f[C]$DATADIR/s5/default\f[] (for S5), \f[C]$DATADIR/slidy\f[] (for-Slidy), or \f[C]$DATADIR/slideous\f[] (for Slideous), where-\f[C]$DATADIR\f[] is the user data directory (see-\f[C]\-\-data\-dir\f[], above).-The originals may be found in pandoc\[aq]s system data directory-(generally \f[C]$CABALDIR/pandoc\-VERSION/s5/default\f[]).-Pandoc will look there for any files it does not find in the user data-directory.-.PP-For dzslides, the CSS is included in the HTML file itself, and may be-modified there.-.PP-For reveal.js, themes can be used by setting the \f[C]theme\f[]-variable, for example:-.IP-.nf-\f[C]-\-V\ theme=moon-\f[]-.fi-.PP-Or you can specify a custom stylesheet using the \f[C]\-\-css\f[]-option.-.PP-To style beamer slides, you can specify a beamer "theme" or "colortheme"-using the \f[C]\-V\f[] option:-.IP-.nf-\f[C]-pandoc\ \-t\ beamer\ habits.txt\ \-V\ theme:Warsaw\ \-o\ habits.pdf-\f[]-.fi-.PP-Note that header attributes will turn into slide attributes (on a-\f[C]<div>\f[] or \f[C]<section>\f[]) in HTML slide formats, allowing-you to style individual slides.-In Beamer, the only header attribute that affects slides is the-\f[C]allowframebreaks\f[] class, which sets the-\f[C]allowframebreaks\f[] option, causing multiple slides to be created-if the content overfills the frame.-This is recommended especially for bibliographies:-.IP-.nf-\f[C]-#\ References\ {.allowframebreaks}-\f[]-.fi-.SS Speaker notes-.PP-reveal.js has good support for speaker notes.-You can add notes to your markdown document thus:-.IP-.nf-\f[C]-<div\ class="notes">-This\ is\ my\ note.--\-\ It\ can\ contain\ markdown-\-\ like\ this\ list--</div>-\f[]-.fi-.PP-To show the notes window, press \f[C]s\f[] while viewing the-presentation.-Notes are not yet supported for other slide formats, but the notes will-not appear on the slides themselves.-.SS Marking frames "fragile" in beamer-.PP-Sometimes it is necessary to add the LaTeX \f[C][fragile]\f[] option to-a frame in beamer (for example, when using the \f[C]minted\f[]-environment).-This can be forced by adding the \f[C]fragile\f[] class to the header-introducing the slide:-.IP-.nf-\f[C]-#\ Fragile\ slide\ {.fragile}-\f[]-.fi-.SH EPUB METADATA-.PP-EPUB metadata may be specified using the \f[C]\-\-epub\-metadata\f[]-option, but if the source document is markdown, it is better to use a-YAML metadata block.-Here is an example:-.IP-.nf-\f[C]-\-\-\--title:-\-\ type:\ main-\ \ text:\ My\ Book-\-\ type:\ subtitle-\ \ text:\ An\ investigation\ of\ metadata-creator:-\-\ role:\ author-\ \ text:\ John\ Smith-\-\ role:\ editor-\ \ text:\ Sarah\ Jones-identifier:-\-\ scheme:\ DOI-\ \ text:\ doi:10.234234.234/33-publisher:\ \ My\ Press-rights:\ ©\ 2007\ John\ Smith,\ CC\ BY\-NC-\&...-\f[]-.fi-.PP-The following fields are recognized:-.TP-.B \f[C]identifier\f[]-Either a string value or an object with fields \f[C]text\f[] and-\f[C]scheme\f[].-Valid values for \f[C]scheme\f[] are \f[C]ISBN\-10\f[],-\f[C]GTIN\-13\f[], \f[C]UPC\f[], \f[C]ISMN\-10\f[], \f[C]DOI\f[],-\f[C]LCCN\f[], \f[C]GTIN\-14\f[], \f[C]ISBN\-13\f[],-\f[C]Legal\ deposit\ number\f[], \f[C]URN\f[], \f[C]OCLC\f[],-\f[C]ISMN\-13\f[], \f[C]ISBN\-A\f[], \f[C]JP\f[], \f[C]OLCC\f[].-.RS-.RE-.TP-.B \f[C]title\f[]-Either a string value, or an object with fields \f[C]file\-as\f[] and-\f[C]type\f[], or a list of such objects.-Valid values for \f[C]type\f[] are \f[C]main\f[], \f[C]subtitle\f[],-\f[C]short\f[], \f[C]collection\f[], \f[C]edition\f[],-\f[C]extended\f[].-.RS-.RE-.TP-.B \f[C]creator\f[]-Either a string value, or an object with fields \f[C]role\f[],-\f[C]file\-as\f[], and \f[C]text\f[], or a list of such objects.-Valid values for \f[C]role\f[] are marc relators, but pandoc will-attempt to translate the human\-readable versions (like "author" and-"editor") to the appropriate marc relators.-.RS-.RE-.TP-.B \f[C]contributor\f[]-Same format as \f[C]creator\f[].-.RS-.RE-.TP-.B \f[C]date\f[]-A string value in \f[C]YYYY\-MM\-DD\f[] format.-(Only the year is necessary.) Pandoc will attempt to convert other-common date formats.-.RS-.RE-.TP-.B \f[C]language\f[]-A string value in RFC5646 format.-Pandoc will default to the local language if nothing is specified.-.RS-.RE-.TP-.B \f[C]subject\f[]-A string value or a list of such values.-.RS-.RE-.TP-.B \f[C]description\f[]-A string value.-.RS-.RE-.TP-.B \f[C]type\f[]-A string value.-.RS-.RE-.TP-.B \f[C]format\f[]-A string value.-.RS-.RE-.TP-.B \f[C]relation\f[]-A string value.-.RS-.RE-.TP-.B \f[C]coverage\f[]-A string value.-.RS-.RE-.TP-.B \f[C]rights\f[]-A string value.-.RS-.RE-.TP-.B \f[C]cover\-image\f[]-A string value (path to cover image).-.RS-.RE-.TP-.B \f[C]stylesheet\f[]-A string value (path to CSS stylesheet).-.RS-.RE-.TP-.B \f[C]page\-progression\-direction\f[]-Either \f[C]ltr\f[] or \f[C]rtl\f[].-Specifies the \f[C]page\-progression\-direction\f[] spine attribute.-.RS-.RE-.SH LITERATE HASKELL SUPPORT-.PP-If you append \f[C]+lhs\f[] (or \f[C]+literate_haskell\f[]) to an-appropriate input or output format (\f[C]markdown\f[],-\f[C]markdown_strict\f[], \f[C]rst\f[], or \f[C]latex\f[] for input or-output; \f[C]beamer\f[], \f[C]html\f[] or \f[C]html5\f[] for output-only), pandoc will treat the document as literate Haskell source.-This means that-.IP \[bu] 2-In markdown input, "bird track" sections will be parsed as Haskell code-rather than block quotations.-Text between \f[C]\\begin{code}\f[] and \f[C]\\end{code}\f[] will also-be treated as Haskell code.-.IP \[bu] 2-In markdown output, code blocks with classes \f[C]haskell\f[] and-\f[C]literate\f[] will be rendered using bird tracks, and block-quotations will be indented one space, so they will not be treated as-Haskell code.-In addition, headers will be rendered setext\-style (with underlines)-rather than atx\-style (with \[aq]#\[aq] characters).-(This is because ghc treats \[aq]#\[aq] characters in column 1 as-introducing line numbers.)-.IP \[bu] 2-In restructured text input, "bird track" sections will be parsed as-Haskell code.-.IP \[bu] 2-In restructured text output, code blocks with class \f[C]haskell\f[]-will be rendered using bird tracks.-.IP \[bu] 2-In LaTeX input, text in \f[C]code\f[] environments will be parsed as-Haskell code.-.IP \[bu] 2-In LaTeX output, code blocks with class \f[C]haskell\f[] will be-rendered inside \f[C]code\f[] environments.-.IP \[bu] 2-In HTML output, code blocks with class \f[C]haskell\f[] will be rendered-with class \f[C]literatehaskell\f[] and bird tracks.-.PP-Examples:-.IP-.nf-\f[C]-pandoc\ \-f\ markdown+lhs\ \-t\ html-\f[]-.fi-.PP-reads literate Haskell source formatted with markdown conventions and-writes ordinary HTML (without bird tracks).-.IP-.nf-\f[C]-pandoc\ \-f\ markdown+lhs\ \-t\ html+lhs-\f[]-.fi-.PP-writes HTML with the Haskell code in bird tracks, so it can be copied-and pasted as literate Haskell source.-.SH SYNTAX HIGHLIGHTING-.PP-Pandoc will automatically highlight syntax in fenced code blocks that-are marked with a language name.-(See [Extension: \f[C]inline_code_attributes\f[]] and [Extension:-\f[C]fenced_code_attributes\f[]], above.) The Haskell library-highlighting\-kate is used for highlighting, which works in HTML, Docx,-and LaTeX/PDF output.-The color scheme can be selected using the \f[C]\-\-highlight\-style\f[]-option.-The default color scheme is \f[C]pygments\f[], which imitates the-default color scheme used by the Python library pygments, but pygments-is not actually used to do the highlighting.-.PP-To see a list of language names that pandoc will recognize, type-\f[C]pandoc\ \-\-version\f[].-.PP-To disable highlighting, use the \f[C]\-\-no\-highlight\f[] option.-.SH CUSTOM WRITERS-.PP-Pandoc can be extended with custom writers written in lua.-(Pandoc includes a lua interpreter, so lua need not be installed-separately.)-.PP-To use a custom writer, simply specify the path to the lua script in-place of the output format.-For example:-.IP-.nf-\f[C]-pandoc\ \-t\ data/sample.lua-\f[]-.fi-.PP-Creating a custom writer requires writing a lua function for each-possible element in a pandoc document.-To get a documented example which you can modify according to your-needs, do-.IP-.nf-\f[C]-pandoc\ \-\-print\-default\-data\-file\ sample.lua-\f[]-.fi-.SH AUTHORS-.PP-© 2006\-2015 John MacFarlane (jgm\@berkeley.edu).-Released under the GPL, version 2 or greater.-This software carries no warranty of any kind.-(See COPYRIGHT for full copyright and warranty notices.)-.PP-Contributors include Aaron Wolen, Albert Krewinkel, Alexander-Kondratskiy, Alexander Sulfrian, Alexander V Vershilov, Alfred-Wechselberger, Andreas Lööw, Antoine Latter, Arlo O\[aq]Keeffe, Artyom-Kazak, Ben Gamari, Beni Cherniavsky\-Paskin, Bjorn Buckwalter, Bradley-Kuhn, Brent Yorgey, Bryan O\[aq]Sullivan, B.-Scott Michel, Caleb McDaniel, Calvin Beck, Christoffer Ackelman,-Christoffer Sawicki, Clare Macrae, Clint Adams, Conal Elliott, Craig S.-Bosma, Daniel Bergey, Daniel T.-Staal, David Lazar, David Röthlisberger, Denis Laxalde, Douglas Calvert,-Douglas F.-Calvert, Eric Kow, Eric Seidel, Florian Eitel, François Gannaz, Freiric-Barral, Fyodor Sheremetyev, Gabor Pali, Gavin Beatty, Greg Maslov,-Grégory Bataille, Greg Rundlett, gwern, Gwern Branwen, Hans\-Peter-Deifel, Henry de Valence, Ilya V.-Portnov, infinity0x, Jaime Marquínez Ferrándiz, James Aspnes, Jamie F.-Olson, Jason Ronallo, Jeff Arnold, Jeff Runningen, Jens Petersen, Jérémy-Bobbio, Jesse Rosenthal, J.-Lewis Muir, Joe Hillenbrand, John MacFarlane, Jonas Smedegaard, Jonathan-Daugherty, Josef Svenningsson, Jose Luis Duran, Julien Cretel, Justin-Bogner, Kelsey Hightower, Konstantin Zudov, Luke Plant, Mark Szepieniec,-Mark Wright, Masayoshi Takahashi, Matej Kollar, Mathias Schenner,-Matthew Pickering, Matthias C.-M.-Troffaes, Max Bolingbroke, Max Rydahl Andersen, mb21, Merijn-Verstraaten, Michael Snoyman, Michael Thompson, MinRK, Nathan Gass, Neil-Mayhew, Nick Bart, Nicolas Kaiser, Nikolay Yakimov, Paulo Tanimoto, Paul-Rivier, Peter Wang, Philippe Ombredanne, Phillip Alday, Puneeth-Chaganti, qerub, Ralf Stephan, Recai Oktaş, rodja.trappe, RyanGlScott,-Scott Morrison, Sergei Trofimovich, Sergey Astanin, Shahbaz Youssefi,-Shaun Attfield, shreevatsa.public, Simon Hengel, Sumit Sahrawat,-takahashim, thsutton, Tim Lin, Timothy Humphries, Todd Sifleet, Tom-Leese, Uli Köhler, Václav Zeman, Viktor Kronvall, Vincent, and Wikiwide.-.SH PANDOC'S MARKDOWN-For a complete description of pandoc's extensions to standard markdown,-see \f[C]pandoc_markdown\f[] (5).-.SH SEE ALSO-.PP-\f[C]pandoc_markdown\f[] (5).-.PP-The Pandoc source code and all documentation may be downloaded-from <http://johnmacfarlane.net/pandoc/>.
− man/man5/pandoc_markdown.5
@@ -1,2502 +0,0 @@-.\"t-.TH PANDOC_MARKDOWN 5 "May 27, 2015" "1.14"-.SH NAME-pandoc_markdown - markdown syntax for pandoc(1)-.SH DESCRIPTION-.PP-Pandoc understands an extended and slightly revised version of John-Gruber\[aq]s markdown syntax.-This document explains the syntax, noting differences from standard-markdown.-Except where noted, these differences can be suppressed by using the-\f[C]markdown_strict\f[] format instead of \f[C]markdown\f[].-An extensions can be enabled by adding \f[C]+EXTENSION\f[] to the format-name and disabled by adding \f[C]\-EXTENSION\f[].-For example, \f[C]markdown_strict+footnotes\f[] is strict markdown with-footnotes enabled, while \f[C]markdown\-footnotes\-pipe_tables\f[] is-pandoc\[aq]s markdown without footnotes or pipe tables.-.SH PHILOSOPHY-.PP-Markdown is designed to be easy to write, and, even more importantly,-easy to read:-.RS-.PP-A Markdown\-formatted document should be publishable as\-is, as plain-text, without looking like it\[aq]s been marked up with tags or-formatting instructions.-\-\- John Gruber-.RE-.PP-This principle has guided pandoc\[aq]s decisions in finding syntax for-tables, footnotes, and other extensions.-.PP-There is, however, one respect in which pandoc\[aq]s aims are different-from the original aims of markdown.-Whereas markdown was originally designed with HTML generation in mind,-pandoc is designed for multiple output formats.-Thus, while pandoc allows the embedding of raw HTML, it discourages it,-and provides other, non\-HTMLish ways of representing important document-elements like definition lists, tables, mathematics, and footnotes.-.SH PARAGRAPHS-.PP-A paragraph is one or more lines of text followed by one or more blank-lines.-Newlines are treated as spaces, so you can reflow your paragraphs as you-like.-If you need a hard line break, put two or more spaces at the end of a-line.-.SS Extension: \f[C]escaped_line_breaks\f[]-.PP-A backslash followed by a newline is also a hard line break.-Note: in multiline and grid table cells, this is the only way to create-a hard line break, since trailing spaces in the cells are ignored.-.SH HEADERS-.PP-There are two kinds of headers, Setext and atx.-.SS Setext\-style headers-.PP-A setext\-style header is a line of text "underlined" with a row of-\f[C]=\f[] signs (for a level one header) or \f[C]\-\f[] signs (for a-level two header):-.IP-.nf-\f[C]-A\ level\-one\ header-==================--A\ level\-two\ header-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\f[]-.fi-.PP-The header text can contain inline formatting, such as emphasis (see-Inline formatting, below).-.SS Atx\-style headers-.PP-An Atx\-style header consists of one to six \f[C]#\f[] signs and a line-of text, optionally followed by any number of \f[C]#\f[] signs.-The number of \f[C]#\f[] signs at the beginning of the line is the-header level:-.IP-.nf-\f[C]-##\ A\ level\-two\ header--###\ A\ level\-three\ header\ ###-\f[]-.fi-.PP-As with setext\-style headers, the header text can contain formatting:-.IP-.nf-\f[C]-#\ A\ level\-one\ header\ with\ a\ [link](/url)\ and\ *emphasis*-\f[]-.fi-.SS Extension: \f[C]blank_before_header\f[]-.PP-Standard markdown syntax does not require a blank line before a header.-Pandoc does require this (except, of course, at the beginning of the-document).-The reason for the requirement is that it is all too easy for a-\f[C]#\f[] to end up at the beginning of a line by accident (perhaps-through line wrapping).-Consider, for example:-.IP-.nf-\f[C]-I\ like\ several\ of\ their\ flavors\ of\ ice\ cream:-#22,\ for\ example,\ and\ #5.-\f[]-.fi-.SS Header identifiers in HTML, LaTeX, and ConTeXt-.SS Extension: \f[C]header_attributes\f[]-.PP-Headers can be assigned attributes using this syntax at the end of the-line containing the header text:-.IP-.nf-\f[C]-{#identifier\ .class\ .class\ key=value\ key=value}-\f[]-.fi-.PP-Thus, for example, the following headers will all be assigned the-identifier \f[C]foo\f[]:-.IP-.nf-\f[C]-#\ My\ header\ {#foo}--##\ My\ header\ ##\ \ \ \ {#foo}--My\ other\ header\ \ \ {#foo}-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\f[]-.fi-.PP-(This syntax is compatible with PHP Markdown Extra.)-.PP-Note that although this syntax allows assignment of classes and-key/value attributes, writers generally don\[aq]t use all of this-information.-Identifiers, classes, and key/value attributes are used in HTML and-HTML\-based formats such as EPUB and slidy.-Identifiers are used for labels and link anchors in the LaTeX, ConTeXt,-Textile, and AsciiDoc writers.-.PP-Headers with the class \f[C]unnumbered\f[] will not be numbered, even if-\f[C]\-\-number\-sections\f[] is specified.-A single hyphen (\f[C]\-\f[]) in an attribute context is equivalent to-\f[C]\&.unnumbered\f[], and preferable in non\-English documents.-So,-.IP-.nf-\f[C]-#\ My\ header\ {\-}-\f[]-.fi-.PP-is just the same as-.IP-.nf-\f[C]-#\ My\ header\ {.unnumbered}-\f[]-.fi-.SS Extension: \f[C]auto_identifiers\f[]-.PP-A header without an explicitly specified identifier will be-automatically assigned a unique identifier based on the header text.-To derive the identifier from the header text,-.IP \[bu] 2-Remove all formatting, links, etc.-.IP \[bu] 2-Remove all footnotes.-.IP \[bu] 2-Remove all punctuation, except underscores, hyphens, and periods.-.IP \[bu] 2-Replace all spaces and newlines with hyphens.-.IP \[bu] 2-Convert all alphabetic characters to lowercase.-.IP \[bu] 2-Remove everything up to the first letter (identifiers may not begin with-a number or punctuation mark).-.IP \[bu] 2-If nothing is left after this, use the identifier \f[C]section\f[].-.PP-Thus, for example,-.PP-.TS-tab(@);-l l.-T{-Header-T}@T{-Identifier-T}-_-T{-Header identifiers in HTML-T}@T{-\f[C]header\-identifiers\-in\-html\f[]-T}-T{-\f[I]Dogs\f[]?\-\-in \f[I]my\f[] house?-T}@T{-\f[C]dogs\-\-in\-my\-house\f[]-T}-T{-HTML, S5, or RTF?-T}@T{-\f[C]html\-s5\-or\-rtf\f[]-T}-T{-3.-Applications-T}@T{-\f[C]applications\f[]-T}-T{-33-T}@T{-\f[C]section\f[]-T}-.TE-.PP-These rules should, in most cases, allow one to determine the identifier-from the header text.-The exception is when several headers have the same text; in this case,-the first will get an identifier as described above; the second will get-the same identifier with \f[C]\-1\f[] appended; the third with-\f[C]\-2\f[]; and so on.-.PP-These identifiers are used to provide link targets in the table of-contents generated by the \f[C]\-\-toc|\-\-table\-of\-contents\f[]-option.-They also make it easy to provide links from one section of a document-to another.-A link to this section, for example, might look like this:-.IP-.nf-\f[C]-See\ the\ section\ on-[header\ identifiers](#header\-identifiers\-in\-html\-latex\-and\-context).-\f[]-.fi-.PP-Note, however, that this method of providing links to sections works-only in HTML, LaTeX, and ConTeXt formats.-.PP-If the \f[C]\-\-section\-divs\f[] option is specified, then each section-will be wrapped in a \f[C]div\f[] (or a \f[C]section\f[], if-\f[C]\-\-html5\f[] was specified), and the identifier will be attached-to the enclosing \f[C]<div>\f[] (or \f[C]<section>\f[]) tag rather than-the header itself.-This allows entire sections to be manipulated using javascript or-treated differently in CSS.-.SS Extension: \f[C]implicit_header_references\f[]-.PP-Pandoc behaves as if reference links have been defined for each header.-So, instead of-.IP-.nf-\f[C]-[header\ identifiers](#header\-identifiers\-in\-html)-\f[]-.fi-.PP-you can simply write-.IP-.nf-\f[C]-[header\ identifiers]-\f[]-.fi-.PP-or-.IP-.nf-\f[C]-[header\ identifiers][]-\f[]-.fi-.PP-or-.IP-.nf-\f[C]-[the\ section\ on\ header\ identifiers][header\ identifiers]-\f[]-.fi-.PP-If there are multiple headers with identical text, the corresponding-reference will link to the first one only, and you will need to use-explicit links to link to the others, as described above.-.PP-Like regular reference links, these references are case\-insensitive.-.PP-Explicit link reference definitions always take priority over implicit-header references.-So, in the following example, the link will point to \f[C]bar\f[], not-to \f[C]#foo\f[]:-.IP-.nf-\f[C]-#\ Foo--[foo]:\ bar--See\ [foo]-\f[]-.fi-.SH BLOCK QUOTATIONS-.PP-Markdown uses email conventions for quoting blocks of text.-A block quotation is one or more paragraphs or other block elements-(such as lists or headers), with each line preceded by a \f[C]>\f[]-character and a space.-(The \f[C]>\f[] need not start at the left margin, but it should not be-indented more than three spaces.)-.IP-.nf-\f[C]->\ This\ is\ a\ block\ quote.\ This->\ paragraph\ has\ two\ lines.->->\ 1.\ This\ is\ a\ list\ inside\ a\ block\ quote.->\ 2.\ Second\ item.-\f[]-.fi-.PP-A "lazy" form, which requires the \f[C]>\f[] character only on the first-line of each block, is also allowed:-.IP-.nf-\f[C]->\ This\ is\ a\ block\ quote.\ This-paragraph\ has\ two\ lines.-->\ 1.\ This\ is\ a\ list\ inside\ a\ block\ quote.-2.\ Second\ item.-\f[]-.fi-.PP-Among the block elements that can be contained in a block quote are-other block quotes.-That is, block quotes can be nested:-.IP-.nf-\f[C]->\ This\ is\ a\ block\ quote.->->\ >\ A\ block\ quote\ within\ a\ block\ quote.-\f[]-.fi-.SS Extension: \f[C]blank_before_blockquote\f[]-.PP-Standard markdown syntax does not require a blank line before a block-quote.-Pandoc does require this (except, of course, at the beginning of the-document).-The reason for the requirement is that it is all too easy for a-\f[C]>\f[] to end up at the beginning of a line by accident (perhaps-through line wrapping).-So, unless the \f[C]markdown_strict\f[] format is used, the following-does not produce a nested block quote in pandoc:-.IP-.nf-\f[C]->\ This\ is\ a\ block\ quote.->>\ Nested.-\f[]-.fi-.SH VERBATIM (CODE) BLOCKS-.SS Indented code blocks-.PP-A block of text indented four spaces (or one tab) is treated as verbatim-text: that is, special characters do not trigger special formatting, and-all spaces and line breaks are preserved.-For example,-.IP-.nf-\f[C]-\ \ \ \ if\ (a\ >\ 3)\ {-\ \ \ \ \ \ moveShip(5\ *\ gravity,\ DOWN);-\ \ \ \ }-\f[]-.fi-.PP-The initial (four space or one tab) indentation is not considered part-of the verbatim text, and is removed in the output.-.PP-Note: blank lines in the verbatim text need not begin with four spaces.-.SS Fenced code blocks-.SS Extension: \f[C]fenced_code_blocks\f[]-.PP-In addition to standard indented code blocks, Pandoc supports-\f[I]fenced\f[] code blocks.-These begin with a row of three or more tildes (\f[C]~\f[]) and end with-a row of tildes that must be at least as long as the starting row.-Everything between these lines is treated as code.-No indentation is necessary:-.IP-.nf-\f[C]-~~~~~~~-if\ (a\ >\ 3)\ {-\ \ moveShip(5\ *\ gravity,\ DOWN);-}-~~~~~~~-\f[]-.fi-.PP-Like regular code blocks, fenced code blocks must be separated from-surrounding text by blank lines.-.PP-If the code itself contains a row of tildes or backticks, just use a-longer row of tildes or backticks at the start and end:-.IP-.nf-\f[C]-~~~~~~~~~~~~~~~~-~~~~~~~~~~-code\ including\ tildes-~~~~~~~~~~-~~~~~~~~~~~~~~~~-\f[]-.fi-.SS Extension: \f[C]backtick_code_blocks\f[]-.PP-Same as \f[C]fenced_code_blocks\f[], but uses backticks (\f[C]`\f[])-instead of tildes (\f[C]~\f[]).-.SS Extension: \f[C]fenced_code_attributes\f[]-.PP-Optionally, you may attach attributes to fenced or backtick code block-using this syntax:-.IP-.nf-\f[C]-~~~~\ {#mycode\ .haskell\ .numberLines\ startFrom="100"}-qsort\ []\ \ \ \ \ =\ []-qsort\ (x:xs)\ =\ qsort\ (filter\ (<\ x)\ xs)\ ++\ [x]\ ++-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ qsort\ (filter\ (>=\ x)\ xs)-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-\f[]-.fi-.PP-Here \f[C]mycode\f[] is an identifier, \f[C]haskell\f[] and-\f[C]numberLines\f[] are classes, and \f[C]startFrom\f[] is an attribute-with value \f[C]100\f[].-Some output formats can use this information to do syntax highlighting.-Currently, the only output formats that uses this information are HTML-and LaTeX.-If highlighting is supported for your output format and language, then-the code block above will appear highlighted, with numbered lines.-(To see which languages are supported, do \f[C]pandoc\ \-\-version\f[].)-Otherwise, the code block above will appear as follows:-.IP-.nf-\f[C]-<pre\ id="mycode"\ class="haskell\ numberLines"\ startFrom="100">-\ \ <code>-\ \ ...-\ \ </code>-</pre>-\f[]-.fi-.PP-A shortcut form can also be used for specifying the language of the code-block:-.IP-.nf-\f[C]-```haskell-qsort\ []\ =\ []-```-\f[]-.fi-.PP-This is equivalent to:-.IP-.nf-\f[C]-```\ {.haskell}-qsort\ []\ =\ []-```-\f[]-.fi-.PP-If the \f[C]fenced_code_attributes\f[] extension is disabled, but input-contains class attribute(s) for the codeblock, the first class attribute-will be printed after the opening fence as a bare word.-.PP-To prevent all highlighting, use the \f[C]\-\-no\-highlight\f[] flag.-To set the highlighting style, use \f[C]\-\-highlight\-style\f[].-For more information on highlighting, see Syntax highlighting, below.-.SH LINE BLOCKS-.SS Extension: \f[C]line_blocks\f[]-.PP-A line block is a sequence of lines beginning with a vertical bar-(\f[C]|\f[]) followed by a space.-The division into lines will be preserved in the output, as will any-leading spaces; otherwise, the lines will be formatted as markdown.-This is useful for verse and addresses:-.IP-.nf-\f[C]-|\ The\ limerick\ packs\ laughs\ anatomical-|\ In\ space\ that\ is\ quite\ economical.-|\ \ \ \ But\ the\ good\ ones\ I\[aq]ve\ seen-|\ \ \ \ So\ seldom\ are\ clean-|\ And\ the\ clean\ ones\ so\ seldom\ are\ comical--|\ 200\ Main\ St.-|\ Berkeley,\ CA\ 94718-\f[]-.fi-.PP-The lines can be hard\-wrapped if needed, but the continuation line must-begin with a space.-.IP-.nf-\f[C]-|\ The\ Right\ Honorable\ Most\ Venerable\ and\ Righteous\ Samuel\ L.-\ \ Constable,\ Jr.-|\ 200\ Main\ St.-|\ Berkeley,\ CA\ 94718-\f[]-.fi-.PP-This syntax is borrowed from reStructuredText.-.SH LISTS-.SS Bullet lists-.PP-A bullet list is a list of bulleted list items.-A bulleted list item begins with a bullet (\f[C]*\f[], \f[C]+\f[], or-\f[C]\-\f[]).-Here is a simple example:-.IP-.nf-\f[C]-*\ one-*\ two-*\ three-\f[]-.fi-.PP-This will produce a "compact" list.-If you want a "loose" list, in which each item is formatted as a-paragraph, put spaces between the items:-.IP-.nf-\f[C]-*\ one--*\ two--*\ three-\f[]-.fi-.PP-The bullets need not be flush with the left margin; they may be indented-one, two, or three spaces.-The bullet must be followed by whitespace.-.PP-List items look best if subsequent lines are flush with the first line-(after the bullet):-.IP-.nf-\f[C]-*\ here\ is\ my\ first-\ \ list\ item.-*\ and\ my\ second.-\f[]-.fi-.PP-But markdown also allows a "lazy" format:-.IP-.nf-\f[C]-*\ here\ is\ my\ first-list\ item.-*\ and\ my\ second.-\f[]-.fi-.SS The four\-space rule-.PP-A list item may contain multiple paragraphs and other block\-level-content.-However, subsequent paragraphs must be preceded by a blank line and-indented four spaces or a tab.-The list will look better if the first paragraph is aligned with the-rest:-.IP-.nf-\f[C]-\ \ *\ First\ paragraph.--\ \ \ \ Continued.--\ \ *\ Second\ paragraph.\ With\ a\ code\ block,\ which\ must\ be\ indented-\ \ \ \ eight\ spaces:--\ \ \ \ \ \ \ \ {\ code\ }-\f[]-.fi-.PP-List items may include other lists.-In this case the preceding blank line is optional.-The nested list must be indented four spaces or one tab:-.IP-.nf-\f[C]-*\ fruits-\ \ \ \ +\ apples-\ \ \ \ \ \ \ \ \-\ macintosh-\ \ \ \ \ \ \ \ \-\ red\ delicious-\ \ \ \ +\ pears-\ \ \ \ +\ peaches-*\ vegetables-\ \ \ \ +\ broccoli-\ \ \ \ +\ chard-\f[]-.fi-.PP-As noted above, markdown allows you to write list items "lazily,"-instead of indenting continuation lines.-However, if there are multiple paragraphs or other blocks in a list-item, the first line of each must be indented.-.IP-.nf-\f[C]-+\ A\ lazy,\ lazy,\ list-item.--+\ Another\ one;\ this\ looks-bad\ but\ is\ legal.--\ \ \ \ Second\ paragraph\ of\ second-list\ item.-\f[]-.fi-.PP-\f[B]Note:\f[] Although the four\-space rule for continuation paragraphs-comes from the official markdown syntax guide, the reference-implementation, \f[C]Markdown.pl\f[], does not follow it.-So pandoc will give different results than \f[C]Markdown.pl\f[] when-authors have indented continuation paragraphs fewer than four spaces.-.PP-The markdown syntax guide is not explicit whether the four\-space rule-applies to \f[I]all\f[] block\-level content in a list item; it only-mentions paragraphs and code blocks.-But it implies that the rule applies to all block\-level content-(including nested lists), and pandoc interprets it that way.-.SS Ordered lists-.PP-Ordered lists work just like bulleted lists, except that the items begin-with enumerators rather than bullets.-.PP-In standard markdown, enumerators are decimal numbers followed by a-period and a space.-The numbers themselves are ignored, so there is no difference between-this list:-.IP-.nf-\f[C]-1.\ \ one-2.\ \ two-3.\ \ three-\f[]-.fi-.PP-and this one:-.IP-.nf-\f[C]-5.\ \ one-7.\ \ two-1.\ \ three-\f[]-.fi-.SS Extension: \f[C]fancy_lists\f[]-.PP-Unlike standard markdown, Pandoc allows ordered list items to be marked-with uppercase and lowercase letters and roman numerals, in addition to-arabic numerals.-List markers may be enclosed in parentheses or followed by a single-right\-parentheses or period.-They must be separated from the text that follows by at least one space,-and, if the list marker is a capital letter with a period, by at least-two spaces.[1]-.PP-The \f[C]fancy_lists\f[] extension also allows \[aq]\f[C]#\f[]\[aq] to-be used as an ordered list marker in place of a numeral:-.IP-.nf-\f[C]-#.\ one-#.\ two-\f[]-.fi-.SS Extension: \f[C]startnum\f[]-.PP-Pandoc also pays attention to the type of list marker used, and to the-starting number, and both of these are preserved where possible in the-output format.-Thus, the following yields a list with numbers followed by a single-parenthesis, starting with 9, and a sublist with lowercase roman-numerals:-.IP-.nf-\f[C]-\ 9)\ \ Ninth-10)\ \ Tenth-11)\ \ Eleventh-\ \ \ \ \ \ \ i.\ subone-\ \ \ \ \ \ ii.\ subtwo-\ \ \ \ \ iii.\ subthree-\f[]-.fi-.PP-Pandoc will start a new list each time a different type of list marker-is used.-So, the following will create three lists:-.IP-.nf-\f[C]-(2)\ Two-(5)\ Three-1.\ \ Four-*\ \ \ Five-\f[]-.fi-.PP-If default list markers are desired, use \f[C]#.\f[]:-.IP-.nf-\f[C]-#.\ \ one-#.\ \ two-#.\ \ three-\f[]-.fi-.SS Definition lists-.SS Extension: \f[C]definition_lists\f[]-.PP-Pandoc supports definition lists, using the syntax of PHP Markdown Extra-with some extensions.[2]-.IP-.nf-\f[C]-Term\ 1--:\ \ \ Definition\ 1--Term\ 2\ with\ *inline\ markup*--:\ \ \ Definition\ 2--\ \ \ \ \ \ \ \ {\ some\ code,\ part\ of\ Definition\ 2\ }--\ \ \ \ Third\ paragraph\ of\ definition\ 2.-\f[]-.fi-.PP-Each term must fit on one line, which may optionally be followed by a-blank line, and must be followed by one or more definitions.-A definition begins with a colon or tilde, which may be indented one or-two spaces.-.PP-A term may have multiple definitions, and each definition may consist of-one or more block elements (paragraph, code block, list, etc.), each-indented four spaces or one tab stop.-The body of the definition (including the first line, aside from the-colon or tilde) should be indented four spaces.-However, as with other markdown lists, you can "lazily" omit indentation-except at the beginning of a paragraph or other block element:-.IP-.nf-\f[C]-Term\ 1--:\ \ \ Definition-with\ lazy\ continuation.--\ \ \ \ Second\ paragraph\ of\ the\ definition.-\f[]-.fi-.PP-If you leave space before the definition (as in the example above), the-text of the definition will be treated as a paragraph.-In some output formats, this will mean greater spacing between-term/definition pairs.-For a more compact definition list, omit the space before the-definition:-.IP-.nf-\f[C]-Term\ 1-\ \ ~\ Definition\ 1--Term\ 2-\ \ ~\ Definition\ 2a-\ \ ~\ Definition\ 2b-\f[]-.fi-.PP-Note that space between items in a definition list is required.-(A variant that loosens this requirement, but disallows "lazy" hard-wrapping, can be activated with \f[C]compact_definition_lists\f[]: see-Non\-pandoc extensions, below.)-.SS Numbered example lists-.SS Extension: \f[C]example_lists\f[]-.PP-The special list marker \f[C]\@\f[] can be used for sequentially-numbered examples.-The first list item with a \f[C]\@\f[] marker will be numbered-\[aq]1\[aq], the next \[aq]2\[aq], and so on, throughout the document.-The numbered examples need not occur in a single list; each new list-using \f[C]\@\f[] will take up where the last stopped.-So, for example:-.IP-.nf-\f[C]-(\@)\ \ My\ first\ example\ will\ be\ numbered\ (1).-(\@)\ \ My\ second\ example\ will\ be\ numbered\ (2).--Explanation\ of\ examples.--(\@)\ \ My\ third\ example\ will\ be\ numbered\ (3).-\f[]-.fi-.PP-Numbered examples can be labeled and referred to elsewhere in the-document:-.IP-.nf-\f[C]-(\@good)\ \ This\ is\ a\ good\ example.--As\ (\@good)\ illustrates,\ ...-\f[]-.fi-.PP-The label can be any string of alphanumeric characters, underscores, or-hyphens.-.SS Compact and loose lists-.PP-Pandoc behaves differently from \f[C]Markdown.pl\f[] on some "edge-cases" involving lists.-Consider this source:-.IP-.nf-\f[C]-+\ \ \ First-+\ \ \ Second:-\ \-\ \ \ Fee-\ \-\ \ \ Fie-\ \-\ \ \ Foe--+\ \ \ Third-\f[]-.fi-.PP-Pandoc transforms this into a "compact list" (with no \f[C]<p>\f[] tags-around "First", "Second", or "Third"), while markdown puts \f[C]<p>\f[]-tags around "Second" and "Third" (but not "First"), because of the blank-space around "Third".-Pandoc follows a simple rule: if the text is followed by a blank line,-it is treated as a paragraph.-Since "Second" is followed by a list, and not a blank line, it isn\[aq]t-treated as a paragraph.-The fact that the list is followed by a blank line is irrelevant.-(Note: Pandoc works this way even when the \f[C]markdown_strict\f[]-format is specified.-This behavior is consistent with the official markdown syntax-description, even though it is different from that of-\f[C]Markdown.pl\f[].)-.SS Ending a list-.PP-What if you want to put an indented code block after a list?-.IP-.nf-\f[C]-\-\ \ \ item\ one-\-\ \ \ item\ two--\ \ \ \ {\ my\ code\ block\ }-\f[]-.fi-.PP-Trouble! Here pandoc (like other markdown implementations) will treat-\f[C]{\ my\ code\ block\ }\f[] as the second paragraph of item two, and-not as a code block.-.PP-To "cut off" the list after item two, you can insert some non\-indented-content, like an HTML comment, which won\[aq]t produce visible output in-any format:-.IP-.nf-\f[C]-\-\ \ \ item\ one-\-\ \ \ item\ two--<!\-\-\ end\ of\ list\ \-\->--\ \ \ \ {\ my\ code\ block\ }-\f[]-.fi-.PP-You can use the same trick if you want two consecutive lists instead of-one big list:-.IP-.nf-\f[C]-1.\ \ one-2.\ \ two-3.\ \ three--<!\-\-\ \-\->--1.\ \ uno-2.\ \ dos-3.\ \ tres-\f[]-.fi-.SH HORIZONTAL RULES-.PP-A line containing a row of three or more \f[C]*\f[], \f[C]\-\f[], or-\f[C]_\f[] characters (optionally separated by spaces) produces a-horizontal rule:-.IP-.nf-\f[C]-*\ \ *\ \ *\ \ *--\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\f[]-.fi-.SH TABLES-.PP-Four kinds of tables may be used.-The first three kinds presuppose the use of a fixed\-width font, such as-Courier.-The fourth kind can be used with proportionally spaced fonts, as it does-not require lining up columns.-.SS Extension: \f[C]table_captions\f[]-.PP-A caption may optionally be provided with all 4 kinds of tables (as-illustrated in the examples below).-A caption is a paragraph beginning with the string \f[C]Table:\f[] (or-just \f[C]:\f[]), which will be stripped off.-It may appear either before or after the table.-.SS Extension: \f[C]simple_tables\f[]-.PP-Simple tables look like this:-.IP-.nf-\f[C]-\ \ Right\ \ \ \ \ Left\ \ \ \ \ Center\ \ \ \ \ Default-\-\-\-\-\-\-\-\ \ \ \ \ \-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\ \ \ \-\-\-\-\-\-\--\ \ \ \ \ 12\ \ \ \ \ 12\ \ \ \ \ \ \ \ 12\ \ \ \ \ \ \ \ \ \ \ \ 12-\ \ \ \ 123\ \ \ \ \ 123\ \ \ \ \ \ \ 123\ \ \ \ \ \ \ \ \ \ 123-\ \ \ \ \ \ 1\ \ \ \ \ 1\ \ \ \ \ \ \ \ \ \ 1\ \ \ \ \ \ \ \ \ \ \ \ \ 1--Table:\ \ Demonstration\ of\ simple\ table\ syntax.-\f[]-.fi-.PP-The headers and table rows must each fit on one line.-Column alignments are determined by the position of the header text-relative to the dashed line below it:[3]-.IP \[bu] 2-If the dashed line is flush with the header text on the right side but-extends beyond it on the left, the column is right\-aligned.-.IP \[bu] 2-If the dashed line is flush with the header text on the left side but-extends beyond it on the right, the column is left\-aligned.-.IP \[bu] 2-If the dashed line extends beyond the header text on both sides, the-column is centered.-.IP \[bu] 2-If the dashed line is flush with the header text on both sides, the-default alignment is used (in most cases, this will be left).-.PP-The table must end with a blank line, or a line of dashes followed by a-blank line.-.PP-The column headers may be omitted, provided a dashed line is used to end-the table.-For example:-.IP-.nf-\f[C]-\-\-\-\-\-\-\-\ \ \ \ \ \-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\ \ \ \-\-\-\-\-\-\--\ \ \ \ \ 12\ \ \ \ \ 12\ \ \ \ \ \ \ \ 12\ \ \ \ \ \ \ \ \ \ \ \ \ 12-\ \ \ \ 123\ \ \ \ \ 123\ \ \ \ \ \ \ 123\ \ \ \ \ \ \ \ \ \ \ 123-\ \ \ \ \ \ 1\ \ \ \ \ 1\ \ \ \ \ \ \ \ \ \ 1\ \ \ \ \ \ \ \ \ \ \ \ \ \ 1-\-\-\-\-\-\-\-\ \ \ \ \ \-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\ \ \ \-\-\-\-\-\-\--\f[]-.fi-.PP-When headers are omitted, column alignments are determined on the basis-of the first line of the table body.-So, in the tables above, the columns would be right, left, center, and-right aligned, respectively.-.SS Extension: \f[C]multiline_tables\f[]-.PP-Multiline tables allow headers and table rows to span multiple lines of-text (but cells that span multiple columns or rows of the table are not-supported).-Here is an example:-.IP-.nf-\f[C]-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\ Centered\ \ \ Default\ \ \ \ \ \ \ \ \ \ \ Right\ Left-\ \ Header\ \ \ \ Aligned\ \ \ \ \ \ \ \ \ Aligned\ Aligned-\-\-\-\-\-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\ \ \ First\ \ \ \ row\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 12.0\ Example\ of\ a\ row\ that-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ spans\ multiple\ lines.--\ \ Second\ \ \ \ row\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5.0\ Here\[aq]s\ another\ one.\ Note-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ the\ blank\ line\ between-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ rows.-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\---Table:\ Here\[aq]s\ the\ caption.\ It,\ too,\ may\ span-multiple\ lines.-\f[]-.fi-.PP-These work like simple tables, but with the following differences:-.IP \[bu] 2-They must begin with a row of dashes, before the header text (unless the-headers are omitted).-.IP \[bu] 2-They must end with a row of dashes, then a blank line.-.IP \[bu] 2-The rows must be separated by blank lines.-.PP-In multiline tables, the table parser pays attention to the widths of-the columns, and the writers try to reproduce these relative widths in-the output.-So, if you find that one of the columns is too narrow in the output, try-widening it in the markdown source.-.PP-Headers may be omitted in multiline tables as well as simple tables:-.IP-.nf-\f[C]-\-\-\-\-\-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\ \ \ First\ \ \ \ row\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 12.0\ Example\ of\ a\ row\ that-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ spans\ multiple\ lines.--\ \ Second\ \ \ \ row\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 5.0\ Here\[aq]s\ another\ one.\ Note-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ the\ blank\ line\ between-\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ rows.-\-\-\-\-\-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\ \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\---:\ Here\[aq]s\ a\ multiline\ table\ without\ headers.-\f[]-.fi-.PP-It is possible for a multiline table to have just one row, but the row-should be followed by a blank line (and then the row of dashes that ends-the table), or the table may be interpreted as a simple table.-.SS Extension: \f[C]grid_tables\f[]-.PP-Grid tables look like this:-.IP-.nf-\f[C]-:\ Sample\ grid\ table.--+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+-|\ Fruit\ \ \ \ \ \ \ \ \ |\ Price\ \ \ \ \ \ \ \ \ |\ Advantages\ \ \ \ \ \ \ \ \ |-+===============+===============+====================+-|\ Bananas\ \ \ \ \ \ \ |\ $1.34\ \ \ \ \ \ \ \ \ |\ \-\ built\-in\ wrapper\ |-|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |\ \-\ bright\ color\ \ \ \ \ |-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+-|\ Oranges\ \ \ \ \ \ \ |\ $2.10\ \ \ \ \ \ \ \ \ |\ \-\ cures\ scurvy\ \ \ \ \ |-|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |\ \-\ tasty\ \ \ \ \ \ \ \ \ \ \ \ |-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+-\f[]-.fi-.PP-The row of \f[C]=\f[]s separates the header from the table body, and can-be omitted for a headerless table.-The cells of grid tables may contain arbitrary block elements (multiple-paragraphs, code blocks, lists, etc.).-Alignments are not supported, nor are cells that span multiple columns-or rows.-Grid tables can be created easily using Emacs table mode.-.SS Extension: \f[C]pipe_tables\f[]-.PP-Pipe tables look like this:-.IP-.nf-\f[C]-|\ Right\ |\ Left\ |\ Default\ |\ Center\ |-|\-\-\-\-\-\-:|:\-\-\-\-\-|\-\-\-\-\-\-\-\-\-|:\-\-\-\-\-\-:|-|\ \ \ 12\ \ |\ \ 12\ \ |\ \ \ \ 12\ \ \ |\ \ \ \ 12\ \ |-|\ \ 123\ \ |\ \ 123\ |\ \ \ 123\ \ \ |\ \ \ 123\ \ |-|\ \ \ \ 1\ \ |\ \ \ \ 1\ |\ \ \ \ \ 1\ \ \ |\ \ \ \ \ 1\ \ |--\ \ :\ Demonstration\ of\ pipe\ table\ syntax.-\f[]-.fi-.PP-The syntax is the same as in PHP markdown extra.-The beginning and ending pipe characters are optional, but pipes are-required between all columns.-The colons indicate column alignment as shown.-The header cannot be omitted.-To simulate a headerless table, include a header with blank cells.-.PP-Since the pipes indicate column boundaries, columns need not be-vertically aligned, as they are in the above example.-So, this is a perfectly legal (though ugly) pipe table:-.IP-.nf-\f[C]-fruit|\ price-\-\-\-\-\-|\-\-\-\-\-:-apple|2.05-pear|1.37-orange|3.09-\f[]-.fi-.PP-The cells of pipe tables cannot contain block elements like paragraphs-and lists, and cannot span multiple lines.-Note also that in LaTeX/PDF output, the cells produced by pipe tables-will not wrap, since there is no information available about relative-widths.-If you want content to wrap within cells, use multiline or grid tables.-.PP-Note: Pandoc also recognizes pipe tables of the following form, as can-be produced by Emacs\[aq] orgtbl\-mode:-.IP-.nf-\f[C]-|\ One\ |\ Two\ \ \ |-|\-\-\-\-\-+\-\-\-\-\-\-\-|-|\ my\ \ |\ table\ |-|\ is\ \ |\ nice\ \ |-\f[]-.fi-.PP-The difference is that \f[C]+\f[] is used instead of \f[C]|\f[].-Other orgtbl features are not supported.-In particular, to get non\-default column alignment, you\[aq]ll need to-add colons as above.-.SH METADATA BLOCKS-.SS Extension: \f[C]pandoc_title_block\f[]-.PP-If the file begins with a title block-.IP-.nf-\f[C]-%\ title-%\ author(s)\ (separated\ by\ semicolons)-%\ date-\f[]-.fi-.PP-it will be parsed as bibliographic information, not regular text.-(It will be used, for example, in the title of standalone LaTeX or HTML-output.) The block may contain just a title, a title and an author, or-all three elements.-If you want to include an author but no title, or a title and a date but-no author, you need a blank line:-.IP-.nf-\f[C]-%-%\ Author--%\ My\ title-%-%\ June\ 15,\ 2006-\f[]-.fi-.PP-The title may occupy multiple lines, but continuation lines must begin-with leading space, thus:-.IP-.nf-\f[C]-%\ My\ title-\ \ on\ multiple\ lines-\f[]-.fi-.PP-If a document has multiple authors, the authors may be put on separate-lines with leading space, or separated by semicolons, or both.-So, all of the following are equivalent:-.IP-.nf-\f[C]-%\ Author\ One-\ \ Author\ Two--%\ Author\ One;\ Author\ Two--%\ Author\ One;-\ \ Author\ Two-\f[]-.fi-.PP-The date must fit on one line.-.PP-All three metadata fields may contain standard inline formatting-(italics, links, footnotes, etc.).-.PP-Title blocks will always be parsed, but they will affect the output only-when the \f[C]\-\-standalone\f[] (\f[C]\-s\f[]) option is chosen.-In HTML output, titles will appear twice: once in the document head \-\--this is the title that will appear at the top of the window in a browser-\-\- and once at the beginning of the document body.-The title in the document head can have an optional prefix attached-(\f[C]\-\-title\-prefix\f[] or \f[C]\-T\f[] option).-The title in the body appears as an H1 element with class "title", so it-can be suppressed or reformatted with CSS.-If a title prefix is specified with \f[C]\-T\f[] and no title block-appears in the document, the title prefix will be used by itself as the-HTML title.-.PP-The man page writer extracts a title, man page section number, and other-header and footer information from the title line.-The title is assumed to be the first word on the title line, which may-optionally end with a (single\-digit) section number in parentheses.-(There should be no space between the title and the parentheses.)-Anything after this is assumed to be additional footer and header text.-A single pipe character (\f[C]|\f[]) should be used to separate the-footer text from the header text.-Thus,-.IP-.nf-\f[C]-%\ PANDOC(1)-\f[]-.fi-.PP-will yield a man page with the title \f[C]PANDOC\f[] and section 1.-.IP-.nf-\f[C]-%\ PANDOC(1)\ Pandoc\ User\ Manuals-\f[]-.fi-.PP-will also have "Pandoc User Manuals" in the footer.-.IP-.nf-\f[C]-%\ PANDOC(1)\ Pandoc\ User\ Manuals\ |\ Version\ 4.0-\f[]-.fi-.PP-will also have "Version 4.0" in the header.-.SS Extension: \f[C]yaml_metadata_block\f[]-.PP-A YAML metadata block is a valid YAML object, delimited by a line of-three hyphens (\f[C]\-\-\-\f[]) at the top and a line of three hyphens-(\f[C]\-\-\-\f[]) or three dots (\f[C]\&...\f[]) at the bottom.-A YAML metadata block may occur anywhere in the document, but if it is-not at the beginning, it must be preceded by a blank line.-(Note that, because of the way pandoc concatenates input files when-several are provided, you may also keep the metadata in a separate YAML-file and pass it to pandoc as an argument, along with your markdown-files:-.IP-.nf-\f[C]-pandoc\ chap1.md\ chap2.md\ chap3.md\ metadata.yaml\ \-s\ \-o\ book.html-\f[]-.fi-.PP-Just be sure that the YAML file begins with \f[C]\-\-\-\f[] and ends-with \f[C]\-\-\-\f[] or \f[C]\&...\f[].)-.PP-Metadata will be taken from the fields of the YAML object and added to-any existing document metadata.-Metadata can contain lists and objects (nested arbitrarily), but all-string scalars will be interpreted as markdown.-Fields with names ending in an underscore will be ignored by pandoc.-(They may be given a role by external processors.)-.PP-A document may contain multiple metadata blocks.-The metadata fields will be combined through a \f[I]left\-biased-union\f[]: if two metadata blocks attempt to set the same field, the-value from the first block will be taken.-.PP-When pandoc is used with \f[C]\-t\ markdown\f[] to create a markdown-document, a YAML metadata block will be produced only if the-\f[C]\-s/\-\-standalone\f[] option is used.-All of the metadata will appear in a single block at the beginning of-the document.-.PP-Note that YAML escaping rules must be followed.-Thus, for example, if a title contains a colon, it must be quoted.-The pipe character (\f[C]|\f[]) can be used to begin an indented block-that will be interpreted literally, without need for escaping.-This form is necessary when the field contains blank lines:-.IP-.nf-\f[C]-\-\-\--title:\ \ \[aq]This\ is\ the\ title:\ it\ contains\ a\ colon\[aq]-author:-\-\ name:\ Author\ One-\ \ affiliation:\ University\ of\ Somewhere-\-\ name:\ Author\ Two-\ \ affiliation:\ University\ of\ Nowhere-tags:\ [nothing,\ nothingness]-abstract:\ |-\ \ This\ is\ the\ abstract.--\ \ It\ consists\ of\ two\ paragraphs.-\&...-\f[]-.fi-.PP-Template variables will be set automatically from the metadata.-Thus, for example, in writing HTML, the variable \f[C]abstract\f[] will-be set to the HTML equivalent of the markdown in the \f[C]abstract\f[]-field:-.IP-.nf-\f[C]-<p>This\ is\ the\ abstract.</p>-<p>It\ consists\ of\ two\ paragraphs.</p>-\f[]-.fi-.PP-Note: The \f[C]author\f[] variable in the default templates expects a-simple list or string.-To use the structured authors in the example, you would need a custom-template.-For example:-.IP-.nf-\f[C]-$for(author)$-$if(author.name)$-$author.name$$if(author.affiliation)$\ ($author.affiliation$)$endif$-$else$-$author$-$endif$-$endfor$-\f[]-.fi-.SH BACKSLASH ESCAPES-.SS Extension: \f[C]all_symbols_escapable\f[]-.PP-Except inside a code block or inline code, any punctuation or space-character preceded by a backslash will be treated literally, even if it-would normally indicate formatting.-Thus, for example, if one writes-.IP-.nf-\f[C]-*\\*hello\\**-\f[]-.fi-.PP-one will get-.IP-.nf-\f[C]-<em>*hello*</em>-\f[]-.fi-.PP-instead of-.IP-.nf-\f[C]-<strong>hello</strong>-\f[]-.fi-.PP-This rule is easier to remember than standard markdown\[aq]s rule, which-allows only the following characters to be backslash\-escaped:-.IP-.nf-\f[C]-\\`*_{}[]()>#+\-.!-\f[]-.fi-.PP-(However, if the \f[C]markdown_strict\f[] format is used, the standard-markdown rule will be used.)-.PP-A backslash\-escaped space is parsed as a nonbreaking space.-It will appear in TeX output as \f[C]~\f[] and in HTML and XML as-\f[C]\\ \f[] or \f[C]\\ \f[].-.PP-A backslash\-escaped newline (i.e.-a backslash occurring at the end of a line) is parsed as a hard line-break.-It will appear in TeX output as \f[C]\\\\\f[] and in HTML as-\f[C]<br\ />\f[].-This is a nice alternative to markdown\[aq]s "invisible" way of-indicating hard line breaks using two trailing spaces on a line.-.PP-Backslash escapes do not work in verbatim contexts.-.SH SMART PUNCTUATION-.SS Extension-.PP-If the \f[C]\-\-smart\f[] option is specified, pandoc will produce-typographically correct output, converting straight quotes to curly-quotes, \f[C]\-\-\-\f[] to em\-dashes, \f[C]\-\-\f[] to en\-dashes, and-\f[C]\&...\f[] to ellipses.-Nonbreaking spaces are inserted after certain abbreviations, such as-"Mr."-.PP-Note: if your LaTeX template uses the \f[C]csquotes\f[] package, pandoc-will detect automatically this and use \f[C]\\enquote{...}\f[] for-quoted text.-.SH INLINE FORMATTING-.SS Emphasis-.PP-To \f[I]emphasize\f[] some text, surround it with \f[C]*\f[]s or-\f[C]_\f[], like this:-.IP-.nf-\f[C]-This\ text\ is\ _emphasized\ with\ underscores_,\ and\ this-is\ *emphasized\ with\ asterisks*.-\f[]-.fi-.PP-Double \f[C]*\f[] or \f[C]_\f[] produces \f[B]strong emphasis\f[]:-.IP-.nf-\f[C]-This\ is\ **strong\ emphasis**\ and\ __with\ underscores__.-\f[]-.fi-.PP-A \f[C]*\f[] or \f[C]_\f[] character surrounded by spaces, or-backslash\-escaped, will not trigger emphasis:-.IP-.nf-\f[C]-This\ is\ *\ not\ emphasized\ *,\ and\ \\*neither\ is\ this\\*.-\f[]-.fi-.SS Extension: \f[C]intraword_underscores\f[]-.PP-Because \f[C]_\f[] is sometimes used inside words and identifiers,-pandoc does not interpret a \f[C]_\f[] surrounded by alphanumeric-characters as an emphasis marker.-If you want to emphasize just part of a word, use \f[C]*\f[]:-.IP-.nf-\f[C]-feas*ible*,\ not\ feas*able*.-\f[]-.fi-.SS Strikeout-.SS Extension: \f[C]strikeout\f[]-.PP-To strikeout a section of text with a horizontal line, begin and end it-with \f[C]~~\f[].-Thus, for example,-.IP-.nf-\f[C]-This\ ~~is\ deleted\ text.~~-\f[]-.fi-.SS Superscripts and subscripts-.SS Extension: \f[C]superscript\f[], \f[C]subscript\f[]-.PP-Superscripts may be written by surrounding the superscripted text by-\f[C]^\f[] characters; subscripts may be written by surrounding the-subscripted text by \f[C]~\f[] characters.-Thus, for example,-.IP-.nf-\f[C]-H~2~O\ is\ a\ liquid.\ \ 2^10^\ is\ 1024.-\f[]-.fi-.PP-If the superscripted or subscripted text contains spaces, these spaces-must be escaped with backslashes.-(This is to prevent accidental superscripting and subscripting through-the ordinary use of \f[C]~\f[] and \f[C]^\f[].) Thus, if you want the-letter P with \[aq]a cat\[aq] in subscripts, use \f[C]P~a\\\ cat~\f[],-not \f[C]P~a\ cat~\f[].-.SS Verbatim-.PP-To make a short span of text verbatim, put it inside backticks:-.IP-.nf-\f[C]-What\ is\ the\ difference\ between\ `>>=`\ and\ `>>`?-\f[]-.fi-.PP-If the verbatim text includes a backtick, use double backticks:-.IP-.nf-\f[C]-Here\ is\ a\ literal\ backtick\ ``\ `\ ``.-\f[]-.fi-.PP-(The spaces after the opening backticks and before the closing backticks-will be ignored.)-.PP-The general rule is that a verbatim span starts with a string of-consecutive backticks (optionally followed by a space) and ends with a-string of the same number of backticks (optionally preceded by a space).-.PP-Note that backslash\-escapes (and other markdown constructs) do not work-in verbatim contexts:-.IP-.nf-\f[C]-This\ is\ a\ backslash\ followed\ by\ an\ asterisk:\ `\\*`.-\f[]-.fi-.SS Extension: \f[C]inline_code_attributes\f[]-.PP-Attributes can be attached to verbatim text, just as with fenced code-blocks:-.IP-.nf-\f[C]-`<$>`{.haskell}-\f[]-.fi-.SS Small caps-.PP-To write small caps, you can use an HTML span tag:-.IP-.nf-\f[C]-<span\ style="font\-variant:small\-caps;">Small\ caps</span>-\f[]-.fi-.PP-(The semicolon is optional and there may be space after the colon.) This-will work in all output formats that support small caps.-.SH MATH-.SS Extension: \f[C]tex_math_dollars\f[]-.PP-Anything between two \f[C]$\f[] characters will be treated as TeX math.-The opening \f[C]$\f[] must have a non\-space character immediately to-its right, while the closing \f[C]$\f[] must have a non\-space character-immediately to its left, and must not be followed immediately by a-digit.-Thus, \f[C]$20,000\ and\ $30,000\f[] won\[aq]t parse as math.-If for some reason you need to enclose text in literal \f[C]$\f[]-characters, backslash\-escape them and they won\[aq]t be treated as math-delimiters.-.PP-TeX math will be printed in all output formats.-How it is rendered depends on the output format:-.TP-.B Markdown, LaTeX, Org\-Mode, ConTeXt-It will appear verbatim between \f[C]$\f[] characters.-.RS-.RE-.TP-.B reStructuredText-It will be rendered using an interpreted text role \f[C]:math:\f[], as-described here-.RS-.RE-.TP-.B AsciiDoc-It will be rendered as \f[C]latexmath:[...]\f[].-.RS-.RE-.TP-.B Texinfo-It will be rendered inside a \f[C]\@math\f[] command.-.RS-.RE-.TP-.B groff man-It will be rendered verbatim without \f[C]$\f[]\[aq]s.-.RS-.RE-.TP-.B MediaWiki, DokuWiki-It will be rendered inside \f[C]<math>\f[] tags.-.RS-.RE-.TP-.B Textile-It will be rendered inside \f[C]<span\ class="math">\f[] tags.-.RS-.RE-.TP-.B RTF, OpenDocument, ODT-It will be rendered, if possible, using unicode characters, and will-otherwise appear verbatim.-.RS-.RE-.TP-.B Docbook-If the \f[C]\-\-mathml\f[] flag is used, it will be rendered using-mathml in an \f[C]inlineequation\f[] or \f[C]informalequation\f[] tag.-Otherwise it will be rendered, if possible, using unicode characters.-.RS-.RE-.TP-.B Docx-It will be rendered using OMML math markup.-.RS-.RE-.TP-.B FictionBook2-If the \f[C]\-\-webtex\f[] option is used, formulas are rendered as-images using Google Charts or other compatible web service, downloaded-and embedded in the e\-book.-Otherwise, they will appear verbatim.-.RS-.RE-.TP-.B HTML, Slidy, DZSlides, S5, EPUB-The way math is rendered in HTML will depend on the command\-line-options selected:-.RS-.IP "1." 3-The default is to render TeX math as far as possible using unicode-characters, as with RTF, DocBook, and OpenDocument output.-Formulas are put inside a \f[C]span\f[] with \f[C]class="math"\f[], so-that they may be styled differently from the surrounding text if needed.-.IP "2." 3-If the \f[C]\-\-latexmathml\f[] option is used, TeX math will be-displayed between \f[C]$\f[] or \f[C]$$\f[] characters and put in-\f[C]<span>\f[] tags with class \f[C]LaTeX\f[].-The LaTeXMathML script will be used to render it as formulas.-(This trick does not work in all browsers, but it works in Firefox.-In browsers that do not support LaTeXMathML, TeX math will appear-verbatim between \f[C]$\f[] characters.)-.IP "3." 3-If the \f[C]\-\-jsmath\f[] option is used, TeX math will be put inside-\f[C]<span>\f[] tags (for inline math) or \f[C]<div>\f[] tags (for-display math) with class \f[C]math\f[].-The jsMath script will be used to render it.-.IP "4." 3-If the \f[C]\-\-mimetex\f[] option is used, the mimeTeX CGI script will-be called to generate images for each TeX formula.-This should work in all browsers.-The \f[C]\-\-mimetex\f[] option takes an optional URL as argument.-If no URL is specified, it will be assumed that the mimeTeX CGI script-is at \f[C]/cgi\-bin/mimetex.cgi\f[].-.IP "5." 3-If the \f[C]\-\-gladtex\f[] option is used, TeX formulas will be-enclosed in \f[C]<eq>\f[] tags in the HTML output.-The resulting \f[C]htex\f[] file may then be processed by gladTeX, which-will produce image files for each formula and an \f[C]html\f[] file with-links to these images.-So, the procedure is:-.RS 4-.IP-.nf-\f[C]-pandoc\ \-s\ \-\-gladtex\ myfile.txt\ \-o\ myfile.htex-gladtex\ \-d\ myfile\-images\ myfile.htex-#\ produces\ myfile.html\ and\ images\ in\ myfile\-images-\f[]-.fi-.RE-.IP "6." 3-If the \f[C]\-\-webtex\f[] option is used, TeX formulas will be-converted to \f[C]<img>\f[] tags that link to an external script that-converts formulas to images.-The formula will be URL\-encoded and concatenated with the URL provided.-If no URL is specified, the Google Chart API will be used-(\f[C]http://chart.apis.google.com/chart?cht=tx&chl=\f[]).-.IP "7." 3-If the \f[C]\-\-mathjax\f[] option is used, TeX math will be displayed-between \f[C]\\(...\\)\f[] (for inline math) or \f[C]\\[...\\]\f[] (for-display math) and put in \f[C]<span>\f[] tags with class \f[C]math\f[].-The MathJax script will be used to render it as formulas.-.RE-.SH RAW HTML-.SS Extension: \f[C]raw_html\f[]-.PP-Markdown allows you to insert raw HTML (or DocBook) anywhere in a-document (except verbatim contexts, where \f[C]<\f[], \f[C]>\f[], and-\f[C]&\f[] are interpreted literally).-(Technically this is not an extension, since standard markdown allows-it, but it has been made an extension so that it can be disabled if-desired.)-.PP-The raw HTML is passed through unchanged in HTML, S5, Slidy, Slideous,-DZSlides, EPUB, Markdown, and Textile output, and suppressed in other-formats.-.SS Extension: \f[C]markdown_in_html_blocks\f[]-.PP-Standard markdown allows you to include HTML "blocks": blocks of HTML-between balanced tags that are separated from the surrounding text with-blank lines, and start and end at the left margin.-Within these blocks, everything is interpreted as HTML, not markdown; so-(for example), \f[C]*\f[] does not signify emphasis.-.PP-Pandoc behaves this way when the \f[C]markdown_strict\f[] format is-used; but by default, pandoc interprets material between HTML block tags-as markdown.-Thus, for example, Pandoc will turn-.IP-.nf-\f[C]-<table>-<tr>-<td>*one*</td>-<td>[a\ link](http://google.com)</td>-</tr>-</table>-\f[]-.fi-.PP-into-.IP-.nf-\f[C]-<table>-<tr>-<td><em>one</em></td>-<td><a\ href="http://google.com">a\ link</a></td>-</tr>-</table>-\f[]-.fi-.PP-whereas \f[C]Markdown.pl\f[] will preserve it as is.-.PP-There is one exception to this rule: text between \f[C]<script>\f[] and-\f[C]<style>\f[] tags is not interpreted as markdown.-.PP-This departure from standard markdown should make it easier to mix-markdown with HTML block elements.-For example, one can surround a block of markdown text with-\f[C]<div>\f[] tags without preventing it from being interpreted as-markdown.-.SS Extension: \f[C]native_divs\f[]-.PP-Use native pandoc \f[C]Div\f[] blocks for content inside \f[C]<div>\f[]-tags.-For the most part this should give the same output as-\f[C]markdown_in_html_blocks\f[], but it makes it easier to write pandoc-filters to manipulate groups of blocks.-.SS Extension: \f[C]native_spans\f[]-.PP-Use native pandoc \f[C]Span\f[] blocks for content inside-\f[C]<span>\f[] tags.-For the most part this should give the same output as \f[C]raw_html\f[],-but it makes it easier to write pandoc filters to manipulate groups of-inlines.-.SH RAW TEX-.SS Extension: \f[C]raw_tex\f[]-.PP-In addition to raw HTML, pandoc allows raw LaTeX, TeX, and ConTeXt to be-included in a document.-Inline TeX commands will be preserved and passed unchanged to the LaTeX-and ConTeXt writers.-Thus, for example, you can use LaTeX to include BibTeX citations:-.IP-.nf-\f[C]-This\ result\ was\ proved\ in\ \\cite{jones.1967}.-\f[]-.fi-.PP-Note that in LaTeX environments, like-.IP-.nf-\f[C]-\\begin{tabular}{|l|l|}\\hline-Age\ &\ Frequency\ \\\\\ \\hline-18\-\-25\ \ &\ 15\ \\\\-26\-\-35\ \ &\ 33\ \\\\-36\-\-45\ \ &\ 22\ \\\\\ \\hline-\\end{tabular}-\f[]-.fi-.PP-the material between the begin and end tags will be interpreted as raw-LaTeX, not as markdown.-.PP-Inline LaTeX is ignored in output formats other than Markdown, LaTeX,-and ConTeXt.-.SH LATEX MACROS-.SS Extension: \f[C]latex_macros\f[]-.PP-For output formats other than LaTeX, pandoc will parse LaTeX-\f[C]\\newcommand\f[] and \f[C]\\renewcommand\f[] definitions and apply-the resulting macros to all LaTeX math.-So, for example, the following will work in all output formats, not just-LaTeX:-.PP-⟨\f[I]a\f[], \f[I]b\f[], \f[I]c\f[]⟩-.PP-In LaTeX output, the \f[C]\\newcommand\f[] definition will simply be-passed unchanged to the output.-.SH LINKS-.PP-Markdown allows links to be specified in several ways.-.SS Automatic links-.PP-If you enclose a URL or email address in pointy brackets, it will become-a link:-.IP-.nf-\f[C]-<http://google.com>-<sam\@green.eggs.ham>-\f[]-.fi-.SS Inline links-.PP-An inline link consists of the link text in square brackets, followed by-the URL in parentheses.-(Optionally, the URL can be followed by a link title, in quotes.)-.IP-.nf-\f[C]-This\ is\ an\ [inline\ link](/url),\ and\ here\[aq]s\ [one\ with-a\ title](http://fsf.org\ "click\ here\ for\ a\ good\ time!").-\f[]-.fi-.PP-There can be no space between the bracketed part and the parenthesized-part.-The link text can contain formatting (such as emphasis), but the title-cannot.-.PP-Email addresses in inline links are not autodetected, so they have to be-prefixed with \f[C]mailto\f[]:-.IP-.nf-\f[C]-[Write\ me!](mailto:sam\@green.eggs.ham)-\f[]-.fi-.SS Reference links-.PP-An \f[I]explicit\f[] reference link has two parts, the link itself and-the link definition, which may occur elsewhere in the document (either-before or after the link).-.PP-The link consists of link text in square brackets, followed by a label-in square brackets.-(There can be space between the two.) The link definition consists of-the bracketed label, followed by a colon and a space, followed by the-URL, and optionally (after a space) a link title either in quotes or in-parentheses.-The label must not be parseable as a citation (assuming the-\f[C]citations\f[] extension is enabled): citations take precedence over-link labels.-.PP-Here are some examples:-.IP-.nf-\f[C]-[my\ label\ 1]:\ /foo/bar.html\ \ "My\ title,\ optional"-[my\ label\ 2]:\ /foo-[my\ label\ 3]:\ http://fsf.org\ (The\ free\ software\ foundation)-[my\ label\ 4]:\ /bar#special\ \ \[aq]A\ title\ in\ single\ quotes\[aq]-\f[]-.fi-.PP-The URL may optionally be surrounded by angle brackets:-.IP-.nf-\f[C]-[my\ label\ 5]:\ <http://foo.bar.baz>-\f[]-.fi-.PP-The title may go on the next line:-.IP-.nf-\f[C]-[my\ label\ 3]:\ http://fsf.org-\ \ "The\ free\ software\ foundation"-\f[]-.fi-.PP-Note that link labels are not case sensitive.-So, this will work:-.IP-.nf-\f[C]-Here\ is\ [my\ link][FOO]--[Foo]:\ /bar/baz-\f[]-.fi-.PP-In an \f[I]implicit\f[] reference link, the second pair of brackets is-empty:-.IP-.nf-\f[C]-See\ [my\ website][].--[my\ website]:\ http://foo.bar.baz-\f[]-.fi-.PP-Note: In \f[C]Markdown.pl\f[] and most other markdown implementations,-reference link definitions cannot occur in nested constructions such as-list items or block quotes.-Pandoc lifts this arbitrary seeming restriction.-So the following is fine in pandoc, though not in most other-implementations:-.IP-.nf-\f[C]->\ My\ block\ [quote].->->\ [quote]:\ /foo-\f[]-.fi-.SS Extension: \f[C]shortcut_reference_links\f[]-.PP-In a \f[I]shortcut\f[] reference link, the second pair of brackets may-be omitted entirely:-.IP-.nf-\f[C]-See\ [my\ website].--[my\ website]:\ http://foo.bar.baz-\f[]-.fi-.SS Internal links-.PP-To link to another section of the same document, use the automatically-generated identifier (see Header identifiers in HTML, LaTeX, and-ConTeXt, below).-For example:-.IP-.nf-\f[C]-See\ the\ [Introduction](#introduction).-\f[]-.fi-.PP-or-.IP-.nf-\f[C]-See\ the\ [Introduction].--[Introduction]:\ #introduction-\f[]-.fi-.PP-Internal links are currently supported for HTML formats (including HTML-slide shows and EPUB), LaTeX, and ConTeXt.-.SH IMAGES-.PP-A link immediately preceded by a \f[C]!\f[] will be treated as an image.-The link text will be used as the image\[aq]s alt text:-.IP-.nf-\f[C]---![movie\ reel]--[movie\ reel]:\ movie.gif-\f[]-.fi-.SS Extension: \f[C]implicit_figures\f[]-.PP-An image occurring by itself in a paragraph will be rendered as a figure-with a caption.[4] (In LaTeX, a figure environment will be used; in-HTML, the image will be placed in a \f[C]div\f[] with class-\f[C]figure\f[], together with a caption in a \f[C]p\f[] with class-\f[C]caption\f[].) The image\[aq]s alt text will be used as the caption.-.IP-.nf-\f[C]--\f[]-.fi-.PP-If you just want a regular inline image, just make sure it is not the-only thing in the paragraph.-One way to do this is to insert a nonbreaking space after the image:-.IP-.nf-\f[C]-![This\ image\ won\[aq]t\ be\ a\ figure](/url/of/image.png)\\-\f[]-.fi-.SH FOOTNOTES-.SS Extension: \f[C]footnotes\f[]-.PP-Pandoc\[aq]s markdown allows footnotes, using the following syntax:-.IP-.nf-\f[C]-Here\ is\ a\ footnote\ reference,[^1]\ and\ another.[^longnote]--[^1]:\ Here\ is\ the\ footnote.--[^longnote]:\ Here\[aq]s\ one\ with\ multiple\ blocks.--\ \ \ \ Subsequent\ paragraphs\ are\ indented\ to\ show\ that\ they-belong\ to\ the\ previous\ footnote.--\ \ \ \ \ \ \ \ {\ some.code\ }--\ \ \ \ The\ whole\ paragraph\ can\ be\ indented,\ or\ just\ the\ first-\ \ \ \ line.\ \ In\ this\ way,\ multi\-paragraph\ footnotes\ work\ like-\ \ \ \ multi\-paragraph\ list\ items.--This\ paragraph\ won\[aq]t\ be\ part\ of\ the\ note,\ because\ it-isn\[aq]t\ indented.-\f[]-.fi-.PP-The identifiers in footnote references may not contain spaces, tabs, or-newlines.-These identifiers are used only to correlate the footnote reference with-the note itself; in the output, footnotes will be numbered sequentially.-.PP-The footnotes themselves need not be placed at the end of the document.-They may appear anywhere except inside other block elements (lists,-block quotes, tables, etc.).-.SS Extension: \f[C]inline_notes\f[]-.PP-Inline footnotes are also allowed (though, unlike regular notes, they-cannot contain multiple paragraphs).-The syntax is as follows:-.IP-.nf-\f[C]-Here\ is\ an\ inline\ note.^[Inlines\ notes\ are\ easier\ to\ write,\ since-you\ don\[aq]t\ have\ to\ pick\ an\ identifier\ and\ move\ down\ to\ type\ the-note.]-\f[]-.fi-.PP-Inline and regular footnotes may be mixed freely.-.SH CITATIONS-.SS Extension: \f[C]citations\f[]-.PP-Using an external filter, \f[C]pandoc\-citeproc\f[], pandoc can-automatically generate citations and a bibliography in a number of-styles.-Basic usage is-.IP-.nf-\f[C]-pandoc\ \-\-filter\ pandoc\-citeproc\ myinput.txt-\f[]-.fi-.PP-In order to use this feature, you will need to specify a bibliography-file using the \f[C]bibliography\f[] metadata field in a YAML metadata-section, or \f[C]\-\-bibliography\f[] command line argument.-You can supply multiple \f[C]\-\-bibliography\f[] arguments or set-\f[C]bibliography\f[] metadata field to YAML array, if you want to use-multiple bibliography files.-The bibliography may have any of these formats:-.PP-.TS-tab(@);-l l.-T{-Format-T}@T{-File extension-T}-_-T{-BibLaTeX-T}@T{-\&.bib-T}-T{-BibTeX-T}@T{-\&.bibtex-T}-T{-Copac-T}@T{-\&.copac-T}-T{-CSL JSON-T}@T{-\&.json-T}-T{-CSL YAML-T}@T{-\&.yaml-T}-T{-EndNote-T}@T{-\&.enl-T}-T{-EndNote XML-T}@T{-\&.xml-T}-T{-ISI-T}@T{-\&.wos-T}-T{-MEDLINE-T}@T{-\&.medline-T}-T{-MODS-T}@T{-\&.mods-T}-T{-RIS-T}@T{-\&.ris-T}-.TE-.PP-Note that \f[C]\&.bib\f[] can generally be used with both BibTeX and-BibLaTeX files, but you can use \f[C]\&.bibtex\f[] to force BibTeX.-.PP-Note that \f[C]pandoc\-citeproc\ \-\-bib2json\f[] and-\f[C]pandoc\-citeproc\ \-\-bib2yaml\f[] can produce \f[C]\&.json\f[] and-\f[C]\&.yaml\f[] files from any of the supported formats.-.PP-In\-field markup: In bibtex and biblatex databases, pandoc\-citeproc-parses (a subset of) LaTeX markup; in CSL JSON databases, an HTML\-like-markup (specs); and in CSL YAML databases, pandoc markdown.-\f[C]pandoc\-citeproc\ \-j\f[] and \f[C]\-y\f[] interconvert these-markup formats as far as possible.-.PP-As an alternative to specifying a bibliography file, you can include the-citation data directly in the \f[C]references\f[] field of the-document\[aq]s YAML metadata.-The field should contain an array of YAML\-encoded references, for-example:-.IP-.nf-\f[C]-\-\-\--references:-\-\ type:\ article\-journal-\ \ id:\ WatsonCrick1953-\ \ author:-\ \ \-\ family:\ Watson-\ \ \ \ given:\ J.\ D.-\ \ \-\ family:\ Crick-\ \ \ \ given:\ F.\ H.\ C.-\ \ issued:-\ \ \ \ date\-parts:-\ \ \ \ \-\ \-\ 1953-\ \ \ \ \ \ \-\ 4-\ \ \ \ \ \ \-\ 25-\ \ title:\ \[aq]Molecular\ structure\ of\ nucleic\ acids:\ a\ structure\ for\ deoxyribose-\ \ \ \ nucleic\ acid\[aq]-\ \ title\-short:\ Molecular\ structure\ of\ nucleic\ acids-\ \ container\-title:\ Nature-\ \ volume:\ 171-\ \ issue:\ 4356-\ \ page:\ 737\-738-\ \ DOI:\ 10.1038/171737a0-\ \ URL:\ http://www.nature.com/nature/journal/v171/n4356/abs/171737a0.html-\ \ language:\ en\-GB-\&...-\f[]-.fi-.PP-(\f[C]pandoc\-citeproc\ \-\-bib2yaml\f[] can produce these from a-bibliography file in one of the supported formats.)-.PP-By default, \f[C]pandoc\-citeproc\f[] will use the Chicago Manual of-Style author\-date format for citations and references.-To use another style, you will need to specify a CSL 1.0 style file in-the \f[C]csl\f[] metadata field.-A repository of CSL styles can be found at-https://github.com/citation\-style\-language/styles.-See also http://zotero.org/styles for easy browsing.-A primer on creating and modifying CSL styles can be found at-http://citationstyles.org/downloads/primer.html.-.PP-Citations go inside square brackets and are separated by semicolons.-Each citation must have a key, composed of \[aq]\@\[aq] + the citation-identifier from the database, and may optionally have a prefix, a-locator, and a suffix.-The citation key must begin with a letter, digit, or \f[C]_\f[], and may-contain alphanumerics, \f[C]_\f[], and internal punctuation characters-(\f[C]:.#$%&\-+?<>~/\f[]).-Here are some examples:-.IP-.nf-\f[C]-Blah\ blah\ [see\ \@doe99,\ pp.\ 33\-35;\ also\ \@smith04,\ ch.\ 1].--Blah\ blah\ [\@doe99,\ pp.\ 33\-35,\ 38\-39\ and\ *passim*].--Blah\ blah\ [\@smith04;\ \@doe99].-\f[]-.fi-.PP-A minus sign (\f[C]\-\f[]) before the \f[C]\@\f[] will suppress mention-of the author in the citation.-This can be useful when the author is already mentioned in the text:-.IP-.nf-\f[C]-Smith\ says\ blah\ [\-\@smith04].-\f[]-.fi-.PP-You can also write an in\-text citation, as follows:-.IP-.nf-\f[C]-\@smith04\ says\ blah.--\@smith04\ [p.\ 33]\ says\ blah.-\f[]-.fi-.PP-If the style calls for a list of works cited, it will be placed at the-end of the document.-Normally, you will want to end your document with an appropriate header:-.IP-.nf-\f[C]-last\ paragraph...--#\ References-\f[]-.fi-.PP-The bibliography will be inserted after this header.-Note that the \f[C]unnumbered\f[] class will be added to this header, so-that the section will not be numbered.-.PP-If you want to include items in the bibliography without actually citing-them in the body text, you can define a dummy \f[C]nocite\f[] metadata-field and put the citations there:-.IP-.nf-\f[C]-\-\-\--nocite:\ |-\ \ \@item1,\ \@item2-\&...--\@item3-\f[]-.fi-.PP-In this example, the document will contain a citation for \f[C]item3\f[]-only, but the bibliography will contain entries for \f[C]item1\f[],-\f[C]item2\f[], and \f[C]item3\f[].-.PP-For LaTeX or PDF output, you can also use NatBib or BibLaTeX to render-bibliography.-In order to do so, specify bibliography files as outlined above, and add-\f[C]\-\-natbib\f[] or \f[C]\-\-biblatex\f[] argument to \f[C]pandoc\f[]-invocation.-Bear in mind that bibliography files have to be in respective format-(either BibTeX or BibLaTeX).-.SH NON\-PANDOC EXTENSIONS-.PP-The following markdown syntax extensions are not enabled by default in-pandoc, but may be enabled by adding \f[C]+EXTENSION\f[] to the format-name, where \f[C]EXTENSION\f[] is the name of the extension.-Thus, for example, \f[C]markdown+hard_line_breaks\f[] is markdown with-hard line breaks.-.SS Extension: \f[C]lists_without_preceding_blankline\f[]-.PP-Allow a list to occur right after a paragraph, with no intervening blank-space.-.SS Extension: \f[C]hard_line_breaks\f[]-.PP-Causes all newlines within a paragraph to be interpreted as hard line-breaks instead of spaces.-.SS Extension: \f[C]ignore_line_breaks\f[]-.PP-Causes newlines within a paragraph to be ignored, rather than being-treated as spaces or as hard line breaks.-This option is intended for use with East Asian languages where spaces-are not used between words, but text is divided into lines for-readability.-.SS Extension: \f[C]tex_math_single_backslash\f[]-.PP-Causes anything between \f[C]\\(\f[] and \f[C]\\)\f[] to be interpreted-as inline TeX math, and anything between \f[C]\\[\f[] and \f[C]\\]\f[]-to be interpreted as display TeX math.-Note: a drawback of this extension is that it precludes escaping-\f[C](\f[] and \f[C][\f[].-.SS Extension: \f[C]tex_math_double_backslash\f[]-.PP-Causes anything between \f[C]\\\\(\f[] and \f[C]\\\\)\f[] to be-interpreted as inline TeX math, and anything between \f[C]\\\\[\f[] and-\f[C]\\\\]\f[] to be interpreted as display TeX math.-.SS Extension: \f[C]markdown_attribute\f[]-.PP-By default, pandoc interprets material inside block\-level tags as-markdown.-This extension changes the behavior so that markdown is only parsed-inside block\-level tags if the tags have the attribute-\f[C]markdown=1\f[].-.SS Extension: \f[C]mmd_title_block\f[]-.PP-Enables a MultiMarkdown style title block at the top of the document,-for example:-.IP-.nf-\f[C]-Title:\ \ \ My\ title-Author:\ \ John\ Doe-Date:\ \ \ \ September\ 1,\ 2008-Comment:\ This\ is\ a\ sample\ mmd\ title\ block,\ with-\ \ \ \ \ \ \ \ \ a\ field\ spanning\ multiple\ lines.-\f[]-.fi-.PP-See the MultiMarkdown documentation for details.-If \f[C]pandoc_title_block\f[] or \f[C]yaml_metadata_block\f[] is-enabled, it will take precedence over \f[C]mmd_title_block\f[].-.SS Extension: \f[C]abbreviations\f[]-.PP-Parses PHP Markdown Extra abbreviation keys, like-.IP-.nf-\f[C]-*[HTML]:\ Hyper\ Text\ Markup\ Language-\f[]-.fi-.PP-Note that the pandoc document model does not support abbreviations, so-if this extension is enabled, abbreviation keys are simply skipped (as-opposed to being parsed as paragraphs).-.SS Extension: \f[C]autolink_bare_uris\f[]-.PP-Makes all absolute URIs into links, even when not surrounded by pointy-braces \f[C]<...>\f[].-.SS Extension: \f[C]ascii_identifiers\f[]-.PP-Causes the identifiers produced by \f[C]auto_identifiers\f[] to be pure-ASCII.-Accents are stripped off of accented latin letters, and non\-latin-letters are omitted.-.SS Extension: \f[C]link_attributes\f[]-.PP-Parses multimarkdown style key\-value attributes on link and image-references.-Note that pandoc\[aq]s internal document model provides nowhere to put-these, so they are presently just ignored.-.SS Extension: \f[C]mmd_header_identifiers\f[]-.PP-Parses multimarkdown style header identifiers (in square brackets, after-the header but before any trailing \f[C]#\f[]s in an ATX header).-.SS Extension: \f[C]compact_definition_lists\f[]-.PP-Activates the definition list syntax of pandoc 1.12.x and earlier.-This syntax differs from the one described above in several respects:-.IP \[bu] 2-No blank line is required between consecutive items of the definition-list.-.IP \[bu] 2-To get a "tight" or "compact" list, omit space between consecutive-items; the space between a term and its definition does not affect-anything.-.IP \[bu] 2-Lazy wrapping of paragraphs is not allowed: the entire definition must-be indented four spaces.[5]-.SH MARKDOWN VARIANTS-.PP-In addition to pandoc\[aq]s extended markdown, the following markdown-variants are supported:-.TP-.B \f[C]markdown_phpextra\f[] (PHP Markdown Extra)-\f[C]footnotes\f[], \f[C]pipe_tables\f[], \f[C]raw_html\f[],-\f[C]markdown_attribute\f[], \f[C]fenced_code_blocks\f[],-\f[C]definition_lists\f[], \f[C]intraword_underscores\f[],-\f[C]header_attributes\f[], \f[C]abbreviations\f[],-\f[C]shortcut_reference_links\f[].-.RS-.RE-.TP-.B \f[C]markdown_github\f[] (GitHub\-flavored Markdown)-\f[C]pipe_tables\f[], \f[C]raw_html\f[],-\f[C]tex_math_single_backslash\f[], \f[C]fenced_code_blocks\f[],-\f[C]auto_identifiers\f[], \f[C]ascii_identifiers\f[],-\f[C]backtick_code_blocks\f[], \f[C]autolink_bare_uris\f[],-\f[C]intraword_underscores\f[], \f[C]strikeout\f[],-\f[C]hard_line_breaks\f[], \f[C]shortcut_reference_links\f[].-.RS-.RE-.TP-.B \f[C]markdown_mmd\f[] (MultiMarkdown)-\f[C]pipe_tables\f[] \f[C]raw_html\f[], \f[C]markdown_attribute\f[],-\f[C]link_attributes\f[], \f[C]raw_tex\f[],-\f[C]tex_math_double_backslash\f[], \f[C]intraword_underscores\f[],-\f[C]mmd_title_block\f[], \f[C]footnotes\f[], \f[C]definition_lists\f[],-\f[C]all_symbols_escapable\f[], \f[C]implicit_header_references\f[],-\f[C]auto_identifiers\f[], \f[C]mmd_header_identifiers\f[],-\f[C]shortcut_reference_links\f[].-.RS-.RE-.TP-.B \f[C]markdown_strict\f[] (Markdown.pl)-\f[C]raw_html\f[]-.RS-.RE-.SH EXTENSIONS WITH FORMATS OTHER THAN MARKDOWN-.PP-Some of the extensions discussed above can be used with formats other-than markdown:-.IP \[bu] 2-\f[C]auto_identifiers\f[] can be used with \f[C]latex\f[], \f[C]rst\f[],-\f[C]mediawiki\f[], and \f[C]textile\f[] input (and is used by default).-.IP \[bu] 2-\f[C]tex_math_dollars\f[], \f[C]tex_math_single_backslash\f[], and-\f[C]tex_math_double_backslash\f[] can be used with \f[C]html\f[] input.-(This is handy for reading web pages formatted using MathJax, for-example.)-.SH NOTES-.SS [1]-.PP-The point of this rule is to ensure that normal paragraphs starting with-people\[aq]s initials, like-.IP-.nf-\f[C]-B.\ Russell\ was\ an\ English\ philosopher.-\f[]-.fi-.PP-do not get treated as list items.-.PP-This rule will not prevent-.IP-.nf-\f[C]-(C)\ 2007\ Joe\ Smith-\f[]-.fi-.PP-from being interpreted as a list item.-In this case, a backslash escape can be used:-.IP-.nf-\f[C]-(C\\)\ 2007\ Joe\ Smith-\f[]-.fi-.SS [2]-.PP-I have been influenced by the suggestions of David Wheeler.-.SS [3]-.PP-This scheme is due to Michel Fortin, who proposed it on the Markdown-discussion list.-.SS [4]-.PP-This feature is not yet implemented for RTF, OpenDocument, or ODT.-In those formats, you\[aq]ll just get an image in a paragraph by itself,-with no caption.-.SS [5]-.PP-To see why laziness is incompatible with relaxing the requirement of a-blank line between items, consider the following example:-.IP-.nf-\f[C]-bar-:\ \ \ \ definition-foo-:\ \ \ \ definition-\f[]-.fi-.PP-Is this a single list item with two definitions of "bar," the first of-which is lazily wrapped, or two list items?-To remove the ambiguity we must either disallow lazy wrapping or require-a blank line between list items.-.SH SEE ALSO-.PP-\f[C]pandoc\f[] (1).
pandoc.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-Version: 1.14+Version: 1.14.0.1 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL@@ -69,31 +69,6 @@ data/templates/default.org data/templates/default.epub data/templates/default.epub3- -- data for ODT writer- data/reference.odt- -- data for docx writer- data/reference.docx- -- stylesheet for EPUB writer- data/epub.css- -- data for LaTeXMathML writer- data/LaTeXMathML.js- data/MathMLinHTML.js- -- data for dzslides writer- data/dzslides/template.html- -- sample lua custom writer- data/sample.lua- -- documentation- README, COPYRIGHT-Extra-Source-Files:- -- documentation- INSTALL, BUGS, CONTRIBUTING.md, changelog- -- code to create pandoc.1 man page- Makefile- man/man1/pandoc.1.template- man/man5/pandoc_markdown.5.template- -- generated man pages (produced post-build)- man/man1/pandoc.1- man/man5/pandoc_markdown.5 -- source files for reference.docx data/docx/[Content_Types].xml data/docx/_rels/.rels@@ -119,7 +94,25 @@ data/odt/Configurations2/accelerator/current.xml data/odt/Thumbnails/thumbnail.png data/odt/META-INF/manifest.xml- -- trypandoc+ -- stylesheet for EPUB writer+ data/epub.css+ -- data for LaTeXMathML writer+ data/LaTeXMathML.js+ data/MathMLinHTML.js+ -- data for dzslides writer+ data/dzslides/template.html+ -- sample lua custom writer+ data/sample.lua+ -- documentation+ README, COPYRIGHT+Extra-Source-Files:+ -- documentation+ INSTALL, BUGS, CONTRIBUTING.md, changelog+ -- code to create pandoc.1 man page+ Makefile+ man/man1/pandoc.1.template+ man/man5/pandoc_markdown.5.template+ -- trypandoc trypandoc/Makefile trypandoc/index.html -- tests@@ -259,7 +252,7 @@ random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, pandoc-types >= 1.12.4 && < 1.13,- aeson >= 0.7 && < 0.9,+ aeson >= 0.7 && < 0.10, tagsoup >= 0.13.1 && < 0.14, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7,@@ -397,7 +390,7 @@ bytestring >= 0.9 && < 0.11, extensible-exceptions >= 0.1 && < 0.2, highlighting-kate >= 0.6 && < 0.7,- aeson >= 0.7.0.5 && < 0.9,+ aeson >= 0.7.0.5 && < 0.10, yaml >= 0.8.8.2 && < 0.9, containers >= 0.1 && < 0.6, HTTP >= 4000.0.5 && < 4000.3@@ -441,15 +434,6 @@ time >= 1.2 && < 1.6 Default-Language: Haskell98 Buildable: True--Executable make-reference-files- Main-Is: make-reference-files.hs- Hs-Source-Dirs: data- Build-Depends: zip-archive >= 0.2.3.4 && < 0.3,- base >= 4.2 && < 5,- directory >= 1 && < 1.3,- bytestring >= 0.9 && < 0.11- Default-Language: Haskell2010 Test-Suite test-pandoc Type: exitcode-stdio-1.0
src/Text/Pandoc/Readers/Textile.hs view
@@ -606,8 +606,8 @@ -- | Parses material surrounded by a parser. surrounded :: Parser [Char] st t -- ^ surrounding parser- -> Parser [Char] st a -- ^ content parser (to be used repeatedly)- -> Parser [Char] st [a]+ -> Parser [Char] st a -- ^ content parser (to be used repeatedly)+ -> Parser [Char] st [a] surrounded border = enclosed (border *> notFollowedBy (oneOf " \t\n\r")) (try border)
src/Text/Pandoc/Writers/ConTeXt.hs view
@@ -151,7 +151,13 @@ -- blankline because \stoptyping can't have anything after it, inc. '}' blockToConTeXt (RawBlock "context" str) = return $ text str <> blankline blockToConTeXt (RawBlock _ _ ) = return empty-blockToConTeXt (Div _ bs) = blockListToConTeXt bs+blockToConTeXt (Div (ident,_,_) bs) = do+ contents <- blockListToConTeXt bs+ if null ident+ then return contents+ else return $+ ("\\reference" <> brackets (text $ toLabel ident) <> braces empty)+ $$ contents blockToConTeXt (BulletList lst) = do contents <- mapM listItemToConTeXt lst return $ ("\\startitemize" <> if isTightList lst
src/Text/Pandoc/Writers/Docx.hs view
@@ -211,11 +211,10 @@ let doc' = stripInvalidChars . walk fixDisplayMath $ doc username <- lookup "USERNAME" <$> getEnvironment utctime <- getCurrentTime- refArchive <- liftM (toArchive . toLazy) $- case writerReferenceDocx opts of- Just f -> B.readFile f- Nothing -> readDataFile datadir "reference.docx"- distArchive <- liftM (toArchive . toLazy) $ readDataFile datadir "reference.docx"+ distArchive <- getDefaultReferenceDocx datadir+ refArchive <- case writerReferenceDocx opts of+ Just f -> liftM (toArchive . toLazy) $ B.readFile f+ Nothing -> return distArchive parsedDoc <- parseXml refArchive distArchive "word/document.xml" let wname f qn = qPrefix qn == Just "w" && f (qName qn)@@ -474,7 +473,7 @@ settingsEntry <- copyChildren refArchive distArchive settingsPath epochtime settingsList let entryFromArchive arch path =- maybe (fail $ path ++ " corrupt or missing in reference docx")+ maybe (fail $ path ++ " missing in reference docx") return (findEntryByPath path arch `mplus` findEntryByPath path distArchive) docPropsAppEntry <- entryFromArchive refArchive "docProps/app.xml"@@ -1204,11 +1203,12 @@ parseXml :: Archive -> Archive -> String -> IO Element parseXml refArchive distArchive relpath =- case ((findEntryByPath relpath refArchive `mplus`- findEntryByPath relpath distArchive)- >>= parseXMLDoc . UTF8.toStringLazy . fromEntry) of- Just d -> return d- Nothing -> fail $ relpath ++ " corrupt or missing in reference docx"+ case findEntryByPath relpath refArchive `mplus`+ findEntryByPath relpath distArchive of+ Nothing -> fail $ relpath ++ " missing in reference docx"+ Just e -> case parseXMLDoc . UTF8.toStringLazy . fromEntry $ e of+ Nothing -> fail $ relpath ++ " corrupt in reference docx"+ Just d -> return d -- | Scales the image to fit the page -- sizes are passed in emu@@ -1219,3 +1219,28 @@ (pageWidth, round $ ((fromIntegral pageWidth) / ((fromIntegral :: Integer -> Double) x)) * (fromIntegral y)) | otherwise = (x, y)++getDefaultReferenceDocx :: Maybe FilePath -> IO Archive+getDefaultReferenceDocx datadir = do+ let paths = ["[Content_Types].xml",+ "_rels/.rels",+ "docProps/app.xml",+ "docProps/core.xml",+ "word/document.xml",+ "word/fontTable.xml",+ "word/footnotes.xml",+ "word/numbering.xml",+ "word/settings.xml",+ "word/webSettings.xml",+ "word/styles.xml",+ "word/_rels/document.xml.rels",+ "word/_rels/footnotes.xml.rels",+ "word/theme/theme1.xml"]+ let pathToEntry path = do epochtime <- (floor . utcTimeToPOSIXSeconds) <$>+ getCurrentTime+ contents <- toLazy <$> readDataFile datadir+ ("docx/" ++ path)+ return $ toEntry path epochtime contents+ entries <- mapM pathToEntry paths+ let archive = foldr addEntryToArchive emptyArchive entries+ return archive
src/Text/Pandoc/Writers/ODT.hs view
@@ -60,11 +60,10 @@ writeODT opts doc@(Pandoc meta _) = do let datadir = writerUserDataDir opts let title = docTitle meta- refArchive <- liftM toArchive $+ refArchive <- case writerReferenceODT opts of- Just f -> B.readFile f- Nothing -> (B.fromChunks . (:[])) `fmap`- readDataFile datadir "reference.odt"+ Just f -> liftM toArchive $ B.readFile f+ Nothing -> getDefaultReferenceODT datadir -- handle formulas and pictures picEntriesRef <- newIORef ([] :: [Entry]) doc' <- walkM (transformPicMath opts picEntriesRef) $ walk fixDisplayMath doc@@ -178,3 +177,21 @@ , ("xlink:actuate", "onLoad")] transformPicMath _ _ x = return x++getDefaultReferenceODT :: Maybe FilePath -> IO Archive+getDefaultReferenceODT datadir = do+ let paths = ["mimetype",+ "manifest.rdf",+ "styles.xml",+ "content.xml",+ "meta.xml",+ "settings.xml",+ "Configurations2/accelerator/current.xml",+ "Thumbnails/thumbnail.png",+ "META-INF/manifest.xml"]+ let pathToEntry path = do epochtime <- floor `fmap` getPOSIXTime+ contents <- (B.fromChunks . (:[])) `fmap`+ readDataFile datadir ("odt/" ++ path)+ return $ toEntry path epochtime contents+ entries <- mapM pathToEntry paths+ return $ foldr addEntryToArchive emptyArchive entries
src/Text/Pandoc/Writers/Texinfo.hs view
@@ -120,7 +120,7 @@ -- | Convert Pandoc block element to Texinfo. blockToTexinfo :: Block -- ^ Block to convert- -> State WriterState Doc+ -> State WriterState Doc blockToTexinfo Null = return empty @@ -195,9 +195,9 @@ -- XXX can't get the equivalent from LaTeX.hs to work return $ text "@iftex" $$ text "@bigskip@hrule@bigskip" $$- text "@end iftex" $$+ text "@end iftex" $$ text "@ifnottex" $$- text (take 72 $ repeat '-') $$+ text (take 72 $ repeat '-') $$ text "@end ifnottex" blockToTexinfo (Header 0 _ lst) = do