Open moemode opened 1 year ago
Same problem with https://github.com/a-nau/latex-devcontainer.
Googling found https://github.com/MiKTeX/miktex-packaging/issues/210 and from that, I found https://github.com/MiKTeX/miktex-packaging/issues/209#issuecomment-734385178. -- Maybe, it is a packaging error in TeXLive...
I currently don't have time to investigate more. Would be nice if you could try with the Docker image from https://gitlab.com/islandoftex/images/texlive#tex-live-docker-image.
Thanks for your response i tried copying the contents of the enc folder into the enc folder of the distribution. But it did not resolve the issue. In the enc folder the filenames also do not resemble the offending font. It rather seems to be about the tfm directory.
Using the following command i can see that the font file is actually there but not found.
root@6ad9783a73c1:/usr/local/texlive/2023/texmf-dist/fonts# find -type f -name "ntx-Regular-tlf-t1*" ./tfm/public/newtx/ntx-Regular-tlf-t1.tfm
I also tried copying all files from the tfm subfolder in newtx.zip to "/usr/local/texlive/2023/texmf-dist/fonts/tfm/newtx" (instead of public)
To refresh file name database and font map files i ran
mktexlsr
updmap-sys
Are these even correct?
I now tried with the image from islandoftex. Same errors. By the way i also have to comment out the following in config.tex using any of the three images.
%\usepackage{epstopdf} %\epstopdfDeclareGraphicsRule{.svg}{pdf}{.pdf}{% % inkscape -z -D --file=#1 --export-pdf=\OutputFile %}
Otherwise i get the following error before the font errors come up.
(/usr/local/texlive/2023/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package epstopdf Warning: Drivers other than `pdftex' and `luatex' are not supp
orted.
))
! Undefined control sequence.
<recently read> \epstopdfDeclareGraphicsRule
l.381 \epstopdfDeclareGraphicsRule
{.svg}{pdf}{.pdf}{%
?
Is there any known good image compatible with the template?
Is there any known good image compatible with the template?
.pdf always works.
As a quick fix, I can remove svg
conversion support. - One could also switch to the svg package
Sorry i am confused about your last comment. What does
.pdf always works.
mean?
Sorry i am confused about your last comment. What does
.pdf always works.
mean?
\includegraphics{test.pdf}
Works for graphics inclusion. You need to crop the PDF to have the right image size (no white margin etc)
Maybe, I understood your question wrong.
Is there any known good image compatible with the template?
I understood that you wanted to ask for an image format compatible with the template.
See https://tex.stackexchange.com/a/39446/9075 for an MWE
Hey, thanks for getting back. Yes that is a misunderstanding. I was asking about a docker image / other distribution which can compile the template. As outlined above compilation failed with the three texlive based images i tried, including the islandoftext one.
Hey i use qmcgaw/latexdevcontainer:latest-full which uses the TexLive full scheme but on build i get the following error Does anybody see a fix?