From: W. Trevor King Date: Wed, 26 Jun 2013 12:29:14 +0000 (-0400) Subject: Don't specify .png in \includegraphics{} X-Git-Tag: v1.0~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1761772a023fc1208ac282b0eaf10c2f646d2b03;p=thesis.git Don't specify .png in \includegraphics{} LaTeX figures out valid extensions automatically. --- diff --git a/src/calibcant/discussion.tex b/src/calibcant/discussion.tex index b40f38a..36330d5 100644 --- a/src/calibcant/discussion.tex +++ b/src/calibcant/discussion.tex @@ -113,7 +113,7 @@ the calculated $\kappa$. \begin{figure} \begin{center} - \includegraphics[width=0.8\textwidth]{figures/calibcant/statistics.png} + \includegraphics[width=0.8\textwidth]{figures/calibcant/statistics} \caption{Estimating the statistical uncertainty of the calculated cantilever spring constant $\kappa$ through repeated measurements.\label{fig:calibcant:statistics}} diff --git a/src/calibcant/procedure.tex b/src/calibcant/procedure.tex index 04b4d73..a1da8c1 100644 --- a/src/calibcant/procedure.tex +++ b/src/calibcant/procedure.tex @@ -34,7 +34,7 @@ during this approach--retract cycle is analyzed to measure $\sigma_p$ \begin{figure} \begin{center} - \includegraphics[width=0.8\textwidth]{figures/calibcant/bump.png} + \includegraphics[width=0.8\textwidth]{figures/calibcant/bump} \caption{Measuring the photodiode sensitivity $\sigma_p$ by bumping the cantilever tip on the substrate surface. In the first panel, the blue dots are experimental data, the green line @@ -150,7 +150,7 @@ vibrations are configurable (with \hFconfig, \begin{figure} \begin{center} \subfloat[][]{\label{fig:calibcant:vibration:offset} - \includegraphics[width=0.8\textwidth]{figures/calibcant/vibration.png}} + \includegraphics[width=0.8\textwidth]{figures/calibcant/vibration}} \caption{\protect\subref{fig:calibcant:vibration:offset}Measuring the cantilever's thermal vibration. The top panel shows the raw time series data in bins, the middle panel shows the @@ -172,7 +172,7 @@ vibrations are configurable (with \hFconfig, \ContinuedFloat \begin{center} \subfloat[][]{\label{fig:calibcant:vibration:no-offset} - \includegraphics[width=0.8\textwidth]{figures/calibcant/vibration-no-offset.png}} + \includegraphics[width=0.8\textwidth]{figures/calibcant/vibration-no-offset}} \caption{\protect\subref{fig:calibcant:vibration:no-offset}This is the same data as in \protect\subref{fig:calibcant:vibration:offset} fit with diff --git a/src/introduction/main.tex b/src/introduction/main.tex index 17dfcf8..a5f6020 100644 --- a/src/introduction/main.tex +++ b/src/introduction/main.tex @@ -48,7 +48,7 @@ remarkably difficult. \begin{figure} \begin{center} - \includegraphics[width=2in]{figures/biotin-streptavidin/1SWE.png}% + \includegraphics[width=2in]{figures/biotin-streptavidin/1SWE}% \caption{Complex of biotin\index{biotin} (red) and a streptavidin\index{streptavidin} tetramer (green) (\href{http://dx.doi.org/10.2210/pdb1swe/pdb}{PDB ID: 1SWE})% diff --git a/src/pyafm/frameworks.tex b/src/pyafm/frameworks.tex index f95543c..2f0d5cf 100644 --- a/src/pyafm/frameworks.tex +++ b/src/pyafm/frameworks.tex @@ -66,7 +66,7 @@ reuse existing code to address similar tasks. \begin{figure} \begin{center} \includegraphics[width=0.8\textwidth]{% - figures/binary/pulling_chan_1_2d22.png} + figures/binary/pulling_chan_1_2d22} \caption{An excerpt from the main frame of the LabVIEW stack. This frame codes for the velocity-clamped pull phase of a push--bind--pull experiment.\label{fig:labview}}