This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
Isabelle_DOF/document-generator/latex/example.tex

20 lines
555 B
TeX

\documentclass{article}
\usepackage{DOF}
\begin{document}
\begin{isamarkuptext*}[label=wheel\_ass, label_type=exported\_constraint, attributes={}]%
The\ number\ of\ teeth\ per\ wheelturn\ is\ assumed\ to\ be\ positive.
\end{isamarkuptext*}
\begin{isamarkuptext*}[label=wheel\_ass, attributes={}]%
The\ number\ of\ teeth\ per\ wheelturn\ is\ assumed\ to\ be\ positive.
\end{isamarkuptext*}
\begin{isamarkuptext*}[attributes={foo\_attribute}]%
The\ number\ of\ teeth\ per\ wheelturn\ is\ assumed\ to\ be\ positive.
\end{isamarkuptext*}
\end{document}