Re: [Siglinux] latex \comment[...] macro desired

2003-11-16 Thread Big Mike Forsberg
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

[Siglinux] Mandrake 9.1

2003-11-16 Thread dave
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

Re: [Siglinux] latex \comment[...] macro desired

2003-11-16 Thread Daniel Brown
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

Re: [Siglinux] latex \comment[...] macro desired

2003-11-16 Thread Paul Sack
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

[Siglinux] latex \comment[...] macro desired

2003-11-16 Thread William L. Jarrold
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