Go to page:

Search:   Help

Navigation

Groups

LyX documentation

Edit

Shared groups

Links

CV

Categories: Example, CV, Layouts
<< No page number on first page | Page list | CV Bruce Pourciau >>

Writing a CV/resume using LyX.

Writing a CV/resume using LyX

Two methods of writing a CV are illustrated here. One is based on the Koma (article) class, and the other on Jean-Marc's CV class.

Here are some examples of how actual CVs may look:

Files

New files
  • simplecv [CTAN] - new version of Jean-Marc's CV-class.

Using Jean-Marc's new CV-class

Work in progress!
  • Installation
    • Installation and test build of the example (a LaTeX file).
      • From CTAN (see the section on files for a link), download the following files to a local directory:
        • simplecv.ins
        • simplecv.dtx
        • testcv.tex
      • Open a shell prompt and change to the directory to where you downloaded the files. Then execute:
        latex simplecv.ins
        
        
      The result file you want is the file simplecv.cls
      • Test building the file testcv.tex by executing:
        latex testcv
        latex testcv
        
      Yes, you should run latex twice to resolve all cross-references. You should now have a file testcv.dvi that looks ok. The folder in CTAN contains a PDF that you can compare with.
  • Copying the class file to somewhere that LaTeX finds it.
    • On my Ubuntu system, see LyX on Ubuntu, I could just place the class file in ~/texmf/tex/latex
    • Do a LyX reconfigure.
    • Check the document Help->LaTeX Configuration to verify that simplecv has
      Found: Yes

Installation

Just download the class file to somewhere in LaTeX's path, and download the layout file to for instance your directory $HOME/.lyx/layouts . (You will have to restart LyX in order for LyX to find the new .layout-file).

You should now be able to download and build syntax.lyx.

Building the CV example

If you want to try and build the CV example, download the source file, photo and bibliography-files into a directory. Then move the bibliography files (.bib) to somewhere that BibTeX will find them (specified by for instance $BIBINPUTS).

Now you should be able to open the example and build it.

History

I wrote my CV first using the Koma article class, and had to struggle to get formatting the way I wanted it. Converting it to Jean-Marc's CV class was surprisingly easy and the class works well in my opinion.

Comments, Bugs

I'm not sure I like that the citation numbers in the list of publications are in italic though. The only minor modification I had to do was to add the paragraph style Comment to the layout-file, since I was using those.

-- I tried to use this class on Mac OS X by putting the .cls file where the LyX .cls files are and the same for the layout. Restarted lyx but when I open the syntax.lyx file it says it can't find the class. Also, what did you mean by build the example? You mean make a .dvi out of it?? Thanks.

Contributors

Copyright

Bah.

--

I created this to test out some features.



Bruce Pourciau's CV Template

Bruce Pourciau's CV Template. Complete page here.


Using moderncv in LyX

How to get nice output using the popular moderncv LaTeX class in LyX.

Categories

Edit - History - Print - Recent Changes - All Recent Changes - Search
Page last modified on 2008-05-16 11:29 CEST