Tagged Questions
4
votes
1answer
139 views
Show IEEElabels with showlabel?
I'm using IEEEtrantools to typeset equations (here's an excellent tutorial).
The package offers, among other things the IEEEeqnarray environment to typeset equations. That environment has an issue ...
3
votes
1answer
553 views
Wrong number using label in subfloat with subfig and caption=false
I'm using the IEEEtran class, and I need to use the subfig package with the caption=false option. However, when I use the package like this
\documentclass{article}
% Remove the caption=false and this ...
4
votes
1answer
915 views
Can I change \ref's output?
When I use \ref to cross reference a \subsubsection, I get the output IV-B4 (at least using the IEEEtran document class).
Can I change the output to something like IV-B.4)?
4
votes
1answer
2k views
How do I use the IEEE bibliography commands?
I'm trying to layout a short article using the IEEE latex style guide. I'm having difficulty with the final part of their bibliography instructions as I want to reference an external .bib file. I have ...