Search found 34 matches

by murraye
Fri Jul 08, 2016 5:00 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Change index "see also" and "see" format
Replies: 0
Views: 8839

Change index "see also" and "see" format

Desired index result

I want an index using makeindex to have entries like the following (where I've used ~~~ and ~~~~~~ to indicate indenting for subentries and sub subentries):

nothing, 1
~~~ nil, 1
~~~~~~ and zero, 1
~~~~~~ ( see also null elements}
~~~ null, 1
~~~ See also zero ...
by murraye
Mon Jul 04, 2016 5:00 pm
Forum: General
Topic: How to change the tickness of \hrulefill ?
Replies: 3
Views: 21436

Re: How to change the tickness of \hrulefill ?

How could one define \vhrulefil using just actual LaTeX commands and not any lower-level TeX commands?l
by murraye
Wed Aug 06, 2014 11:37 pm
Forum: Fonts & Character Sets
Topic: How use Adobe Times Roman small caps in LaTeX?
Replies: 10
Views: 13684

How use Adobe Times Roman small caps in LaTeX?

Please explain the names indicated for renaming Adobe's distributed files:

ptmrc8a (initially tirsc___) and

pfmb8a (initially tibsc___)

OK, the foundry (source) name is "p" for Adobe.

For the Times-RomanSC (tirsc___), the next two letters "t m" indicate Times; OK, too. Is the next letter, the ...
by murraye
Wed Aug 06, 2014 11:32 pm
Forum: Fonts & Character Sets
Topic: How use Adobe Times Roman small caps in LaTeX?
Replies: 10
Views: 13684

How use Adobe Times Roman small caps in LaTeX?

Having the downloaded .afm files in hand, too, I finally went through the entire process described in font installationguide.pdf. (That includes running the appropriate updmap commands with TeXLive 2014).

Unfortunately, I cannot get the Adobe Times Roman SmallCaps font to work in LaTeX. For example ...
by murraye
Tue Aug 05, 2014 7:18 pm
Forum: Fonts & Character Sets
Topic: How use Adobe Times Roman small caps in LaTeX?
Replies: 10
Views: 13684

Re: How use Adobe Times Roman small caps in LaTeX?

Apparently the problem was that I didn't have the needed .afm text-version metric fonts, just the binary .pfm versions. But I found the .afm files on-line, and now the processing of the driver file does produce *.pl and *.vpl output files.

I just hope the .afm files I located are the correct text ...
by murraye
Mon Aug 04, 2014 3:14 am
Forum: Fonts & Character Sets
Topic: How use Adobe Times Roman small caps in LaTeX?
Replies: 10
Views: 13684

How use Adobe Times Roman small caps in LaTeX?

I renamed tirsc___.pfb and tirsc___.pfm to ptmrc8a.pfb and ptmrc8a.pfm; and renamed tibsc___.pfb and tibsc___.pfm to pfmb8a.pfb and pfmb8a.pfm.

The next step, according to fontinstallationguide.pdf, would see to be to tex driver files such as:

\input fontinst.sty
\needsfontinstversion{1.926 ...
by murraye
Thu Dec 20, 2012 5:31 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: modified "see" command adds spurious page number
Replies: 17
Views: 21109

modified "see" command adds spurious page number

I have just seen your query today while investigating MakeIndex myself.
Is not your error to use \seeonly rather than |seeonly inside the \index parameter?
The following works well for me.

\documentclass{article}

\newcommand{\seeonly}[2]{(\emph{see} #1)}
\usepackage{makeidx}\makeindex ...
by murraye
Tue Sep 25, 2012 10:27 pm
Forum: General
Topic: TOC "Appendices" comes after 1st appendix entry
Replies: 3
Views: 6858

TOC "Appendices" comes after 1st appendix entry

Hi murraye,

nice to see that you found it out, thanks for posting the solution. Btw. we had the same already here: Appendix not appearing in the table of contents .

Stefan
That post on this forum did not appear to be quite the same issue: it dealt with the title of a particular appendix not ...
by murraye
Tue Sep 25, 2012 7:54 pm
Forum: General
Topic: TOC "Appendices" comes after 1st appendix entry
Replies: 3
Views: 6858

TOC "Appendices" comes after 1st appendix entry

A resolution of this issue appears at http://tex.stackexchange.com/questions/74039/.

Briefly: there's a documented conflict betwen \include and \addcontentsline .

Possible workarounds are:

(1) use \input instead of \include (which is what I was trying to avoid);

(2) keep \include but move the ...
by murraye
Sun Sep 23, 2012 10:37 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: modified "see" command adds spurious page number
Replies: 17
Views: 21109

modified "see" command adds spurious page number

I think I finally figured out, but would welcome suggestions for improvement or additional test cases. I changed the \gobbletwo command to a command \gobbleone that eats only the first argument but spits out the second.

This is essentially the same as my suggestion. I'd favor mine as it doesn't ...