Search found 3 matches

by hsmyers
Wed Dec 12, 2012 10:00 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: multind | Indexed Words removed from Text
Replies: 2
Views: 6673

multind | Indexed Words removed from Text

Since the raw method of using \index is a PIA, I usually create something like:

Code: Select all

\newcommand\Index[1]{#1\index{#1}}
then it's a simple matter of \Index{text to index} which will duplicate the text in place and pass it to the index mechanism. Luck! :)
by hsmyers
Wed Dec 12, 2012 9:48 am
Forum: LyX
Topic: Compile only certain Pages
Replies: 4
Views: 5369

Compile only certain Pages

Lookup the details on \input{file} and \includefile{file}. Somewhere around page 206 of 'Guide to Latex'. This is what I use for pretty much the same problem. Luck! :)
by hsmyers
Sat Feb 26, 2011 6:34 am
Forum: Page Layout
Topic: fancybox and draftwatermark conflict
Replies: 0
Views: 1245

fancybox and draftwatermark conflict

It seems that I can have one or the other but not both. That being the case is there a sort of \pagebox that can be used for the title page of an article? A related question is, is there a way to make the watermark transparent so that it doesn't get overlain by graphics on the same page?