Search found 6 matches

by jmtuley
Wed Sep 22, 2010 3:35 am
Forum: Text Formatting
Topic: References for custom list environment
Replies: 5
Views: 4013

Re: References for custom list environment

That's exactly what I was looking for! I was a little worried when you started changing standard labels, but everything seems to work out fine (even with multiple Axiom environments and an enumerate thrown in). Of course you knew that, but it's good to verify.

Thanks a lot!
by jmtuley
Tue Sep 21, 2010 10:53 pm
Forum: Text Formatting
Topic: References for custom list environment
Replies: 5
Views: 4013

References for custom list environment

Hi, Jhon

you could use the enumitem package; a little example:


That was very helpful and a great start for me; unfortunately, not sufficient: I need to write a self-contained (or reliant only on standard packages) package/class to give to authors, to maintain consistency of style across a ...
by jmtuley
Tue Sep 21, 2010 5:37 pm
Forum: Text Formatting
Topic: References for custom list environment
Replies: 5
Views: 4013

References for custom list environment

Hello,

I am working on an environment for axiom lists. The end result should look something like:
\begin{axiomlist}[AMon]
\item Axiom 1 \label{axm:test}
\item Axiom 2
\item Axiom 3
\end{axiomlist}
which should produce output like

(AMon1) Axiom 1
(AMon2) Axiom 2
(AMon3) Axiom 3


I have that ...
by jmtuley
Wed Sep 30, 2009 5:14 pm
Forum: Fonts & Character Sets
Topic: Accessing Ł with MinionPro
Replies: 4
Views: 3129

Re: Accessing Ł with MinionPro

Indeed! Thanks again for your help!

-- John.
by jmtuley
Tue Sep 29, 2009 11:50 pm
Forum: Fonts & Character Sets
Topic: Accessing Ł with MinionPro
Replies: 4
Views: 3129

Re: Accessing Ł with MinionPro

Thank you Thorsten for your reply! It turns out (thanks again to the fonttable package) that the TS1 encoding doesn't even hold the desired symbol; what ended up working was changing TS1 to T1 in both places. (Of course, who has the various font tables memorized?)

I had no idea that the various ...
by jmtuley
Tue Sep 29, 2009 7:05 pm
Forum: Fonts & Character Sets
Topic: Accessing Ł with MinionPro
Replies: 4
Views: 3129

Accessing Ł with MinionPro

Hello all,

I'm trying to use the glyph "Ł" (L with stroke) with the MinionPro package (under pdflatex). Normally, this character would be accessed using the \L command, but MinionPro helpfully redefined that command to produce a "Th" ligature.

I've created a font table using the fonttable package ...