Search found 2 matches

by latexLatex
Sun Jan 08, 2012 10:06 pm
Forum: Text Formatting
Topic: book | Title not showing up
Replies: 2
Views: 3404

Re: book | Title not showing up

thank you very much for the response :) That fixed my problem
by latexLatex
Sun Jan 08, 2012 9:14 pm
Forum: Text Formatting
Topic: book | Title not showing up
Replies: 2
Views: 3404

book | Title not showing up

Hello all, I am new to latex. In my main file I am using the code:
\documentclass{book}

\includeonly{part_1,part_2,part_3,part_4}

\begin{document}
\title{myTitle}
\author{myName}
\include{part_1}
\include{part_2}
\include{part_3}
\include{part_4}
\end{document}
part_1.tex, part_2.tex, part_3 ...