Michal Vlasák
Michal Vlasák
Hm, I checked and found a report of two bug to `pdfx` to the `pdftex` mailing list. No reply from the maintainers. So probably no big chances of merging docs...
AFAICT #953 will solve the file loading issue. So the following compiles correctly: ```latex % test-pdfx.tex \let\pdfcreationdate=\creationdate \documentclass{report} \usepackage{pdfx} \begin{document} This is a test for pdfx. \end{document} ``` ``` $...
As of now, the state of XeTeX in Tectonic corresponds to TeX Live 2020 (TeX Live 2020.0, r54631). "Cherry-picking" this change is probably not the right approach. But after the...
> I have a similar issue with `tectonic` and the font `urw-garamond`, on Arch Linux: > > ``` > warning: Tectonic unable to generate PK font "ugmm8a.pfb" (dpi 600) on-the-fly...
```latex \documentclass{article} \usepackage{fontawesome} \begin{document} \faStar \end{document} ``` Thanks to the workaround, this works in the latest release. So the issue can be closed I think. For future reference, see also...
This is essentially https://github.com/tectonic-typesetting/tectonic/issues/9 once again. See also my comment here: https://github.com/tectonic-typesetting/tectonic/issues/965#issuecomment-1317865762. It's reassuring that even Will Robertson calls the font file name the better way of specifying the fonts...
CC @LuckyTurtleDev A workaround to silence the warnings is to add the following _before_ the offending font packages are loaded: ```tex \newcount\XeTeXtracingfonts ``` This makes `\XeTeXtracingfonts` more or less a...
This is the "`\pdfoutput=1` Arxiv-Tectonic problem". See https://github.com/tectonic-typesetting/tectonic/issues/916 and https://github.com/tectonic-typesetting/tectonic/issues/863. This topic seems to be a great candidate for a good solution in the first place and an FAQ entry....
@AlongWY Sorry, I didn't realize that by doing `\setmainfont{TeX Gyre Termes}` I am triggering https://github.com/tectonic-typesetting/tectonic/issues/9 (see https://github.com/tectonic-typesetting/tectonic/issues/965#issuecomment-1317865762 for details). Instead of: ```latex \usepackage{fontspec} \setmainfont{TeX Gyre Termes} ``` try: ```latex \usepackage{fontspec}...
See here: https://github.com/tectonic-typesetting/tectonic/issues/8#issuecomment-1329332011. I unfortunately don't have better news. The problem is in the metropolis package itself - as Tectonic is based on XeLaTeX, if metropolis doesn't work well with...