Search found 3 matches

by MrTree
Wed Aug 05, 2009 1:36 pm
Forum: General
Topic: Using verbatim in my macro...
Replies: 4
Views: 3238

Using verbatim in my macro...

The only caviat is that I can't do

Code: Select all

\newvar{\xscale,\yscale}{Scaled Cartesian coordinates.}
But I can work around that for now, unless the fix is simple.

Cheers
by MrTree
Wed Aug 05, 2009 1:23 pm
Forum: General
Topic: Using verbatim in my macro...
Replies: 4
Views: 3238

Re: Using verbatim in my macro...

You, sir, are a star.

Works like a charm; thank you very much.
by MrTree
Tue Aug 04, 2009 7:12 pm
Forum: General
Topic: Using verbatim in my macro...
Replies: 4
Views: 3238

Using verbatim in my macro...

I have a cunning plan for the document I'm working on but I'm having trouble implementing it...

I use several macros to define various constants etc for example
\newcommand{\xscale}{\tilde{x}}

Now, I want to put together a table where I define all of these.
For example;
\begin{tabular}{l l l ...