computorg / template-computo-julia

Computo template and documentation for Julia users
https://computorg.github.io/template-computo-julia
2 stars 3 forks source link

Problem with logo when processing with lualatex #2

Open gdurif opened 1 year ago

gdurif commented 1 year ago
$ quarto render template-computo-R.qmd
....
compilation failed- missing packages (automatic installed disabled)
Package luatex.def Error: File `https://computo.sfds.asso.fr/assets/img/logo_
text_vertical.png' not found: using draft setting.

See the luatex.def package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.519 ....asso.fr/assets/img/logo_text_vertical.png}

Line 519 in template-computo-R.tex:

\includegraphics[width=\textwidth,height=2.08333in]{https://computo.sfds.asso.fr/assets/img/logo_text_vertical.png}

Quarto <1.3 known issue (c.f. https://github.com/quarto-dev/quarto-cli/issues/4443), will be fixed by Quarto 1.3+ release.

gdurif commented 1 year ago

3 is a temporary fix (warning message).

This issue will be kept open until Quarto v1.3+ release.