Michal Vlasák

Results 50 comments of Michal Vlasák

Thanks for the MWE, it got me started. I think the problem is your usage of `\inputminted`. According to the [documentation](https://texdoc.org/serve/minted/0), the syntax is as follows: ```latex \inputminted[⟨options⟩]{⟨language⟩}{⟨filename⟩} ``` So...

> > While this does not (neither quoted nor bare) > > i wonder why it worked for me. anyhow, thanks a lot for such digging in the minted documentation....

You uncovered the different behavior and that needs fixing. I suggest to keep the issue open, until we decide whether to do something about it. We could probably start a...

If it is just the fonts, using the font files from Tectonic bundles seems easiest - STIX fonts are packaged on [CTAN](https://www.ctan.org/pkg/stix2-otf), thus bundled by Tectonic. Though sadly one has...

I assume that all fonts that are on CTAN (and hence in TeX Live - barring licensing). These include the ones mentioned above: - https://www.ctan.org/pkg/noto - https://www.ctan.org/pkg/sourcecodepro - https://www.ctan.org/pkg/sourceserifpro I...

By the way: I think that Tectonic already distributes all fonts that it can (i.e. are uploaded to CTAN and their license allows it). So by that logic this issue...

Just to be sure: is it that the following works without warnings: ```latex \documentclass{article} \usepackage{fontspec} \setromanfont{SourceSerifPro}[ Extension = .otf, UprightFont = *-Regular, BoldFont = *-Bold, ItalicFont = *-RegularIt, BoldItalicFont =...

TL;DR: Delete the lines: ```latex \usepackage{noto} \usepackage{sourceserifpro} \usepackage{sourcecodepro} ``` I am not near a computer at the moment, though it looks like you are loading both the font packages (`\usepackage{noto}`,...

> Similar to [#965 (comment)](https://github.com/tectonic-typesetting/tectonic/issues/965#issuecomment-1328086044) I can reproduce the warnings here: [ccebinger/CTAN_Inter#6 (comment)](https://github.com/ccebinger/CTAN_Inter/issues/6#issuecomment-1826194524). FWIW this issue is being tracked in https://github.com/tectonic-typesetting/tectonic/issues/924 and the Inter font is mentioned as well. >...

I agree that `attachfile2` is the right alternative to `attachfile` for XeTeX (generally one needs to look for XeTeX support when using Tectonic). For these kinds of low level packages...