I have run into an issue that I have not been able to find a solution for online so I'll try the formum.
I'm currently running Windows Vista 32-bit Home Edition :cry: and have until a couple days ago been running TeXnicCenter 1 beta 7.50 with MiKTex 2.7 and viewing my documents in YAP. For some ...
Search found 3 matches
- Mon Feb 15, 2010 11:19 pm
- Forum: MiKTeX and proTeXt
- Topic: MiKTeX GPL Ghostscript 8.60: Unrecoverable error,exit code 1
- Replies: 0
- Views: 5388
- Tue Dec 15, 2009 5:21 am
- Forum: Text Formatting
- Topic: Theorem numbering - roman vs. alpha
- Replies: 2
- Views: 4315
Re: Theorem numbering - roman vs. alpha
The 'if' statement was unneeded, the name of the counter for the shade theorem was the biggest issue. Thank you!
The code in the preamble is:
\newshadetheorem{question}{Question}
\newshadetheorem{Qpart}{Scenario}[question]
\renewcommand{\theshadeQpart}{\thequestion.\alph{shadeQpart}}
then we have ...
The code in the preamble is:
\newshadetheorem{question}{Question}
\newshadetheorem{Qpart}{Scenario}[question]
\renewcommand{\theshadeQpart}{\thequestion.\alph{shadeQpart}}
then we have ...
- Tue Dec 15, 2009 12:53 am
- Forum: Text Formatting
- Topic: Theorem numbering - roman vs. alpha
- Replies: 2
- Views: 4315
Theorem numbering - roman vs. alpha
I have been working on trying to find a method to change the label for theorems from the arbic numbers to alpa letters. I currently have the following two lines to define two shadetheorems:
\newshadetheorem{question}{Question}
\newshadetheorem{Qpart}{Scenario}[question]
and the out put is close to ...
\newshadetheorem{question}{Question}
\newshadetheorem{Qpart}{Scenario}[question]
and the out put is close to ...