Search found 3 matches

by Lenin Arango
Fri Apr 25, 2014 7:07 pm
Forum: General
Topic: Table of Contents page break
Replies: 1
Views: 1964

Table of Contents page break

We are dealing with a problem in our table of contents, there is a page break and the number of the chapter and the name of it is separate in two pages. How to solve it? We use the the code

Code: Select all

\tableofcontents %  
\listoftables %  
\listoffigures %  
by Lenin Arango
Fri Jul 19, 2013 10:33 pm
Forum: Graphics, Figures & Tables
Topic: Problem using pstricks and \includegraphics
Replies: 3
Views: 6625

Re: Problem using pstricks and \includegraphics

Hi,

See attached the document. I use Texmaker as editor. If I use the configuration
A) PdfLaTeX + ViewPDF - I can insert .png figures, but I cannot draw using pstricks.

B) LaTeX + dvips + ps2pdf + ViewPDF - I can draw but I cannot insert .png images.

Thanks
by Lenin Arango
Fri Jul 19, 2013 9:07 pm
Forum: Graphics, Figures & Tables
Topic: Problem using pstricks and \includegraphics
Replies: 3
Views: 6625

Problem using pstricks and \includegraphics

I want to use these to ways to create a figure in my document:
A)
\begin{figure}[H]
\begin{center}
\subfigure[ Simulation T=10]{
\includegraphics[scale=.3]{Question1_partb_t10.png}
}
\subfigure[Simulation T=100 ]{
\includegraphics[scale=.3]{Question1_partb_t100.png}
}
\end{center}
\caption ...