While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- New US Congress bill proposal requires all operating system providers to verify ages [updated]
- Mozilla announced "Thunderbolt", their open-source and self-hostable AI client
- US operating system age verification bill "Parents Decide Act" gets published
- Dune: Awakening to get self-hosted servers, plus they're splitting PvE and PvP
- PlayStation 3 emulator RPCS3 can now auto-configure games for you
- > See more over 30 days here
Recently Updated
- Away all of next week
- Liam Dawe - Testing the VRAM valve patch
- Koopa - New Desktop Screenshot Thread
- tmtvl - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Need some help
Trying to write a resume using this class :
https://github.com/ridhamdave/resume-latex/blob/master/resume.cls
Checking i have the home directory :
kpsewhich -var-value=TEXMFHOME
/home/razing/texmf
I've run texhash to update :
$ texhash /home/razing/texmf
texhash: Updating /home/razing/texmf/ls-R... texhash: Done.
$ ls ~/texmf
ls-R resume.cls tex texput.log
Sadly running pdftex gives the following :
$ pdftex cv.tex
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux) (preloaded format=pdftex) restricted \write18 enabled. entering extended mode (./cv.tex ! Undefined control sequence. l.1 \documentclass {resume} ? ! Undefined control sequence. l.2 \begin {document} ? ! Undefined control sequence. l.3 \name {} ? ! Undefined control sequence. l.4 \address {} ? ! Undefined control sequence. l.5 \address { } ? ! Argument of \ has an extra }. <inserted text> \par <to be read again> } }
? Runaway argument?
! Paragraph ended before \ was complete. <to be read again> \par <to be read again> } }
? [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] )</usr/share/texmf-dist/ fonts/type1/public/amsfonts/cm/cmr10.pfb> Output written on cv.pdf (1 page, 17282 bytes). Transcript written on cv.log.
Not sure what i am doing wrong.
It feels like it is not finding the class at all but i have put it in the directory and updated it.
( note also asked this on reddit)
cat ls-R
% ls-R -- filename database for kpathsea; do not change this line.
./:
.:
ls-R
resume.cls
tex
./tex:
latex
./tex/latex:
resume.cls
Someone of reddit pointed out i was using pdftex and not pdflatex as i should have been.
I did change it but i am again stuck with an empty file for an of the references from the custom class file.
As far as i understand it you place it in ~/texmf/tex/latex/ adn then run texhash to update the tree which tells latex how to find files .
All i want is that one class file that has structures for a resume but for some reason it feels like rocket science trying to load it.
Latex by itself works fine , just the class file does not.
Based on the wiki intstructions the class should be in ~/texmf/tex/latex and then you run texhash.
In any case , I think i am done with it .
I finished my CV based on some examples i found online and i will leave it there.
Maybe i will dig into it more at some point out of curiosity but for now , not that interested.