Coder Social home page Coder Social logo

Comments (4)

VP59m avatar VP59m commented on June 1, 2024

Ok creating the folder output into the project folder seems to fix it! :)

from arabica.

VP59m avatar VP59m commented on June 1, 2024

Any ideas about Libertinus Serif error? I worked around the problem :). Can we talk here or it's better in an other issue?

Regards Igor

from arabica.

periodicpoint avatar periodicpoint commented on June 1, 2024

@VP59m, regarding your Libertinus font issue:

BLUF

  1. Go to the Libertinus font git repository and install the Libertinus font system-wide.
  2. Alternatively install the libertinus package with the package manager of your LaTeX distribution (e.g.
    TeX Live or MiKTeX); see also CTAN.
  3. Done. This should solve your issue.

TL;DR

Cause

  1. The Libertinus font issue you are describing is most likely not an issue of arabica itself.
  2. Your issue is most likely caused by
    1. the absence of the Libertinus font in your operating system or
    2. the inaccessibility of the Libertinus font to your LaTeX typesetting engine (eg. XeLaTeX).

Explanation

  1. In the settings file 00_00_setting.yaml at line 129-132 we are setting the main document font to Libertinus explicitly with:
    mainfont: 'Libertinus Serif', sansfont: 'Libertinus Sans', monofont: 'Libertinus Mono', mathfont: 'Libertinus Math'.
  2. By calling pandoc with the XeLaTeX engine and these settings, XeLaTeX (if I assume correctly) looks up the main font, sans font, mono font and the math font respectively in the *texmf tree e.g. /texmf-dist/fonts (under Linux) or in your operating systems font directory e.g. /usr/share/fonts/ (under Linux).
  3. If XeLaTeX does not find those corresponding font files XeLaTeX will give you an error.

Fix

See BLUF above.

Cheers

from arabica.

VP59m avatar VP59m commented on June 1, 2024

Hi @QualiaCode!
Thank you so much! I thought Libertinus font is in texlive-fontsextra, but maybe there is only Libertinus math font! Now installing in my Arch-based distro (Arcolinux) otf-libertinus-git, it's solved!

Thanks!!!
Cheers

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.