Search found 5 matches

by jbgrad
Sun Dec 02, 2012 5:02 am
Forum: Graphics, Figures & Tables
Topic: subfigure | References to Sub-figures
Replies: 2
Views: 2579

subfigure | References to Sub-figures

I am no Latex expert, but I've successfully done the following to a similar issue in my code. I added to the preamble:

Code: Select all

\renewcommand{\thesubfigure}{\arabic{figure}(\alph{subfigure})}
You'll notice a similar line in the file you attached:

Code: Select all

\renewcommand\thefigure{\@arabic\c@figure}
by jbgrad
Sat Dec 01, 2012 11:45 pm
Forum: General
Topic: xifthen | Scope Issue
Replies: 1
Views: 1772

xifthen | Scope Issue

In changing notation in my thesis, I thought it would be convenient to change a command I named \XDir . However, the most convenient way that I knew to change it was to use an if/else construct as shown in the following MWE example. The commented line doesn't work (i.e. gives the error that \equal ...
by jbgrad
Sun Nov 18, 2012 4:34 am
Forum: Text Formatting
Topic: References without Prefix
Replies: 1
Views: 2864

References without Prefix

Hi

After doing some searching online, I found that I could conveniently define:

\makeatletter
\def\p@table{Table~}
\def\p@figure{Figure~}
\makeatother
However, there are times when I only want the \thefigure corresponding to a label, not \p@figure\thefigure , like \ref gives. Is there a ref-like ...
by jbgrad
Sat Nov 17, 2012 4:53 am
Forum: Page Layout
Topic: Remove extra vertical Space between Chapter Entries in ToC
Replies: 1
Views: 4221

Remove extra vertical Space between Chapter Entries in ToC

My ToC should be double-spaced. That is easy enough except that by default (my class is similar to the document class, I think) an extra vertical space is added after the chapter entries.

Is there some command that I can renew or something to remove this space? I would think this should be very ...
by jbgrad
Sat Nov 17, 2012 4:47 am
Forum: Page Layout
Topic: Remove Space for Chapter Prefix in ToC
Replies: 1
Views: 1972

Remove Space for Chapter Prefix in ToC

The chapter lines of my ToC should only have the number, not the word "Chapter". I used \renewcommand{\chaptername}{} as follows in modifying my university's template (which is unfortunately wrong). However, while the word "Chapter" is gone, the space taken up by it is not, so an entry looks like ...