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
- The "video game preservation service" Myrient is shutting down in March
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- KDE Plasma 6.6.1 rolls out with lots of fixes for KWin
- Lutris v0.5.21 and v0.5.22 arrive with Valve's Sniper runtime support and new game runners
- Open source graphics drivers Mesa 26.0.1 released with various bug fixes and a security fix
- > See more over 30 days here
- steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Jarmer - 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.