LyXLyX 2.2.1 CV

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
msl
Posts: 9
Joined: Sun Mar 04, 2012 9:33 pm

LyX 2.2.1 CV

Post by msl »

I recently upgraded LyX from 2.1.1 to 2.2.1. Unfortunately, none of the three main example CVs given (Modern, EU, and Simple) in the LyX Wiki will even open in the new version of LyX. I am on a 64 bit machine using Windows 10.

Has anyone been able to get the standard CV templates to open in the new LyX?

I am particularly interested in formats that have output looking like this:
https://docs.google.com/viewer?a=v&pid= ... M3OGI3ODM3

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

LyX 2.2.1 CV

Post by Stefan Kottwitz »

I took a look at that layout:
cv.png
cv.png (88.63 KiB) Viewed 4069 times
That's a simple table. Or 2 tables: both tabularx with \textwidth, the first one with XX columns, the main table with lXr columns, or make a 3rd table with lX.

With LaTeX, I would make my own macros for the formatting of entries (fonts). I would not make big tables, but a tabularx table for each section. For this table, with basic formatting and spacing before and after, I would make a macro too. So, once all is typed in, I could tweak just the macros to adjust look and layout.

With LyX, well, this could mean making an own layout. Or just typing it in, using LyX tables and formatting.

It depends, if you plan to use it for a long time, or just now. If you see yourself in 10 years using the CV for a later job again, re-using application letters, and becoming a good LaTeX user, you may take the LaTeX path for the CV. ;-)

Stefan
LaTeX.org admin
Post Reply