Skip to main content

All Questions

Tagged with
0 votes
1 answer
66 views

Error with xelatex on macos

I updated the Tex installation on macos and the following piece of code, which used to work, is not working any more \documentclass[a4paper]{article} \usepackage{xltxtra} \setmainfont[Ligatures=TeX]{...
Giorgos's user avatar
1 vote
0 answers
142 views

How do I set the TeXLive system font path for fontspec on macOS?

MacTeX / TeXlive 2021 on macOS 10.15.7 I'm trying without luck to use Times New Roman via the fontspec package. I've read that: fc-list : family | sort will produce a list of system fonts that I ...
Robert L's user avatar
2 votes
2 answers
194 views

TeX doesn't apply changed memory settings from local texmf.cnf

I added my own textmf.cnf and have set up TEXMFCNF to point to it with export TEXMFCNF=path: in .zshrc. kpsewhich finds it correctly. My texmf.cnf: stack_size=150000 When I run latexmk -synctex=1 -...
Intolighter's user avatar
0 votes
0 answers
68 views

Cannot use system font in XeLaTeX (macOS)

I'm under macOS 12.4, the following code worked fine for me before % !TEX TS-program = xelatex % !TEX encoding = UTF-8 % !Mode:: "TeX:UTF-8" % contents... \setmonofont[Mapping={}]{Monaco} ...
Chris HazardXD's user avatar
1 vote
0 answers
109 views

Font shape undefined in CI

I have a huge problem with a custom .ttf-font I can't get my head around for hours now. My workflow is to write latex code locally, check it into CI which then compiles it and deploys the pdf to a ...
julianrabe's user avatar
0 votes
0 answers
319 views

Xetex stopped working after update to Mojave

I have a document that uses Xetex that compiled perfectly fine before I updated my OS to Mojave, but now won't compile at all. I've created this simple document in Texshop (v4.24): %!TEX TS-program = ...
mangobingo's user avatar
2 votes
1 answer
1k views

Issue with Pythontex using a LaTeX editor (MacOS - Anaconda)

I just achieved a clean install of MacOS Mojave. I have reinstalled Pythontex with the help of TeX Live Utility. Python 3 is installed with Anaconda. The package works fine when the typesetting is ...
jowe_19's user avatar
  • 1,013
20 votes
1 answer
3k views

Italic went rogue in my document: what happened?

I periodically maintain a long document (by ‘maintaining’ I mean: adding new parts, deleting some old stuff, etc. without revolutionizing the whole thing). I’m using XeLaTeX, provided by a standard ...
user avatar
5 votes
2 answers
2k views

fontspec font-not-found / Invalid fontname on Mac update

Over the past few years, I have had a rare but recurring problem where, when I typeset a document using EB Garamond, which I have installed on my Mac, I receive the following error: (/usr/local/...
Moacir's user avatar
  • 101