Code Monkey home page Code Monkey logo

Comments (2)

periodicpoint avatar periodicpoint commented on May 27, 2024

Hi @VP59m,

thank you for reporting this bug.

BLUF

  1. I fixed the bug you can update now and try again.
  2. Your error is most likely caused by the tilde symbol “~” in file 00_00_settings.yaml at line 269 at “usetusetikzlibrary:”. Removing the tilde should fix your error.

TL;DR

Cause

The error is caused by the ASCII tilde symbol “~” in the settings or metadata files. Here most likely at line 269 at “usetikzlibrary:“.

Explanation

In the general YAML treats tildes as NULL.
The error message: „Error producing PDF. ! Missing \endcsname inserted. \TU\textasciitilde l.86 \usetikzlibrary{\textasciitilde{}}“ is caused by the existence of the tilde symbol in the metadata or settings (YAML) file, because pandoc translates occurrences tildes of into “\textasciitilde{}”. The LaTeX compiler (XeTeX) do not like “\textasciitilde{}” inside of “\usepackage{}” or “\usetikzlibrary{}”.

Fix

Remove every occurrence of “~” in the settings and metadata files.

I hope it helps.

Cheers,
Martin

PS: Please note that I regard arabica not stable at the moment. I'll probably completely redesign arabica in the near future. I plan to simplify the entire thing, but this may be breaking changes. …

from arabica.

VP59m avatar VP59m commented on May 27, 2024

thank you so much :)

from arabica.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.