Giter VIP home page Giter VIP logo

Comments (5)

Cicatrice avatar Cicatrice commented on July 20, 2024

Hello,

sorry for the trouble, I made those tests on a Windows computer. I will have a look on a linux machine this evening.

from cv4tw.

troyane avatar troyane commented on July 20, 2024

How can I help to solve this issue and make cv4tw better? :)

from cv4tw.

Cicatrice avatar Cicatrice commented on July 20, 2024

Hello,

It's really kind to you :) I finally found the issue, it's due to a difference of behaviour between TeXLive and MikTeX about TEXINPUTS.

On Linux, TEXINPUTS needs a semicolon at the end to include the standard TeX "classpath". So, instead of :

export TEXINPUTS=.:..

you need to give :

export TEXINPUTS=.:..:

As I reinstall my whole TeXLive env, please find below the depedencies required for the CV sample :

sudo yum install texlive texlive-xetex texlive-newenviron texlive-xetex-def texlive-xstring texlive-lastpage texlive-libertine texlive-euenc texlive-pbox texlive-needspace texlive-fontawesome fontawesome-fonts texlive-realboxes

This is the installation line for Fedora 20, but I guess you'll adapt it easily to your distribution.

from cv4tw.

troyane avatar troyane commented on July 20, 2024

Yes, now it work fine, and I really can do make and got pdf. Thank you.

In Debian-based systems all dependencies can be satisfied by next command:

sudo apt-get install texlive-latex-extra texlive-xetex texlive-fonts-extra fonts-linuxlibertine

(since lots of stuff are already in packages texlive-latex-extra, texlive-xetex).

from cv4tw.

Cicatrice avatar Cicatrice commented on July 20, 2024

Thanks for your feedback, I will add the Debian-based deps in the README.

from cv4tw.

Related Issues (8)

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.