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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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 4285 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