Search found 4 matches

by archeryguru2000
Fri Feb 25, 2011 7:50 pm
Forum: Text Formatting
Topic: Widetext borders
Replies: 0
Views: 1224

Widetext borders

Hello all,
I have been in need of a method for inserting a large equation into a 2-column paper. I've found the {widetext} package. And with a little modification, I've been able to use it to suit my needs. However, I cannot seem to remove those pesky borders above and below my 'wide' equation ...
by archeryguru2000
Tue Jan 25, 2011 9:59 pm
Forum: Page Layout
Topic: Alphabetical Nomenclature
Replies: 1
Views: 5140

Alphabetical Nomenclature

Yeah! I think I've figured it out. Here's my code:

\RequirePackage{ifthen}
\renewcommand{\nomgroup}[1]{%
\ifthenelse{\equal{#1}{A}}{\item[\textbf{Roman}]}{%
\ifthenelse{\equal{#1}{G}}{\item[\textbf{Greek}]}}}

...

\nomenclature[gto]{$\tau_0$}{Greek letter}%
\nomenclature[gtc]{$\{\tau\}$}{Greek ...
by archeryguru2000
Mon Jan 24, 2011 10:00 pm
Forum: Page Layout
Topic: Alphabetical Nomenclature
Replies: 1
Views: 5140

Alphabetical Nomenclature

Hello all,
I'm having a bit of a struggle with correctly displaying my list of symbols for a paper I'm trying to publish. I'm using the nomencl package and it appears to be attempting an alphabetical approach... but if I include []'s or {}'s then my order is rearranged. I assume the package is ...
by archeryguru2000
Wed Jan 19, 2011 6:41 pm
Forum: Page Layout
Topic: Abstract and double column pages
Replies: 4
Views: 6415

Abstract and double column pages

Maybe this will help.


~~archery~~