Hey, I think this is kinda cool.
I sem to recall a statment in a manual about, I want this
comment to go to my typesetter so they know how the page should
be layed out. However, I do not want to have this in the text.
Where that is I have no idea.
But, I think this topic brings up an importan
Greetings all!
Does anyone have a set of Mandrake 9.1 discs I could borrow? I'd like
to upgrade my Mandrake 9.0 setup so that I can have the the latest
glibc. Seems most of the programs I'd like to download lately require
GLIBC 2.3, and all I have is GLIBC 2.2.5 I'd like to upgrad
On Sun, Nov 16, 2003 at 04:45:02PM -0600, William L. Jarrold wrote:
> Hi,
>
> I want to write a little latex macro command that basically
> works like a comment. Does anyone know how to do this?
>
> E.g. In my foo.tex file I might have this...
>
> Now is the time \comment{Yeah, right buddy!} fo
On Nov 16, 2003, at 4:45 PM, William L. Jarrold wrote:
I want to write a little latex macro command that basically
works like a comment. Does anyone know how to do this?
\documentclass{article}
\newcommand{\comment}[1]{#1}
\begin{document}
This is \comment{not} a comment.
\end{document}
This pr
Hi,
I want to write a little latex macro command that basically
works like a comment. Does anyone know how to do this?
E.g. In my foo.tex file I might have this...
Now is the time \comment{Yeah, right buddy!} for all good men to
come to the aid of their country.
...but the final document has m