mirror of https://github.com/CGAL/cgal
Fix LaTeX warnings about figure size
This commit is contained in:
parent
0960df404b
commit
d1fb311118
|
|
@ -59,7 +59,7 @@ slots}, and to connect them. Second, it allows to install \ccAnchor{http://doc.
|
|||
\begin{figure}[t]
|
||||
\begin{ccTexOnly}
|
||||
\begin{center}
|
||||
\includegraphics[width=\linewidth]{GraphicsView/uml-design}
|
||||
\includegraphics[width=0.95\linewidth]{GraphicsView/uml-design}
|
||||
\end{center}
|
||||
\end{ccTexOnly}
|
||||
\begin{ccHtmlOnly}
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ These regions are bounded by angular bisectors of the supporting lines of the co
|
|||
\includegraphics{Straight_skeleton_2/simple_skeleton_1.pdf} % omit suffix .eps to support PS and PDF
|
||||
\end{center}
|
||||
\begin{center}
|
||||
\includegraphics{Straight_skeleton_2/validly_touching.pdf} % omit suffix .eps to support PS and PDF
|
||||
\includegraphics[height=0.33\textheight]{Straight_skeleton_2/validly_touching.pdf} % omit suffix .eps to support PS and PDF
|
||||
\end{center}
|
||||
\end{ccTexOnly}
|
||||
|
||||
|
|
@ -337,7 +337,7 @@ Contour vertices have time zero.
|
|||
\begin{figure}[htbp]
|
||||
\begin{ccTexOnly}
|
||||
\begin{center}
|
||||
\includegraphics{Straight_skeleton_2/fig6.pdf} % omit suffix .eps to support PS and PDF
|
||||
\includegraphics[width=0.95\linewidth]{Straight_skeleton_2/fig6.pdf} % omit suffix .eps to support PS and PDF
|
||||
\end{center}
|
||||
\end{ccTexOnly}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue