making only one chapter & latex question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

making only one chapter & latex question

Ben Coman

1. What is the command line to make only a single chapter ?

2. What is the difference between latex commands \emph{} and
\emphind{}.   I can't see any visible difference in the PDF.

cheers -ben
_______________________________________________
Sbe-discussion mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/sbe-discussion
Reply | Threaded
Open this post in threaded view
|

Re: making only one chapter & latex question

Damien Cassou
On Mon, Jun 4, 2012 at 5:56 PM,  <[hidden email]> wrote:
> 1. What is the command line to make only a single chapter ?

cd TheChapter
pdflatex TheChapter.tex

> 2. What is the difference between latex commands \emph{} and \emphind{}.   I
> can't see any visible difference in the PDF.

all macros are defined in common.tex:

\newcommand{\emphind}[1]{\index{#1}\emph{#1}\xspace} % emph #1

so, \emphind adds its parameter to the index (list of terms at the end
of the book) and emphasizes it.

Best,

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry

_______________________________________________
Sbe-discussion mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/sbe-discussion