Sha256: accf946c9483b0d051375b84978fafb2d33bb0e83bab08b1af69134c5dafa733

Contents?: true

Size: 1.02 KB

Versions: 14

Compression:

Stored size: 1.02 KB

Contents

extension "tex"

doctemplate
"% Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
\documentclass{article}
$header
\title{$title}
\date{}
\begin{document}
\maketitle
\noindent
"
"
$footer
\end{document}
"
end

nodoctemplate
"% Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
$header\noindent
"
"
$footer"
end

bold "\textbf{$text}"
italics "\textit{$text}"
underline "\underline{$text}"
fixed "\texttt{$text}"

anchor "\label{$infilename:$linenum}$text"
reference "{\hfill $text $\rightarrow$ $infile:$linenum, page~\pageref{$infilename:$linenum}}"

lineprefix "\mbox{}"

translations
"_" "$\\_$"
"{" "\\{"
"}" "\\}"
"<" "$<$"
">" "$>$"
"&" "\\&"
"\\" "\\textbackslash{}"
"^" "\\textasciicircum{}"
"~" "\\textasciitilde{}"
"\n" " \\\\\n"
#"  " "\\hspace*{2ex} "
#"\t" "\\hspace*{8ex} "
" " "\\ "
"\t" "\\ \\ \\ \\ \\ \\ \\ \\ "
"%" "\\%"
"#" "\\#"
"$" "\\$"
"|" "$|$"
"---" "-\\/-\\/-"
"--" "-\\/-"
"\"" "\"{}" # avoids problems with some inputenc
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
FooBarWidget-mizuho-0.9.5 source-highlight/latex.outlang
mizuho-0.9.20 source-highlight/latex.outlang
mizuho-0.9.19 source-highlight/latex.outlang
mizuho-0.9.18 source-highlight/latex.outlang
mizuho-0.9.17 source-highlight/latex.outlang
mizuho-0.9.15 source-highlight/latex.outlang
mizuho-0.9.14 source-highlight/latex.outlang
mizuho-0.9.13 source-highlight/latex.outlang
mizuho-0.9.12 source-highlight/latex.outlang
mizuho-0.9.11 source-highlight/latex.outlang
mizuho-0.9.10 source-highlight/latex.outlang
mizuho-0.9.9 source-highlight/latex.outlang
mizuho-0.9.8 source-highlight/latex.outlang
mizuho-0.9.6 source-highlight/latex.outlang