Search found 5 matches

by jimbo
Thu Dec 23, 2010 1:09 am
Forum: Text Formatting
Topic: adobe font families
Replies: 4
Views: 3136

Re: adobe font families

Done
by jimbo
Mon Dec 20, 2010 8:26 am
Forum: Text Formatting
Topic: formating minitoc page numbers
Replies: 2
Views: 3261

Re: formating minitoc page numbers

Hello,

Thanks for the reply - I think however I was not clear. I would like to format the page number next to the section name within the minitoc environment. ie I have 'section name.................3' and I want to change the formatting of the '3' relative to the 'section name. I would like ...
by jimbo
Thu Dec 16, 2010 7:41 pm
Forum: Text Formatting
Topic: adobe font families
Replies: 4
Views: 3136

Re: adobe font families

Thank you for the reply.

I made the changes you suggested, and from the lmodern package found the lmodern sans serif family 'lmss' which is implemented in quotchap using...

\DeclareOption{sansserif}{\@newfontcmd{\@defaultcnfont}{lmss}}

...which works.

I am using Texlive 9.0 as is on the ...
by jimbo
Thu Dec 16, 2010 5:41 pm
Forum: Text Formatting
Topic: adobe font families
Replies: 4
Views: 3136

adobe font families

Hello all,

I am using the package quotchap, and would like to add more font options. I believe that this is possible by using the font family identifier, such as...

\DeclareOption{times}{\@newfontcmd{\@defaultcnfont}{ptm}}

...would add the adobe times font family 'ptm' to the list of quotchap ...
by jimbo
Thu Dec 16, 2010 4:03 pm
Forum: Text Formatting
Topic: formating minitoc page numbers
Replies: 2
Views: 3261

formating minitoc page numbers

Hello all,

I have a document using tocloft and minitoc. I have formatted the table of contents using tocloft such that the text remains in \rm font, however the page numbers (to match my footers throughout the document) are in \sfseries font. This is done using...

\usepackage{tocloft ...