Theo, would you please post your solution to getting something that looks like the pifonts solution? Or more generally, would someone please help me with my related problem below?
Like Theo, I frequently use the pifont circled numbers, except I use the ones that are solid black with the number in ...
Search found 3 matches
- Sun Mar 06, 2011 9:11 pm
- Forum: Fonts & Character Sets
- Topic: pifont--missing zero?
- Replies: 4
- Views: 5487
- Tue Mar 11, 2008 8:14 pm
- Forum: General
- Topic: How can I write to and read from an AUX file?
- Replies: 2
- Views: 15428
How can I write to and read from an AUX file?
Hello all,
How can I write to and read from an AUX file? I'm using LaTeX from NiKTeX 2.5, and I've tried this simple example to start, which gives me an error message:
\documentclass{article}
\begin{document}
\makeatletter
\immediate\write\@auxout{foo}
\end{document}
Can someone help me out ...
How can I write to and read from an AUX file? I'm using LaTeX from NiKTeX 2.5, and I've tried this simple example to start, which gives me an error message:
\documentclass{article}
\begin{document}
\makeatletter
\immediate\write\@auxout{foo}
\end{document}
Can someone help me out ...
- Thu Jan 31, 2008 3:18 am
- Forum: General
- Topic: Equation numbering scheme problem
- Replies: 0
- Views: 1418
Equation numbering scheme problem
Hello LaTeX Community!
I am trying to set up an equation numbering system such that on page N, the equations are numbered Na, Nb, Nc, etc. Using the perpage package, this can be done simply:
\MakePerPage{equation}
\renewcommand{\theequation}{\thepage\alph{equation}}
But here's the problem: If ...
I am trying to set up an equation numbering system such that on page N, the equations are numbered Na, Nb, Nc, etc. Using the perpage package, this can be done simply:
\MakePerPage{equation}
\renewcommand{\theequation}{\thepage\alph{equation}}
But here's the problem: If ...