You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@palday@kleinschmidt I have switched to a Julia noweb (.jnw) source file for papers/LMMFormulation and modified papers/Makefile to use the texminted doctype and xelatex.
In general it is better to keep a terminal running and use a single Julia process to rerun the weave call every time that you modify LMMFormulation.jnw so that the JIT compilation overhead is amortized over multiple calls. The Makefile entries are primarily there to remind me what the call should look like.
Right now I am trying to get the paper to format correctly. I think it needs further tweaking to accept the UTF-8 characters in the code and code-output blocks. If anyone has magic incantations to allow xelatex to use more utf-8 characters in native input I would appreciate hearing of them.
@palday @kleinschmidt I have switched to a Julia noweb (.jnw) source file for
papers/LMMFormulationand modifiedpapers/Makefileto use thetexminteddoctype andxelatex.In general it is better to keep a terminal running and use a single Julia process to rerun the
weavecall every time that you modifyLMMFormulation.jnwso that the JIT compilation overhead is amortized over multiple calls. TheMakefileentries are primarily there to remind me what the call should look like.Right now I am trying to get the paper to format correctly. I think it needs further tweaking to accept the UTF-8 characters in the code and code-output blocks. If anyone has magic incantations to allow xelatex to use more utf-8 characters in native input I would appreciate hearing of them.