of fancyvrb. examplep allows verbatim text in places where fancyvrb does not, e.g. definition list terms, and provides for line-breaking of verbatim text. + examplep code put in LaTeX header instead of being dynamically included, since it is frequently used, and people may want to customize the options. + documented dependency on examplep + added texlive-latex-extra as a "Suggested" package in debian/control + use examplep's \Q{} is now used instead of \verb: note that \Q requires backslash- escaping symbols in its scope. + modified README so that the verbatim sections will look good at shorter line lengths. git-svn-id: https://pandoc.googlecode.com/svn/trunk@807 788f1e2b-df1e-0410-8736-df70ead52e1b
5 lines
141 B
TeX
5 lines
141 B
TeX
\documentclass[twocolumn,11pt]{article}
|
|
\usepackage{txfonts}
|
|
\usepackage[margin=2cm]{geometry}
|
|
\usepackage{ucs}
|
|
\usepackage[utf8x]{inputenc}
|