ramiromagno / wiley-njd

Wiley's New Journal Design (NJD) Latex Authoring Template
MIT License
13 stars 1 forks source link

How to prevent image unit conversion? #3

Open ramiromagno opened 1 year ago

ramiromagno commented 1 year ago

Is there a simple way of preventing the '9pc' in:

https://github.com/ramiromagno/wiley-njd/blob/885a1827617952d3d01156ab68e6af8c8e118337/template.qmd#L131

getting converted to inches in latex:

\begin{figure}[t]
{\centering \includegraphics[width=\textwidth,height=1.5in]{empty.pdf}}
\caption{\label{fig-fig1}This is the sample figure caption.}
\end{figure}

The motivation is getting a latex template that is identical to the journal's provided template. These small changes, although not semantically different, do make an automatic file comparison between templates a lot more difficult.

ramiromagno commented 1 year ago

Being addressed here: https://github.com/jgm/pandoc/issues/8957.