Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: re: TeX template for PDF help files


From   Roy Wada <[email protected]>
To   [email protected]
Subject   Re: st: re: TeX template for PDF help files
Date   Sun, 22 Nov 2009 11:48:50 -0800

If you are placing this into the smcl help file, then it would be
something like this.

{stata phelp `"Stata Help File Template.pdf"'}

And so we now have a Word template (TeX template is yet to be
provided), a way to open it frm inside Stata, and a way from inside
help file and we are good to go. A question is what is the minimum
amount of scml help file that is acceptable to ssc.

Granted it works indirectly for non-Window system, unless someone can
tell me how to do the same for Mac, Linux, Unix, etc.

Roy



> prog def phelp
> args one
> qui findfile `"`one'"'
> cap shellout using `"`r(fn)'"'
> di `"{browse `"`r(fn)'"'}"'
> end
>
> phelp `"Stata Help File Template.pdf"'
>
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   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