Skip to content

Instantly share code, notes, and snippets.

@DominikPeters
Last active February 16, 2022 14:58
Show Gist options
  • Save DominikPeters/449c0d005b8a35fc2eb3938794ac7d66 to your computer and use it in GitHub Desktop.
Save DominikPeters/449c0d005b8a35fc2eb3938794ac7d66 to your computer and use it in GitHub Desktop.
Some tips for using lwarp for Latex to HTML conversion

Replace natbib by biblatex to get citation links

\usepackage[backend=bibtex, style=authoryear-comp, natbib=true, sortcites=false]{biblatex}
\addbibresource{main.bib}

% optional if you want (Smith 1776) instead of (Smith, 1776)
\renewcommand*{\nameyeardelim}{\addspace}

\begin{document}
% . . .
\printbibliography
\end{document}
@DominikPeters
Copy link
Author

Issue: \LWR@restoreorigformatting should restore \verb!! formatting. Otherwise it gets expanded as \texttt in lateximages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment