@@ -484,9 +484,9 @@ \subsection{Inline markup}\label{inline-markup}
484
484
below gives a small example.
485
485
486
486
\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}}@{}}
490
490
\caption {Basic inline markup and examples.}\tabularnewline
491
491
\toprule\noalign {}
492
492
\begin {minipage }[b]{\linewidth }\raggedright
@@ -567,12 +567,12 @@ \subsubsection{Images}\label{images}
567
567
e.g.~when adding an image as part of a paragraph. The Markdown
568
568
\texttt {!{[}Nyan\ cat{]}(nyan-cat.png)\{ height="9pt"\} } includes the
569
569
image `` 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}
571
571
while scaling it to a height of 9\, pt.
572
572
573
573
\begin {figure }
574
574
\centering
575
- \includegraphics {images/mandrill.jpg}
575
+ \pandocbounded { \ includegraphics[keepaspectratio] {images/mandrill.jpg} }
576
576
\caption {The `` Mandrill'' standard test image, sometimes erroneously
577
577
called `` Baboon'' , is a popular sample photo and used in image
578
578
processing research.}\label {fig:mandrill }
@@ -885,7 +885,7 @@ \section{Internal references}\label{internal-references}
885
885
886
886
\begin {figure }
887
887
\centering
888
- \includegraphics [width=1\textwidth ,height=\textheight ]{images/sylt.jpg}
888
+ \includegraphics [width=1\linewidth ,height=\textheight ,keepaspectratio ]{images/sylt.jpg}
889
889
\caption {View of coastal dunes in a nature reserve on Sylt, an island in
890
890
the North Sea. Sylt (Danish: \emph {Slid }) is Germany's northernmost
891
891
island.}\label {sylt }
@@ -909,11 +909,11 @@ \subsection{Tables and figures}\label{tables-and-figures}
909
909
gives `` \ref {proglangs }'' .
910
910
911
911
\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}}@{}}
917
917
\caption {Comparison of programming languages used in the publishing
918
918
tool. {}}\tabularnewline
919
919
\toprule\noalign {}
0 commit comments