Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: St: Export an .ado file to TeX [OT]


From   Antoine Terracol <[email protected]>
To   [email protected]
Subject   st: Re: St: Export an .ado file to TeX [OT]
Date   Sat, 02 Aug 2003 18:54:09 +0200

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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index