render compile
This commit is contained in:
@@ -15,4 +15,7 @@
|
|||||||
\newlabel{supplementary-material}{{b}{1}{Supplementary Material}{section*.1}{}}
|
\newlabel{supplementary-material}{{b}{1}{Supplementary Material}{section*.1}{}}
|
||||||
\@writefile{toc}{\contentsline {section}{Supplementary Material}{1}{section*.1}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{Supplementary Material}{1}{section*.1}\protected@file@percent }
|
||||||
\bibdata{../BB/Ref.bib,../BB/localRef.bib}
|
\bibdata{../BB/Ref.bib,../BB/localRef.bib}
|
||||||
|
\@writefile{lost}{\contentsline {sfg}{\numberline {1}{\ignorespaces ``This is demo figure in supplementary material''}}{2}{sfg.1}\protected@file@percent }
|
||||||
|
\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}}
|
||||||
|
\newlabel{sfg-demofigure}{{1}{2}{``This is demo figure in supplementary material''}{sfg.1}{}}
|
||||||
\gdef \@abspage@last{2}
|
\gdef \@abspage@last{2}
|
||||||
|
|||||||
@@ -79,15 +79,17 @@
|
|||||||
\makesavenoteenv{longtable}
|
\makesavenoteenv{longtable}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
\newsavebox\pandoc@box
|
||||||
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
\newcommand*\pandocbounded[1]{% scales image to fit in text height/width
|
||||||
\makeatother
|
\sbox\pandoc@box{#1}%
|
||||||
% Scale images if necessary, so that they will not overflow the page
|
\Gscale@div\@tempa{\textheight}{\dimexpr\ht\pandoc@box+\dp\pandoc@box\relax}%
|
||||||
% margins by default, and it is still possible to overwrite the defaults
|
\Gscale@div\@tempb{\linewidth}{\wd\pandoc@box}%
|
||||||
% using explicit options in \includegraphics[width, height, ...]{}
|
\ifdim\@tempb\p@<\@tempa\p@\let\@tempa\@tempb\fi% select the smaller of both
|
||||||
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
\ifdim\@tempa\p@<\p@\scalebox{\@tempa}{\usebox\pandoc@box}%
|
||||||
|
\else\usebox{\pandoc@box}%
|
||||||
|
\fi%
|
||||||
|
}
|
||||||
% Set default figure placement to htbp
|
% Set default figure placement to htbp
|
||||||
\makeatletter
|
|
||||||
\def\fps@figure{htbp}
|
\def\fps@figure{htbp}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
@@ -284,7 +286,7 @@
|
|||||||
\let\LanguageShortHands\languageshorthands
|
\let\LanguageShortHands\languageshorthands
|
||||||
\def\languageshorthands#1{}
|
\def\languageshorthands#1{}
|
||||||
\ifLuaTeX
|
\ifLuaTeX
|
||||||
\usepackage{selnolig} % disable illegal ligatures
|
\usepackage[english]{selnolig} % disable illegal ligatures
|
||||||
\fi
|
\fi
|
||||||
\usepackage[]{natbib}
|
\usepackage[]{natbib}
|
||||||
\bibliographystyle{elsarticle-num}
|
\bibliographystyle{elsarticle-num}
|
||||||
@@ -354,6 +356,21 @@ to the main text.
|
|||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
|
\begin{sfg}
|
||||||
|
|
||||||
|
\centering{
|
||||||
|
|
||||||
|
\begin{verbatim}
|
||||||
|
#> NULL
|
||||||
|
\end{verbatim}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
\caption{\label{sfg-demofigure}``This is demo figure in supplementary
|
||||||
|
material''}
|
||||||
|
|
||||||
|
\end{sfg}%
|
||||||
|
|
||||||
|
|
||||||
\bibliography{../BB/Ref.bib,../BB/localRef.bib}
|
\bibliography{../BB/Ref.bib,../BB/localRef.bib}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user