Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
924 views

Undefined control sequence \g__prg_map_int [duplicate]

I'm trying to improve an answer of mine and I've found a solution which works perfectly on Overleaf (I looked at the log, not only what is displayed). \listfiles \documentclass[12pt,fleqn]{article} \...
CarLaTeX's user avatar
  • 66.2k
11 votes
1 answer
310 views

Undefined sequence error with calligraphy tikz library

The following MWE is from calligraphy's manual (p.9) with Joseph Wright's workaround for the library's use of obsolete functions: \documentclass[border=10pt]{standalone} \usepackage{tikz} \usepackage{...
cfr's user avatar
  • 219k
11 votes
1 answer
624 views

TL2018 (MacTeX) and TikZ calligraphy library

Under MacTeX 2018 the following TeX file: \documentclass{article} \usepackage{tikz} \usetikzlibrary{decorations.pathreplacing,calligraphy} \begin{document} \tikz\draw[decorate,decoration={...
sgmoye's user avatar
  • 9,061