Hello Julian,
Why don't you use the -verbatim- environment in LaTeX, or maybe even
better : the -alltt- package :
\documentclass{article}
\usepackage{alltt}
begin{document}
\begin{alltt}
\input{C:/ado/personal/myprog.ado}
\end{alltt}
\end{document}
Hope this helps,
Antoine.
Julian Fennema wrote:
Hi all,
I wish to export a self-written .ado file, and insert it into a TeX
document. Has anyone written a conversion program to do this? I have
tracked down a lot of the changes needed, as in tab needs to be /qquad
and suchlike, but a few remain. Can anyone advise me on this?
Many thanks,
Julian
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
--
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/