Antoine,
Just the solution I needed. Thank you for the advice.
Julian
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Antoine
Terracol
Sent: 02 August 2003 17:54
To: [email protected]
Subject: st: Re: St: Export an .ado file to TeX [OT]
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/
*
* 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/