@@ -484,9 +484,9 @@ \subsection{Inline markup}\label{inline-markup}
484484below gives a small example.
485485
486486\begin {longtable }[]{@{}
487- >{\raggedright\arraybackslash }p{(\columnwidth - 4\tabcolsep ) * \real {0.3014}}
488- >{\centering\arraybackslash }p{(\columnwidth - 4\tabcolsep ) * \real {0.3562}}
489- >{\centering\arraybackslash }p{(\columnwidth - 4\tabcolsep ) * \real {0.3288}}@{}}
487+ >{\raggedright\arraybackslash }p{(\linewidth - 4\tabcolsep ) * \real {0.3014}}
488+ >{\centering\arraybackslash }p{(\linewidth - 4\tabcolsep ) * \real {0.3562}}
489+ >{\centering\arraybackslash }p{(\linewidth - 4\tabcolsep ) * \real {0.3288}}@{}}
490490\caption {Basic inline markup and examples.}\tabularnewline
491491\toprule\noalign {}
492492\begin {minipage }[b]{\linewidth }\raggedright
@@ -567,12 +567,12 @@ \subsubsection{Images}\label{images}
567567e.g.~when adding an image as part of a paragraph. The Markdown
568568\texttt {!{[}Nyan\ cat{]}(nyan-cat.png)\{ height="9pt"\} } includes the
569569image `` nyan-cat.png''
570- \includegraphics [width=\textwidth ,height=0.125in]{images/nyan-cat.png}
570+ \includegraphics [width=\linewidth ,height=0.125in,keepaspectratio ]{images/nyan-cat.png}
571571while scaling it to a height of 9\, pt.
572572
573573\begin {figure }
574574\centering
575- \includegraphics {images/mandrill.jpg}
575+ \pandocbounded { \ includegraphics[keepaspectratio] {images/mandrill.jpg} }
576576\caption {The `` Mandrill'' standard test image, sometimes erroneously
577577called `` Baboon'' , is a popular sample photo and used in image
578578processing research.}\label {fig:mandrill }
@@ -885,7 +885,7 @@ \section{Internal references}\label{internal-references}
885885
886886\begin {figure }
887887\centering
888- \includegraphics [width=1\textwidth ,height=\textheight ]{images/sylt.jpg}
888+ \includegraphics [width=1\linewidth ,height=\textheight ,keepaspectratio ]{images/sylt.jpg}
889889\caption {View of coastal dunes in a nature reserve on Sylt, an island in
890890the North Sea. Sylt (Danish: \emph {Slid }) is Germany's northernmost
891891island.}\label {sylt }
@@ -909,11 +909,11 @@ \subsection{Tables and figures}\label{tables-and-figures}
909909gives `` \ref {proglangs }'' .
910910
911911\begin {longtable }[]{@{}
912- >{\raggedright\arraybackslash }p{(\columnwidth - 8\tabcolsep ) * \real {0.1493}}
913- >{\centering\arraybackslash }p{(\columnwidth - 8\tabcolsep ) * \real {0.2537}}
914- >{\centering\arraybackslash }p{(\columnwidth - 8\tabcolsep ) * \real {0.2836}}
915- >{\raggedright\arraybackslash }p{(\columnwidth - 8\tabcolsep ) * \real {0.1791}}
916- >{\raggedright\arraybackslash }p{(\columnwidth - 8\tabcolsep ) * \real {0.1343}}@{}}
912+ >{\raggedright\arraybackslash }p{(\linewidth - 8\tabcolsep ) * \real {0.1493}}
913+ >{\centering\arraybackslash }p{(\linewidth - 8\tabcolsep ) * \real {0.2537}}
914+ >{\centering\arraybackslash }p{(\linewidth - 8\tabcolsep ) * \real {0.2836}}
915+ >{\raggedright\arraybackslash }p{(\linewidth - 8\tabcolsep ) * \real {0.1791}}
916+ >{\raggedright\arraybackslash }p{(\linewidth - 8\tabcolsep ) * \real {0.1343}}@{}}
917917\caption {Comparison of programming languages used in the publishing
918918tool. {}}\tabularnewline
919919\toprule\noalign {}
0 commit comments