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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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