LyX ⇒ LyX 2.2.1 CV
LyX 2.2.1 CV
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
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: 10334
- Joined: Mon Mar 10, 2008 9:44 pm
LyX 2.2.1 CV
That's a simple table. Or 2 tables: both

\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