Continue work on Chapter 4.
This commit is contained in:
21
Graphics.sty
21
Graphics.sty
@@ -13,21 +13,18 @@
|
||||
}
|
||||
|
||||
\newcommand{\cfig}[4]{%
|
||||
\begin{figure}[ht]%
|
||||
|
||||
}
|
||||
\newcommand{\centerfig}[4][]{
|
||||
\begin{figure}[ht]%
|
||||
\centering%
|
||||
#4{#1}%
|
||||
\caption{#3}%
|
||||
\label{fig:#2}%
|
||||
\includegraphics[keepaspectratio,#1]{#2}%
|
||||
\caption{#4}%
|
||||
\label{fig:#3}%
|
||||
\end{figure}%
|
||||
}
|
||||
\newcommand{\centerfig}[3]{\cfig{#1}{#2}{#3}{\includegraphics}}
|
||||
\newcommand{\centerfigw}[4][\textwidth]{
|
||||
\cfig{#2}{#3}{#4}{
|
||||
\includegraphics[keepaspectratio,width=#1]
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand{\bigfig}[4][\twoscreenshotmaxwidth]{%
|
||||
\newcommand{\bigfig}[4][\bigfloatwidth]{%
|
||||
\bigfloat[#1]{figure}{htp}{%
|
||||
\captionsetup{type=figure}%
|
||||
\includegraphics[keepaspectratio,width=\textwidth]{#2}%
|
||||
@@ -36,7 +33,7 @@
|
||||
}%
|
||||
}
|
||||
|
||||
\newcommand{\doublebigfig}[7][\twoscreenshotmaxwidth]{%
|
||||
\newcommand{\doublebigfig}[7][\bigfloatwidth]{%
|
||||
\bigfloat[#1]{figure}{p}{%
|
||||
\captionsetup{type=figure}%
|
||||
\includegraphics[keepaspectratio,width=\textwidth]{#2}%
|
||||
|
||||
Reference in New Issue
Block a user