LaTeX template for resume/curriculum vitae












482















If you have a TeX'ed resume, did you use a template or make your own? Are there any useful packages? What looks the most professional? How about special considerations for different areas of work (e.g. in academia)?










share|improve this question




















  • 28





    An article pointer and discussion at Hacker News, Why I do my resume in LaTeX, will interest some people here, I think.

    – Charles Stewart
    Feb 21 '11 at 9:13






  • 1





    You could look at How to show off TeX skills with a TeX-typeset CV?.

    – Clément
    Oct 7 '15 at 13:06











  • A friend of mine built a CV similar, I made some updated to work in French an I have add a cover letter. The source code is here .

    – David Beauchemin
    Jun 2 '17 at 23:11
















482















If you have a TeX'ed resume, did you use a template or make your own? Are there any useful packages? What looks the most professional? How about special considerations for different areas of work (e.g. in academia)?










share|improve this question




















  • 28





    An article pointer and discussion at Hacker News, Why I do my resume in LaTeX, will interest some people here, I think.

    – Charles Stewart
    Feb 21 '11 at 9:13






  • 1





    You could look at How to show off TeX skills with a TeX-typeset CV?.

    – Clément
    Oct 7 '15 at 13:06











  • A friend of mine built a CV similar, I made some updated to work in French an I have add a cover letter. The source code is here .

    – David Beauchemin
    Jun 2 '17 at 23:11














482












482








482


399






If you have a TeX'ed resume, did you use a template or make your own? Are there any useful packages? What looks the most professional? How about special considerations for different areas of work (e.g. in academia)?










share|improve this question
















If you have a TeX'ed resume, did you use a template or make your own? Are there any useful packages? What looks the most professional? How about special considerations for different areas of work (e.g. in academia)?







packages templates resume






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 27 '11 at 18:22


























community wiki





6 revs, 4 users 50%
Otis










  • 28





    An article pointer and discussion at Hacker News, Why I do my resume in LaTeX, will interest some people here, I think.

    – Charles Stewart
    Feb 21 '11 at 9:13






  • 1





    You could look at How to show off TeX skills with a TeX-typeset CV?.

    – Clément
    Oct 7 '15 at 13:06











  • A friend of mine built a CV similar, I made some updated to work in French an I have add a cover letter. The source code is here .

    – David Beauchemin
    Jun 2 '17 at 23:11














  • 28





    An article pointer and discussion at Hacker News, Why I do my resume in LaTeX, will interest some people here, I think.

    – Charles Stewart
    Feb 21 '11 at 9:13






  • 1





    You could look at How to show off TeX skills with a TeX-typeset CV?.

    – Clément
    Oct 7 '15 at 13:06











  • A friend of mine built a CV similar, I made some updated to work in French an I have add a cover letter. The source code is here .

    – David Beauchemin
    Jun 2 '17 at 23:11








28




28





An article pointer and discussion at Hacker News, Why I do my resume in LaTeX, will interest some people here, I think.

– Charles Stewart
Feb 21 '11 at 9:13





An article pointer and discussion at Hacker News, Why I do my resume in LaTeX, will interest some people here, I think.

– Charles Stewart
Feb 21 '11 at 9:13




1




1





You could look at How to show off TeX skills with a TeX-typeset CV?.

– Clément
Oct 7 '15 at 13:06





You could look at How to show off TeX skills with a TeX-typeset CV?.

– Clément
Oct 7 '15 at 13:06













A friend of mine built a CV similar, I made some updated to work in French an I have add a cover letter. The source code is here .

– David Beauchemin
Jun 2 '17 at 23:11





A friend of mine built a CV similar, I made some updated to work in French an I have add a cover letter. The source code is here .

– David Beauchemin
Jun 2 '17 at 23:11










33 Answers
33






active

oldest

votes













1 2
next












199














For my current CV, I ended up using moderncv. It doesn’t have many features but it is very easy to use and yields a very elegant output.



However, I also want to mention its drawbacks: customising it isn’t easy, especially since it doesn’t really use a clean, semantic markup. For example, to specify multi-column properties, you actually need to specify the items in an odd order (namely line by line instead of column wise).






share|improve this answer





















  • 15





    Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

    – KeithB
    Jul 26 '10 at 20:28






  • 43





    I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

    – Konrad Rudolph
    Jan 27 '11 at 19:06








  • 10





    moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

    – ℝaphink
    Sep 30 '11 at 13:36






  • 2





    @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

    – Xavier
    Feb 23 '12 at 0:54






  • 1





    @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

    – Konrad Rudolph
    Feb 23 '12 at 7:57



















123














I made my own. In the end, it was much easier that way; you get what you want. Especially if you have situations in which you need to quickly prepare e.g. a 4-page CV, you know how to tweak your own layout to meet the requirements.



Some key tools:




  • article class


  • geometry package for margins


  • hyperref to have a nice PDF (e.g., DOI hyperlinks in the list of publications, proper PDF metadata)


  • enumitem for tweaking list layout; titlesec for section headings


  • cite, url, microtype, babel, ...


  • Keep layout and content separated; easy to do something like input{layout2}input{content} to produce yet another version with a different layout.



  • multibib to get multiple lists of references in the CV (one for journal papers, another for conference papers, etc.):



    newcites{jrnl}{Journal Papers}
    newcites{conf}{Conference Papers}
    ...
    nocitejrnl{...}
    nociteconf{...}
    ...
    section{Scientific Publications}
    {
    renewcommand{section}[2]{subsection{#2}}
    setbiblabelwidth{99}
    bibliographystylejrnl{yyy}
    bibliographyjrnl{xxx}
    setbiblabelwidth{99}
    bibliographystyleconf{yyy}
    bibliographyconf{xxx}
    ...
    }


    The "nocite" lists, etc., are automatically generated from a source file by using a Python script. The lists are actually in a separate file that I input.



  • A tweaked version of the unsrt Bibtex style: I added things like DOI links, etc., by using some ugly hacks.


  • JabRef + some scripts to maintain the Bibtex database.


  • Rubber (with % rubber: module pdftex) for compiling everything. It works OK with multibib.







share|improve this answer





















  • 71





    Could you share an example of this, and typical output, please?

    – Forkrul Assail
    Oct 1 '12 at 13:17






  • 10





    +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

    – nutty about natty
    Jul 9 '13 at 10:52



















69














There are lots of resume examples here with source: http://rpi.edu/dept/arc/training/latex/resumes/.



Google can show a thousand other examples, but that's a good place to start.






share|improve this answer


























  • that's the one i use... pretty nice.

    – Mica
    Nov 12 '10 at 3:30






  • 11





    Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

    – cheshirekow
    Aug 28 '12 at 19:00











  • I didn't like the samples too much. Too simple and colorless! :)

    – H. R.
    Nov 28 '17 at 11:17



















46














ShareLaTeX provides a list of CV/Resume Templates, including:





  • ModernCV Oldstyle



    enter image description here




  • ModernCV Casual



    enter image description here




  • ModernCV Classic



    enter image description here




  • ModernCV Banking



    enter image description here




  • EuropeCV



    enter image description here




  • SC_CV



    enter image description here




  • Classic Thesis Style - CV



    enter image description here




  • Academic CV



    enter image description here




  • Professional CV



    enter image description here




  • Two-Column CV



    enter image description here




  • Fancy CV



    enter image description here




  • ECV Curriculum Vitae (English or German)



    enter image description here




  • Curve



    enter image description here




  • ESIEEcv



    enter image description here




  • currvita



    enter image description here




  • Cies Breijs Resume



    enter image description here




  • CV US



    enter image description here




  • Clean CV



    enter image description here




  • Deedy Resume



    enter image description here




  • KJH Vita



    enter image description here




  • Extended Fancy CV (Carmine Benedetto)



    enter image description here




  • Designer's CV



    enter image description here




  • Thomas Jansson CV



    enter image description here




  • Indian Institute of Technology Bombay Resume



    enter image description here




  • Academic Researcher CV



    enter image description here




  • Simple CV



    enter image description here




  • Awesome CV



    enter image description here








share|improve this answer


























  • I second @Diego! Thank you @werner and +1 for the pictures!

    – Amar
    Sep 28 '16 at 23:51



















46














I like europass and everyone seems impressed when they see the results... specially for Europe applications!






share|improve this answer


























  • The link is dead @YuppieNetworking. Can you post it somewhere else?

    – alekhine
    Dec 24 '12 at 7:39






  • 2





    Updated the link for @alekhine

    – YuppieNetworking
    Dec 27 '12 at 11:16






  • 4





    When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

    – Serge Stroobandt
    Aug 25 '13 at 21:06



















45














I will second the Taraborelli CV templates at http://nitens.org/taraborelli/cvtex. In the past I've used the curve and moderncv packages but, in the end, found the combination of his elegant templates + xelatex to be the simplest and most flexible solution. I wasn't constrained by particular sectioning, etc.



Personally, I use the Hoefler Text+Optima. I also like the Caslon.






share|improve this answer

































    33














    My current resume is based on the article class; source hosted on GitHub and forked from kjhealy.



    enter image description here



    It uses fontspec for OpenType fonts (Adobe Garamond Pro and FontAwesome). Still working on the best way to selectively place content for different purposes/companies. I'm experimenting with linked external documents, under the supposition that the resume stands on its own (nothing is "missing" without linked content), but the reviewer can find extra information if he/she clicks on a link. I've had positive feedback on this so far. The ocgcolorlinks option is perfect for this; once the resume is printed, all traces of the links vanish. Special thanks to @ben-lerner for his improved code.



    My publication list is short presently, but I'll probably need to add in some biblatex functionality for ease of use as it grows.






    share|improve this answer


























    • Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

      – masfenix
      Jan 8 '15 at 20:32











    • Also, I am getting a font missing error. is there a way to change the font to something I Have?

      – masfenix
      Jan 8 '15 at 21:02











    • @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

      – Paul Gessler
      Jan 8 '15 at 21:49






    • 1





      @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

      – Paul Gessler
      Jan 8 '15 at 21:55






    • 1





      So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

      – J Paul
      May 19 '16 at 19:15



















    31














    The TeX Catalogue list CV packages in a category:




    • Writing Applications for a Job / CV


    By the way: I wasn't satisfied by the results of such packages. So, I used scrartcl and tabularx to typeset my CV. This way I could match it to the design of my application letter done with scrlttr2. I used tabularx in macros, allowing easy adjustments for all parts of the CV at once. Simple and elegant, no fancy colored lines and the like.



    Copied from here to this topic following a request.






    share|improve this answer





















    • 2





      The link is not working anymore.

      – Roman
      Feb 25 '14 at 12:06











    • @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

      – Gonzalo Medina
      Jan 28 '15 at 23:47











    • I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

      – Amar
      Nov 19 '16 at 13:42



















    26














    This strikes me as a particularly good example of a CV or vita. The latex code can be seen here. As an example, see the author's vita.






    share|improve this answer

































      24














      For typesetting bidirectional resumes in languages other than english, the bidi package provides bidimoderncv2 class for typesetting resumés, which is the modified version of moderncv class. Two examples are presented in the doc folder of the package, namely test-casualcv.tex and test-classiccv.tex than you can look and learn how you can use it.



      This is an example use of bidimoderncv with classic style:
      example use of <code>bidimoderncv</code> with <code>classic</code> style



      and this one is with casual style:
      example use of <code>bidimoderncv</code> with <code>casual</code> style



      Take note that both are taken from examples of the package and are typeset in persian, but works fine in any other languages (whether ltr or rtl).






      share|improve this answer


























      • Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

        – Ehsan
        Jun 4 '14 at 20:41











      • It should be with xelatex, since it is based on bidi, and it only works with xelatex.

        – Hasan Zakeri
        Jul 27 '14 at 11:04



















      18














      Recently added document class, cv4tw by Geoffrey Gouez, offers a "LaTeX CV class, with extended details".




      The class offers entries for assets and social networks; customizable
      styles are provided. The class comes with no documentation, but a
      worked example offers some guidance.




      This package is still under development but it shows great progress. Here is a sample screen shot of an example made using the class file.



      enter image description here



      Here is a direct link to the example above: sample-jules-verne. Note this requires XeLaTeX or LuaLaTeX to run. Also note that the example given does not compile directly because the samplepic.jpg file is not provided; just replace it with your own or download it here from GitHub under examples.






      share|improve this answer





















      • 4





        It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

        – Roman
        Feb 25 '14 at 18:25






      • 2





        This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

        – ojdo
        Jun 12 '16 at 11:12



















      15














      I can offer you a video tutorial I made recently, which covers this topic using the article class. I just got hired for a lectureship position last week, so I think it is pretty good!




      • TeX Tutorial 9: Formatting & CV Design Part 1

      • TeX Tutorial 9: Formatting & CV Design Part 2






      share|improve this answer


























      • The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

        – bodo
        Jul 10 '12 at 21:09








      • 1





        I just noticed that and fixed it. Should be ready to go by the time you see this again.

        – Jonathan Komar
        Jul 10 '12 at 21:54











      • Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

        – H. R.
        Nov 28 '17 at 11:28











      • That would be nice if you provided the source .tex file too. :)

        – H. R.
        Nov 28 '17 at 13:20



















      11














      I've been using a lightly tweaked version of Michael DeCorte's res.cls. No idea if it is best of breed (nor why I chose it), but if it ain't broke. . . .






      share|improve this answer

































        11














        Ted Pavlic's CV templates are minimalistic, uses the hyperref package extensively and elegant!



        http://www.tedpavlic.com/post_resume_cv_latex_example.php






        share|improve this answer

































          10














          I found CurVe to be a nice package. Used it to get two student jobs and apparently, it worked :). The only drawback is that the default structure of the CV may need adjustments to your specific purposes.






          share|improve this answer

































            10














            Overleaf lists a whole host of CV Templates, including:





            • Modern CV and Cover Letter



              enter image description here




            • Your new CV



              enter image description here




            • A Designer CV



              enter image description here




            • Deedy Resume



              enter image description here




            • Single Column Deedy CV/Resume Template



              enter image description here




            • Aparna-CV



              enter image description here




            • Plantilla CV Español



              enter image description here




            • Recent Grad Resume Template



              enter image description here




            • Recent Grad CV - with photo



              enter image description here




            • Resume Template (short CV)



              enter image description here




            • Friggeri CV Template



              enter image description here




            • Awesome CV Template



              enter image description here




            • Awesome CV Cover Letter



              enter image description here




            • My two column CV



              enter image description here




            • Material CV



              enter image description here




            • Twenty Second Curriculum Vitea in LaTeX



              enter image description here




            • Jan Küster's Modern-looking CV



              enter image description here








            share|improve this answer

































              10














              I also ended up making my own style, however, I added one twist: I actually store my CV in XML format and then use an XSLT transform to convert it into a .tex file. While this required a lot more work upfront, the benefit is that I can use the same XML file to generate plain text, HTML, abridged, &c. versions without having to maintain n separate files. If you end up making your own LaTeX style for your CV, I would also suggest you seriously consider investing the time to use the XML/XSLT technique. You can see the results of this technique here (scroll to the bottom of the page to see the XML and HTML versions). It would take me a bit of time to clean them up, but I'd be happy to share my XSLTs with people if anyone is interested. This is an open source project that does something similar, however, it was started after I created my technique and I've never used it.






              share|improve this answer


























              • I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                – Matthew Leingang
                Jan 30 '11 at 18:22



















              9














              For my current one I just rolled my own. I use fancyhdr for the header and footer, and lastpage so that I can display page x/y in the footer (so that the person reviewing it would know if they lost a page).



              The entirety of the rest of the document is built from nested customized lists.






              share|improve this answer


























              • +1 on fancyhdr.

                – Hober
                Jul 26 '10 at 21:48



















              9














              I ended up making my own, but it took a while. Expect to have to fight LaTeX's defaults on a lot of things. That said, it's worth it. I learned a lot about LaTeX and have a good resume that I can say I wrote.



              I wouldn't be surprised, but it seems like if you're going to use LaTeX for your resume, be prepared to answer truthfully whether you used a template or not, and be comfortable with the answer.






              share|improve this answer





















              • 5





                It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                – wishihadabettername
                Aug 11 '10 at 15:05



















              9














              Here's an example of a nice-looking "home-made" CV: http://nitens.org/taraborelli/cvtex






              share|improve this answer

































                9














                If you'd like to use LaTeX along with BibTeX, I have a template here:



                http://pointsofsail.org/wikka.php?wakka=LatexCV



                It is based on Dario Taraborelli's template (http://nitens.org/taraborelli/cvtex) and uses bibtex and the bibentry package to make the publications section.






                share|improve this answer

































                  9














                  Here is a Hacker News thread with many examples of resumes and CVs in (La)TeX:




                  • http://news.ycombinator.com/item?id=3013654






                  share|improve this answer

































                    7














                    I used curve to create my CV:



                    http://www.mhelvens.net/cv



                    Quite customizable by itself. But I added several hacks and convenience macros of my own:




                    • nicer rubric-title underlining

                    • separate bullet-shapes for [ongoing], [notable] and [other]

                    • separate year-styles for [period] and [event]

                    • separate year-styles for [past], [ongoing, known end-year], [ongoing, open end]

                    • hyperlinked cross-references

                    • hyperlinked e-mail and url

                    • for specific projects and papers: hyperlinked www or doi

                    • when printing, cross-refs, urls and e-mail are black; www and doi links are invisible


                    Someday soon I should make the code public. But for now it's a bit too chaotic to release.






                    share|improve this answer

































                      6














                      I have made my CV using predominately BibLaTeX. I have gone way beyond just using BibLaTeX for my publications, but have added a number of custom entry types (e.g., funding, service, teaching, presentation, education), modified the biber data model to allow for new fields and written bibliography drivers to handle the formating of these new entry types. Everything except my contact information is stored in a bib file (and technically my contact information is stored in the @preamble entry). Each version of my CV is produced by a tex file that sets a few BibLaTeX booleans and defines a bunch of defbibfiler and defbibcheck.



                      I find this makes it much easier for me to reorganize/reorder my CV. Previously it was easy to move my "teaching" section before my "service" section, but with BibLaTeX I can have my teaching in a big list or divide it into undergraduate and graduate or University A and University B. Similarly I can divide my research presentations into internal/external or into talk/poster.






                      share|improve this answer





















                      • 3





                        Intersting approach! I would love to see the code for this :-)

                        – Daniel
                        Jul 4 '13 at 5:52



















                      5














                      LaTeX Templates showcases several templates, ranging from conservative to fancy.



                      I ended up using Classicthesis-Styled CV. It caught my eye as most esthetically pleasing. And even with my poor LaTeX skills was very easy to adapt to my needs.






                      share|improve this answer

































                        4














                        I adapted the resume class found in http://www.iro.umontreal.ca/~csuros/latex.html.






                        share|improve this answer

































                          3














                          An other quite recent style is available here: http://mrzool.cc/tex-boilerplates/
                          An example






                          share|improve this answer

































                            3














                            I maintain a Latex template targetted for Engineers on Github, you can find it at https://github.com/sb2nov/resume



                            enter image description here






                            share|improve this answer

































                              2














                              For a professional looking CV there is Plasmati CV, good for banking, consultancy careers. ModernCV is colored works for serious and less serious careers (communication management etc... and Friggeri CV is the template for designers etc... ModernCV is used at CVsintellect and the 3 are used in seeveeze






                              share|improve this answer





















                              • 2





                                Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                – Symbol 1
                                Mar 20 '15 at 2:48



















                              2














                              As I haven't seen it here yet, I would like to mention limecv which is shipped with TeX Live (development on GitHub: https://github.com/opieters/limecv). Apart from your CV you can create a cover letter in a similar design with that package.



                              The following pictures are taken from the documentation.



                              cv1



                              cv2






                              share|improve this answer





























                                1 2
                                next


                                protected by Community May 20 '18 at 6:08



                                Thank you for your interest in this question.
                                Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                Would you like to answer one of these unanswered questions instead?














                                33 Answers
                                33






                                active

                                oldest

                                votes








                                33 Answers
                                33






                                active

                                oldest

                                votes









                                active

                                oldest

                                votes






                                active

                                oldest

                                votes








                                1 2
                                next










                                199














                                For my current CV, I ended up using moderncv. It doesn’t have many features but it is very easy to use and yields a very elegant output.



                                However, I also want to mention its drawbacks: customising it isn’t easy, especially since it doesn’t really use a clean, semantic markup. For example, to specify multi-column properties, you actually need to specify the items in an odd order (namely line by line instead of column wise).






                                share|improve this answer





















                                • 15





                                  Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

                                  – KeithB
                                  Jul 26 '10 at 20:28






                                • 43





                                  I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

                                  – Konrad Rudolph
                                  Jan 27 '11 at 19:06








                                • 10





                                  moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

                                  – ℝaphink
                                  Sep 30 '11 at 13:36






                                • 2





                                  @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

                                  – Xavier
                                  Feb 23 '12 at 0:54






                                • 1





                                  @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

                                  – Konrad Rudolph
                                  Feb 23 '12 at 7:57
















                                199














                                For my current CV, I ended up using moderncv. It doesn’t have many features but it is very easy to use and yields a very elegant output.



                                However, I also want to mention its drawbacks: customising it isn’t easy, especially since it doesn’t really use a clean, semantic markup. For example, to specify multi-column properties, you actually need to specify the items in an odd order (namely line by line instead of column wise).






                                share|improve this answer





















                                • 15





                                  Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

                                  – KeithB
                                  Jul 26 '10 at 20:28






                                • 43





                                  I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

                                  – Konrad Rudolph
                                  Jan 27 '11 at 19:06








                                • 10





                                  moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

                                  – ℝaphink
                                  Sep 30 '11 at 13:36






                                • 2





                                  @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

                                  – Xavier
                                  Feb 23 '12 at 0:54






                                • 1





                                  @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

                                  – Konrad Rudolph
                                  Feb 23 '12 at 7:57














                                199












                                199








                                199







                                For my current CV, I ended up using moderncv. It doesn’t have many features but it is very easy to use and yields a very elegant output.



                                However, I also want to mention its drawbacks: customising it isn’t easy, especially since it doesn’t really use a clean, semantic markup. For example, to specify multi-column properties, you actually need to specify the items in an odd order (namely line by line instead of column wise).






                                share|improve this answer















                                For my current CV, I ended up using moderncv. It doesn’t have many features but it is very easy to use and yields a very elegant output.



                                However, I also want to mention its drawbacks: customising it isn’t easy, especially since it doesn’t really use a clean, semantic markup. For example, to specify multi-column properties, you actually need to specify the items in an odd order (namely line by line instead of column wise).







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited Jul 30 '14 at 13:17


























                                community wiki





                                2 revs, 2 users 80%
                                Konrad Rudolph









                                • 15





                                  Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

                                  – KeithB
                                  Jul 26 '10 at 20:28






                                • 43





                                  I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

                                  – Konrad Rudolph
                                  Jan 27 '11 at 19:06








                                • 10





                                  moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

                                  – ℝaphink
                                  Sep 30 '11 at 13:36






                                • 2





                                  @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

                                  – Xavier
                                  Feb 23 '12 at 0:54






                                • 1





                                  @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

                                  – Konrad Rudolph
                                  Feb 23 '12 at 7:57














                                • 15





                                  Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

                                  – KeithB
                                  Jul 26 '10 at 20:28






                                • 43





                                  I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

                                  – Konrad Rudolph
                                  Jan 27 '11 at 19:06








                                • 10





                                  moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

                                  – ℝaphink
                                  Sep 30 '11 at 13:36






                                • 2





                                  @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

                                  – Xavier
                                  Feb 23 '12 at 0:54






                                • 1





                                  @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

                                  – Konrad Rudolph
                                  Feb 23 '12 at 7:57








                                15




                                15





                                Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

                                – KeithB
                                Jul 26 '10 at 20:28





                                Another vote for moderncv. To my eye (after having read hundreds of CVs over the past year's hiring), it presents the information in a way that makes it easy for the reader to find what they are looking for. This is critical to getting past the first pass.

                                – KeithB
                                Jul 26 '10 at 20:28




                                43




                                43





                                I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

                                – Konrad Rudolph
                                Jan 27 '11 at 19:06







                                I’m attempted to downvote my own answer. I’ve recently had to change my CV slightly and it was imperative that everything fit on one page, which, from the available space, wasn’t a problem in principle. However, moderncv simply doesn’t accomodate such wishes. I ended up rewriting large parts of it, in an extremely quick&dirty way since I didn’t have a lot of time. In hindsight, creating my own class from scratch would have cost me less time. As soon as I’ve got time I’ll rewrite my CV without any template.

                                – Konrad Rudolph
                                Jan 27 '11 at 19:06






                                10




                                10





                                moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

                                – ℝaphink
                                Sep 30 '11 at 13:36





                                moderncv actually has a new feature (or a related package) since yesterday: moderntimeline.

                                – ℝaphink
                                Sep 30 '11 at 13:36




                                2




                                2





                                @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

                                – Xavier
                                Feb 23 '12 at 0:54





                                @Konrad Any chance you could elaborate on the issue? Normally, you can simply change the margin of the pages through geometry, or decrease the inter-element spacing through the optional parameter of every command.

                                – Xavier
                                Feb 23 '12 at 0:54




                                1




                                1





                                @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

                                – Konrad Rudolph
                                Feb 23 '12 at 7:57





                                @Xavier Changing the margins wasn’t an option, and changing the inter-element spacing proved to be a major pain in the *ss. In particular though I tried putting some of the elements in two columns next to each other and that didn’t go down well with the package.

                                – Konrad Rudolph
                                Feb 23 '12 at 7:57











                                123














                                I made my own. In the end, it was much easier that way; you get what you want. Especially if you have situations in which you need to quickly prepare e.g. a 4-page CV, you know how to tweak your own layout to meet the requirements.



                                Some key tools:




                                • article class


                                • geometry package for margins


                                • hyperref to have a nice PDF (e.g., DOI hyperlinks in the list of publications, proper PDF metadata)


                                • enumitem for tweaking list layout; titlesec for section headings


                                • cite, url, microtype, babel, ...


                                • Keep layout and content separated; easy to do something like input{layout2}input{content} to produce yet another version with a different layout.



                                • multibib to get multiple lists of references in the CV (one for journal papers, another for conference papers, etc.):



                                  newcites{jrnl}{Journal Papers}
                                  newcites{conf}{Conference Papers}
                                  ...
                                  nocitejrnl{...}
                                  nociteconf{...}
                                  ...
                                  section{Scientific Publications}
                                  {
                                  renewcommand{section}[2]{subsection{#2}}
                                  setbiblabelwidth{99}
                                  bibliographystylejrnl{yyy}
                                  bibliographyjrnl{xxx}
                                  setbiblabelwidth{99}
                                  bibliographystyleconf{yyy}
                                  bibliographyconf{xxx}
                                  ...
                                  }


                                  The "nocite" lists, etc., are automatically generated from a source file by using a Python script. The lists are actually in a separate file that I input.



                                • A tweaked version of the unsrt Bibtex style: I added things like DOI links, etc., by using some ugly hacks.


                                • JabRef + some scripts to maintain the Bibtex database.


                                • Rubber (with % rubber: module pdftex) for compiling everything. It works OK with multibib.







                                share|improve this answer





















                                • 71





                                  Could you share an example of this, and typical output, please?

                                  – Forkrul Assail
                                  Oct 1 '12 at 13:17






                                • 10





                                  +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

                                  – nutty about natty
                                  Jul 9 '13 at 10:52
















                                123














                                I made my own. In the end, it was much easier that way; you get what you want. Especially if you have situations in which you need to quickly prepare e.g. a 4-page CV, you know how to tweak your own layout to meet the requirements.



                                Some key tools:




                                • article class


                                • geometry package for margins


                                • hyperref to have a nice PDF (e.g., DOI hyperlinks in the list of publications, proper PDF metadata)


                                • enumitem for tweaking list layout; titlesec for section headings


                                • cite, url, microtype, babel, ...


                                • Keep layout and content separated; easy to do something like input{layout2}input{content} to produce yet another version with a different layout.



                                • multibib to get multiple lists of references in the CV (one for journal papers, another for conference papers, etc.):



                                  newcites{jrnl}{Journal Papers}
                                  newcites{conf}{Conference Papers}
                                  ...
                                  nocitejrnl{...}
                                  nociteconf{...}
                                  ...
                                  section{Scientific Publications}
                                  {
                                  renewcommand{section}[2]{subsection{#2}}
                                  setbiblabelwidth{99}
                                  bibliographystylejrnl{yyy}
                                  bibliographyjrnl{xxx}
                                  setbiblabelwidth{99}
                                  bibliographystyleconf{yyy}
                                  bibliographyconf{xxx}
                                  ...
                                  }


                                  The "nocite" lists, etc., are automatically generated from a source file by using a Python script. The lists are actually in a separate file that I input.



                                • A tweaked version of the unsrt Bibtex style: I added things like DOI links, etc., by using some ugly hacks.


                                • JabRef + some scripts to maintain the Bibtex database.


                                • Rubber (with % rubber: module pdftex) for compiling everything. It works OK with multibib.







                                share|improve this answer





















                                • 71





                                  Could you share an example of this, and typical output, please?

                                  – Forkrul Assail
                                  Oct 1 '12 at 13:17






                                • 10





                                  +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

                                  – nutty about natty
                                  Jul 9 '13 at 10:52














                                123












                                123








                                123







                                I made my own. In the end, it was much easier that way; you get what you want. Especially if you have situations in which you need to quickly prepare e.g. a 4-page CV, you know how to tweak your own layout to meet the requirements.



                                Some key tools:




                                • article class


                                • geometry package for margins


                                • hyperref to have a nice PDF (e.g., DOI hyperlinks in the list of publications, proper PDF metadata)


                                • enumitem for tweaking list layout; titlesec for section headings


                                • cite, url, microtype, babel, ...


                                • Keep layout and content separated; easy to do something like input{layout2}input{content} to produce yet another version with a different layout.



                                • multibib to get multiple lists of references in the CV (one for journal papers, another for conference papers, etc.):



                                  newcites{jrnl}{Journal Papers}
                                  newcites{conf}{Conference Papers}
                                  ...
                                  nocitejrnl{...}
                                  nociteconf{...}
                                  ...
                                  section{Scientific Publications}
                                  {
                                  renewcommand{section}[2]{subsection{#2}}
                                  setbiblabelwidth{99}
                                  bibliographystylejrnl{yyy}
                                  bibliographyjrnl{xxx}
                                  setbiblabelwidth{99}
                                  bibliographystyleconf{yyy}
                                  bibliographyconf{xxx}
                                  ...
                                  }


                                  The "nocite" lists, etc., are automatically generated from a source file by using a Python script. The lists are actually in a separate file that I input.



                                • A tweaked version of the unsrt Bibtex style: I added things like DOI links, etc., by using some ugly hacks.


                                • JabRef + some scripts to maintain the Bibtex database.


                                • Rubber (with % rubber: module pdftex) for compiling everything. It works OK with multibib.







                                share|improve this answer















                                I made my own. In the end, it was much easier that way; you get what you want. Especially if you have situations in which you need to quickly prepare e.g. a 4-page CV, you know how to tweak your own layout to meet the requirements.



                                Some key tools:




                                • article class


                                • geometry package for margins


                                • hyperref to have a nice PDF (e.g., DOI hyperlinks in the list of publications, proper PDF metadata)


                                • enumitem for tweaking list layout; titlesec for section headings


                                • cite, url, microtype, babel, ...


                                • Keep layout and content separated; easy to do something like input{layout2}input{content} to produce yet another version with a different layout.



                                • multibib to get multiple lists of references in the CV (one for journal papers, another for conference papers, etc.):



                                  newcites{jrnl}{Journal Papers}
                                  newcites{conf}{Conference Papers}
                                  ...
                                  nocitejrnl{...}
                                  nociteconf{...}
                                  ...
                                  section{Scientific Publications}
                                  {
                                  renewcommand{section}[2]{subsection{#2}}
                                  setbiblabelwidth{99}
                                  bibliographystylejrnl{yyy}
                                  bibliographyjrnl{xxx}
                                  setbiblabelwidth{99}
                                  bibliographystyleconf{yyy}
                                  bibliographyconf{xxx}
                                  ...
                                  }


                                  The "nocite" lists, etc., are automatically generated from a source file by using a Python script. The lists are actually in a separate file that I input.



                                • A tweaked version of the unsrt Bibtex style: I added things like DOI links, etc., by using some ugly hacks.


                                • JabRef + some scripts to maintain the Bibtex database.


                                • Rubber (with % rubber: module pdftex) for compiling everything. It works OK with multibib.








                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                answered Aug 3 '10 at 17:00


























                                community wiki





                                Jukka Suomela









                                • 71





                                  Could you share an example of this, and typical output, please?

                                  – Forkrul Assail
                                  Oct 1 '12 at 13:17






                                • 10





                                  +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

                                  – nutty about natty
                                  Jul 9 '13 at 10:52














                                • 71





                                  Could you share an example of this, and typical output, please?

                                  – Forkrul Assail
                                  Oct 1 '12 at 13:17






                                • 10





                                  +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

                                  – nutty about natty
                                  Jul 9 '13 at 10:52








                                71




                                71





                                Could you share an example of this, and typical output, please?

                                – Forkrul Assail
                                Oct 1 '12 at 13:17





                                Could you share an example of this, and typical output, please?

                                – Forkrul Assail
                                Oct 1 '12 at 13:17




                                10




                                10





                                +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

                                – nutty about natty
                                Jul 9 '13 at 10:52





                                +1 on the previous comment: unless your answer is an imperative: "Do it yourself!", I think it would be really nice to see (at least) an MWE... +2 on inputting layout, seems like an elegant way!

                                – nutty about natty
                                Jul 9 '13 at 10:52











                                69














                                There are lots of resume examples here with source: http://rpi.edu/dept/arc/training/latex/resumes/.



                                Google can show a thousand other examples, but that's a good place to start.






                                share|improve this answer


























                                • that's the one i use... pretty nice.

                                  – Mica
                                  Nov 12 '10 at 3:30






                                • 11





                                  Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

                                  – cheshirekow
                                  Aug 28 '12 at 19:00











                                • I didn't like the samples too much. Too simple and colorless! :)

                                  – H. R.
                                  Nov 28 '17 at 11:17
















                                69














                                There are lots of resume examples here with source: http://rpi.edu/dept/arc/training/latex/resumes/.



                                Google can show a thousand other examples, but that's a good place to start.






                                share|improve this answer


























                                • that's the one i use... pretty nice.

                                  – Mica
                                  Nov 12 '10 at 3:30






                                • 11





                                  Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

                                  – cheshirekow
                                  Aug 28 '12 at 19:00











                                • I didn't like the samples too much. Too simple and colorless! :)

                                  – H. R.
                                  Nov 28 '17 at 11:17














                                69












                                69








                                69







                                There are lots of resume examples here with source: http://rpi.edu/dept/arc/training/latex/resumes/.



                                Google can show a thousand other examples, but that's a good place to start.






                                share|improve this answer















                                There are lots of resume examples here with source: http://rpi.edu/dept/arc/training/latex/resumes/.



                                Google can show a thousand other examples, but that's a good place to start.







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                answered Jul 26 '10 at 19:59


























                                community wiki





                                Quadrescence














                                • that's the one i use... pretty nice.

                                  – Mica
                                  Nov 12 '10 at 3:30






                                • 11





                                  Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

                                  – cheshirekow
                                  Aug 28 '12 at 19:00











                                • I didn't like the samples too much. Too simple and colorless! :)

                                  – H. R.
                                  Nov 28 '17 at 11:17



















                                • that's the one i use... pretty nice.

                                  – Mica
                                  Nov 12 '10 at 3:30






                                • 11





                                  Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

                                  – cheshirekow
                                  Aug 28 '12 at 19:00











                                • I didn't like the samples too much. Too simple and colorless! :)

                                  – H. R.
                                  Nov 28 '17 at 11:17

















                                that's the one i use... pretty nice.

                                – Mica
                                Nov 12 '10 at 3:30





                                that's the one i use... pretty nice.

                                – Mica
                                Nov 12 '10 at 3:30




                                11




                                11





                                Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

                                – cheshirekow
                                Aug 28 '12 at 19:00





                                Actually, these are all extremely space-y. Anything more compact? P.S. A google search puts this page at the top...

                                – cheshirekow
                                Aug 28 '12 at 19:00













                                I didn't like the samples too much. Too simple and colorless! :)

                                – H. R.
                                Nov 28 '17 at 11:17





                                I didn't like the samples too much. Too simple and colorless! :)

                                – H. R.
                                Nov 28 '17 at 11:17











                                46














                                ShareLaTeX provides a list of CV/Resume Templates, including:





                                • ModernCV Oldstyle



                                  enter image description here




                                • ModernCV Casual



                                  enter image description here




                                • ModernCV Classic



                                  enter image description here




                                • ModernCV Banking



                                  enter image description here




                                • EuropeCV



                                  enter image description here




                                • SC_CV



                                  enter image description here




                                • Classic Thesis Style - CV



                                  enter image description here




                                • Academic CV



                                  enter image description here




                                • Professional CV



                                  enter image description here




                                • Two-Column CV



                                  enter image description here




                                • Fancy CV



                                  enter image description here




                                • ECV Curriculum Vitae (English or German)



                                  enter image description here




                                • Curve



                                  enter image description here




                                • ESIEEcv



                                  enter image description here




                                • currvita



                                  enter image description here




                                • Cies Breijs Resume



                                  enter image description here




                                • CV US



                                  enter image description here




                                • Clean CV



                                  enter image description here




                                • Deedy Resume



                                  enter image description here




                                • KJH Vita



                                  enter image description here




                                • Extended Fancy CV (Carmine Benedetto)



                                  enter image description here




                                • Designer's CV



                                  enter image description here




                                • Thomas Jansson CV



                                  enter image description here




                                • Indian Institute of Technology Bombay Resume



                                  enter image description here




                                • Academic Researcher CV



                                  enter image description here




                                • Simple CV



                                  enter image description here




                                • Awesome CV



                                  enter image description here








                                share|improve this answer


























                                • I second @Diego! Thank you @werner and +1 for the pictures!

                                  – Amar
                                  Sep 28 '16 at 23:51
















                                46














                                ShareLaTeX provides a list of CV/Resume Templates, including:





                                • ModernCV Oldstyle



                                  enter image description here




                                • ModernCV Casual



                                  enter image description here




                                • ModernCV Classic



                                  enter image description here




                                • ModernCV Banking



                                  enter image description here




                                • EuropeCV



                                  enter image description here




                                • SC_CV



                                  enter image description here




                                • Classic Thesis Style - CV



                                  enter image description here




                                • Academic CV



                                  enter image description here




                                • Professional CV



                                  enter image description here




                                • Two-Column CV



                                  enter image description here




                                • Fancy CV



                                  enter image description here




                                • ECV Curriculum Vitae (English or German)



                                  enter image description here




                                • Curve



                                  enter image description here




                                • ESIEEcv



                                  enter image description here




                                • currvita



                                  enter image description here




                                • Cies Breijs Resume



                                  enter image description here




                                • CV US



                                  enter image description here




                                • Clean CV



                                  enter image description here




                                • Deedy Resume



                                  enter image description here




                                • KJH Vita



                                  enter image description here




                                • Extended Fancy CV (Carmine Benedetto)



                                  enter image description here




                                • Designer's CV



                                  enter image description here




                                • Thomas Jansson CV



                                  enter image description here




                                • Indian Institute of Technology Bombay Resume



                                  enter image description here




                                • Academic Researcher CV



                                  enter image description here




                                • Simple CV



                                  enter image description here




                                • Awesome CV



                                  enter image description here








                                share|improve this answer


























                                • I second @Diego! Thank you @werner and +1 for the pictures!

                                  – Amar
                                  Sep 28 '16 at 23:51














                                46












                                46








                                46







                                ShareLaTeX provides a list of CV/Resume Templates, including:





                                • ModernCV Oldstyle



                                  enter image description here




                                • ModernCV Casual



                                  enter image description here




                                • ModernCV Classic



                                  enter image description here




                                • ModernCV Banking



                                  enter image description here




                                • EuropeCV



                                  enter image description here




                                • SC_CV



                                  enter image description here




                                • Classic Thesis Style - CV



                                  enter image description here




                                • Academic CV



                                  enter image description here




                                • Professional CV



                                  enter image description here




                                • Two-Column CV



                                  enter image description here




                                • Fancy CV



                                  enter image description here




                                • ECV Curriculum Vitae (English or German)



                                  enter image description here




                                • Curve



                                  enter image description here




                                • ESIEEcv



                                  enter image description here




                                • currvita



                                  enter image description here




                                • Cies Breijs Resume



                                  enter image description here




                                • CV US



                                  enter image description here




                                • Clean CV



                                  enter image description here




                                • Deedy Resume



                                  enter image description here




                                • KJH Vita



                                  enter image description here




                                • Extended Fancy CV (Carmine Benedetto)



                                  enter image description here




                                • Designer's CV



                                  enter image description here




                                • Thomas Jansson CV



                                  enter image description here




                                • Indian Institute of Technology Bombay Resume



                                  enter image description here




                                • Academic Researcher CV



                                  enter image description here




                                • Simple CV



                                  enter image description here




                                • Awesome CV



                                  enter image description here








                                share|improve this answer















                                ShareLaTeX provides a list of CV/Resume Templates, including:





                                • ModernCV Oldstyle



                                  enter image description here




                                • ModernCV Casual



                                  enter image description here




                                • ModernCV Classic



                                  enter image description here




                                • ModernCV Banking



                                  enter image description here




                                • EuropeCV



                                  enter image description here




                                • SC_CV



                                  enter image description here




                                • Classic Thesis Style - CV



                                  enter image description here




                                • Academic CV



                                  enter image description here




                                • Professional CV



                                  enter image description here




                                • Two-Column CV



                                  enter image description here




                                • Fancy CV



                                  enter image description here




                                • ECV Curriculum Vitae (English or German)



                                  enter image description here




                                • Curve



                                  enter image description here




                                • ESIEEcv



                                  enter image description here




                                • currvita



                                  enter image description here




                                • Cies Breijs Resume



                                  enter image description here




                                • CV US



                                  enter image description here




                                • Clean CV



                                  enter image description here




                                • Deedy Resume



                                  enter image description here




                                • KJH Vita



                                  enter image description here




                                • Extended Fancy CV (Carmine Benedetto)



                                  enter image description here




                                • Designer's CV



                                  enter image description here




                                • Thomas Jansson CV



                                  enter image description here




                                • Indian Institute of Technology Bombay Resume



                                  enter image description here




                                • Academic Researcher CV



                                  enter image description here




                                • Simple CV



                                  enter image description here




                                • Awesome CV



                                  enter image description here









                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited Jun 22 '16 at 1:51


























                                community wiki





                                2 revs
                                Werner














                                • I second @Diego! Thank you @werner and +1 for the pictures!

                                  – Amar
                                  Sep 28 '16 at 23:51



















                                • I second @Diego! Thank you @werner and +1 for the pictures!

                                  – Amar
                                  Sep 28 '16 at 23:51

















                                I second @Diego! Thank you @werner and +1 for the pictures!

                                – Amar
                                Sep 28 '16 at 23:51





                                I second @Diego! Thank you @werner and +1 for the pictures!

                                – Amar
                                Sep 28 '16 at 23:51











                                46














                                I like europass and everyone seems impressed when they see the results... specially for Europe applications!






                                share|improve this answer


























                                • The link is dead @YuppieNetworking. Can you post it somewhere else?

                                  – alekhine
                                  Dec 24 '12 at 7:39






                                • 2





                                  Updated the link for @alekhine

                                  – YuppieNetworking
                                  Dec 27 '12 at 11:16






                                • 4





                                  When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

                                  – Serge Stroobandt
                                  Aug 25 '13 at 21:06
















                                46














                                I like europass and everyone seems impressed when they see the results... specially for Europe applications!






                                share|improve this answer


























                                • The link is dead @YuppieNetworking. Can you post it somewhere else?

                                  – alekhine
                                  Dec 24 '12 at 7:39






                                • 2





                                  Updated the link for @alekhine

                                  – YuppieNetworking
                                  Dec 27 '12 at 11:16






                                • 4





                                  When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

                                  – Serge Stroobandt
                                  Aug 25 '13 at 21:06














                                46












                                46








                                46







                                I like europass and everyone seems impressed when they see the results... specially for Europe applications!






                                share|improve this answer















                                I like europass and everyone seems impressed when they see the results... specially for Europe applications!







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited Jan 21 '17 at 12:25


























                                community wiki





                                4 revs, 2 users 89%
                                YuppieNetworking














                                • The link is dead @YuppieNetworking. Can you post it somewhere else?

                                  – alekhine
                                  Dec 24 '12 at 7:39






                                • 2





                                  Updated the link for @alekhine

                                  – YuppieNetworking
                                  Dec 27 '12 at 11:16






                                • 4





                                  When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

                                  – Serge Stroobandt
                                  Aug 25 '13 at 21:06



















                                • The link is dead @YuppieNetworking. Can you post it somewhere else?

                                  – alekhine
                                  Dec 24 '12 at 7:39






                                • 2





                                  Updated the link for @alekhine

                                  – YuppieNetworking
                                  Dec 27 '12 at 11:16






                                • 4





                                  When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

                                  – Serge Stroobandt
                                  Aug 25 '13 at 21:06

















                                The link is dead @YuppieNetworking. Can you post it somewhere else?

                                – alekhine
                                Dec 24 '12 at 7:39





                                The link is dead @YuppieNetworking. Can you post it somewhere else?

                                – alekhine
                                Dec 24 '12 at 7:39




                                2




                                2





                                Updated the link for @alekhine

                                – YuppieNetworking
                                Dec 27 '12 at 11:16





                                Updated the link for @alekhine

                                – YuppieNetworking
                                Dec 27 '12 at 11:16




                                4




                                4





                                When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

                                – Serge Stroobandt
                                Aug 25 '13 at 21:06





                                When you use it —and I wholeheartedly recommend it— just be sure to leave out the original "Europass" logo. If not, the Brits will have a good laugh with your Europ ass...

                                – Serge Stroobandt
                                Aug 25 '13 at 21:06











                                45














                                I will second the Taraborelli CV templates at http://nitens.org/taraborelli/cvtex. In the past I've used the curve and moderncv packages but, in the end, found the combination of his elegant templates + xelatex to be the simplest and most flexible solution. I wasn't constrained by particular sectioning, etc.



                                Personally, I use the Hoefler Text+Optima. I also like the Caslon.






                                share|improve this answer






























                                  45














                                  I will second the Taraborelli CV templates at http://nitens.org/taraborelli/cvtex. In the past I've used the curve and moderncv packages but, in the end, found the combination of his elegant templates + xelatex to be the simplest and most flexible solution. I wasn't constrained by particular sectioning, etc.



                                  Personally, I use the Hoefler Text+Optima. I also like the Caslon.






                                  share|improve this answer




























                                    45












                                    45








                                    45







                                    I will second the Taraborelli CV templates at http://nitens.org/taraborelli/cvtex. In the past I've used the curve and moderncv packages but, in the end, found the combination of his elegant templates + xelatex to be the simplest and most flexible solution. I wasn't constrained by particular sectioning, etc.



                                    Personally, I use the Hoefler Text+Optima. I also like the Caslon.






                                    share|improve this answer















                                    I will second the Taraborelli CV templates at http://nitens.org/taraborelli/cvtex. In the past I've used the curve and moderncv packages but, in the end, found the combination of his elegant templates + xelatex to be the simplest and most flexible solution. I wasn't constrained by particular sectioning, etc.



                                    Personally, I use the Hoefler Text+Optima. I also like the Caslon.







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    answered Nov 12 '10 at 2:21


























                                    community wiki





                                    flip
























                                        33














                                        My current resume is based on the article class; source hosted on GitHub and forked from kjhealy.



                                        enter image description here



                                        It uses fontspec for OpenType fonts (Adobe Garamond Pro and FontAwesome). Still working on the best way to selectively place content for different purposes/companies. I'm experimenting with linked external documents, under the supposition that the resume stands on its own (nothing is "missing" without linked content), but the reviewer can find extra information if he/she clicks on a link. I've had positive feedback on this so far. The ocgcolorlinks option is perfect for this; once the resume is printed, all traces of the links vanish. Special thanks to @ben-lerner for his improved code.



                                        My publication list is short presently, but I'll probably need to add in some biblatex functionality for ease of use as it grows.






                                        share|improve this answer


























                                        • Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

                                          – masfenix
                                          Jan 8 '15 at 20:32











                                        • Also, I am getting a font missing error. is there a way to change the font to something I Have?

                                          – masfenix
                                          Jan 8 '15 at 21:02











                                        • @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

                                          – Paul Gessler
                                          Jan 8 '15 at 21:49






                                        • 1





                                          @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

                                          – Paul Gessler
                                          Jan 8 '15 at 21:55






                                        • 1





                                          So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

                                          – J Paul
                                          May 19 '16 at 19:15
















                                        33














                                        My current resume is based on the article class; source hosted on GitHub and forked from kjhealy.



                                        enter image description here



                                        It uses fontspec for OpenType fonts (Adobe Garamond Pro and FontAwesome). Still working on the best way to selectively place content for different purposes/companies. I'm experimenting with linked external documents, under the supposition that the resume stands on its own (nothing is "missing" without linked content), but the reviewer can find extra information if he/she clicks on a link. I've had positive feedback on this so far. The ocgcolorlinks option is perfect for this; once the resume is printed, all traces of the links vanish. Special thanks to @ben-lerner for his improved code.



                                        My publication list is short presently, but I'll probably need to add in some biblatex functionality for ease of use as it grows.






                                        share|improve this answer


























                                        • Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

                                          – masfenix
                                          Jan 8 '15 at 20:32











                                        • Also, I am getting a font missing error. is there a way to change the font to something I Have?

                                          – masfenix
                                          Jan 8 '15 at 21:02











                                        • @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

                                          – Paul Gessler
                                          Jan 8 '15 at 21:49






                                        • 1





                                          @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

                                          – Paul Gessler
                                          Jan 8 '15 at 21:55






                                        • 1





                                          So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

                                          – J Paul
                                          May 19 '16 at 19:15














                                        33












                                        33








                                        33







                                        My current resume is based on the article class; source hosted on GitHub and forked from kjhealy.



                                        enter image description here



                                        It uses fontspec for OpenType fonts (Adobe Garamond Pro and FontAwesome). Still working on the best way to selectively place content for different purposes/companies. I'm experimenting with linked external documents, under the supposition that the resume stands on its own (nothing is "missing" without linked content), but the reviewer can find extra information if he/she clicks on a link. I've had positive feedback on this so far. The ocgcolorlinks option is perfect for this; once the resume is printed, all traces of the links vanish. Special thanks to @ben-lerner for his improved code.



                                        My publication list is short presently, but I'll probably need to add in some biblatex functionality for ease of use as it grows.






                                        share|improve this answer















                                        My current resume is based on the article class; source hosted on GitHub and forked from kjhealy.



                                        enter image description here



                                        It uses fontspec for OpenType fonts (Adobe Garamond Pro and FontAwesome). Still working on the best way to selectively place content for different purposes/companies. I'm experimenting with linked external documents, under the supposition that the resume stands on its own (nothing is "missing" without linked content), but the reviewer can find extra information if he/she clicks on a link. I've had positive feedback on this so far. The ocgcolorlinks option is perfect for this; once the resume is printed, all traces of the links vanish. Special thanks to @ben-lerner for his improved code.



                                        My publication list is short presently, but I'll probably need to add in some biblatex functionality for ease of use as it grows.







                                        share|improve this answer














                                        share|improve this answer



                                        share|improve this answer








                                        edited Apr 13 '17 at 12:34


























                                        community wiki





                                        2 revs
                                        Paul Gessler














                                        • Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

                                          – masfenix
                                          Jan 8 '15 at 20:32











                                        • Also, I am getting a font missing error. is there a way to change the font to something I Have?

                                          – masfenix
                                          Jan 8 '15 at 21:02











                                        • @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

                                          – Paul Gessler
                                          Jan 8 '15 at 21:49






                                        • 1





                                          @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

                                          – Paul Gessler
                                          Jan 8 '15 at 21:55






                                        • 1





                                          So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

                                          – J Paul
                                          May 19 '16 at 19:15



















                                        • Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

                                          – masfenix
                                          Jan 8 '15 at 20:32











                                        • Also, I am getting a font missing error. is there a way to change the font to something I Have?

                                          – masfenix
                                          Jan 8 '15 at 21:02











                                        • @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

                                          – Paul Gessler
                                          Jan 8 '15 at 21:49






                                        • 1





                                          @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

                                          – Paul Gessler
                                          Jan 8 '15 at 21:55






                                        • 1





                                          So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

                                          – J Paul
                                          May 19 '16 at 19:15

















                                        Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

                                        – masfenix
                                        Jan 8 '15 at 20:32





                                        Hi Paul, I wanted to make a simple cover letter as well using the same header part. is that possible?

                                        – masfenix
                                        Jan 8 '15 at 20:32













                                        Also, I am getting a font missing error. is there a way to change the font to something I Have?

                                        – masfenix
                                        Jan 8 '15 at 21:02





                                        Also, I am getting a font missing error. is there a way to change the font to something I Have?

                                        – masfenix
                                        Jan 8 '15 at 21:02













                                        @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

                                        – Paul Gessler
                                        Jan 8 '15 at 21:49





                                        @masfenix of course it is possible. And about the fonts: yes, of course. Just change the font setup commands to fonts that you have installed on your system...

                                        – Paul Gessler
                                        Jan 8 '15 at 21:49




                                        1




                                        1





                                        @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

                                        – Paul Gessler
                                        Jan 8 '15 at 21:55





                                        @masfenix if you're just beginning, I would recommend just starting with the base letter class. Get the content rock solid and the design/layout can come later as you build your experience. Besides, I don't really believe in passing these "templates" around online. It leads to too many people using code they don't understand, which later becomes dead or deprecated code.

                                        – Paul Gessler
                                        Jan 8 '15 at 21:55




                                        1




                                        1





                                        So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

                                        – J Paul
                                        May 19 '16 at 19:15





                                        So how have you created the .tex file for your resume? I really like the style of it, however, I cannot seem to get it to compile correctly.

                                        – J Paul
                                        May 19 '16 at 19:15











                                        31














                                        The TeX Catalogue list CV packages in a category:




                                        • Writing Applications for a Job / CV


                                        By the way: I wasn't satisfied by the results of such packages. So, I used scrartcl and tabularx to typeset my CV. This way I could match it to the design of my application letter done with scrlttr2. I used tabularx in macros, allowing easy adjustments for all parts of the CV at once. Simple and elegant, no fancy colored lines and the like.



                                        Copied from here to this topic following a request.






                                        share|improve this answer





















                                        • 2





                                          The link is not working anymore.

                                          – Roman
                                          Feb 25 '14 at 12:06











                                        • @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

                                          – Gonzalo Medina
                                          Jan 28 '15 at 23:47











                                        • I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

                                          – Amar
                                          Nov 19 '16 at 13:42
















                                        31














                                        The TeX Catalogue list CV packages in a category:




                                        • Writing Applications for a Job / CV


                                        By the way: I wasn't satisfied by the results of such packages. So, I used scrartcl and tabularx to typeset my CV. This way I could match it to the design of my application letter done with scrlttr2. I used tabularx in macros, allowing easy adjustments for all parts of the CV at once. Simple and elegant, no fancy colored lines and the like.



                                        Copied from here to this topic following a request.






                                        share|improve this answer





















                                        • 2





                                          The link is not working anymore.

                                          – Roman
                                          Feb 25 '14 at 12:06











                                        • @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

                                          – Gonzalo Medina
                                          Jan 28 '15 at 23:47











                                        • I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

                                          – Amar
                                          Nov 19 '16 at 13:42














                                        31












                                        31








                                        31







                                        The TeX Catalogue list CV packages in a category:




                                        • Writing Applications for a Job / CV


                                        By the way: I wasn't satisfied by the results of such packages. So, I used scrartcl and tabularx to typeset my CV. This way I could match it to the design of my application letter done with scrlttr2. I used tabularx in macros, allowing easy adjustments for all parts of the CV at once. Simple and elegant, no fancy colored lines and the like.



                                        Copied from here to this topic following a request.






                                        share|improve this answer















                                        The TeX Catalogue list CV packages in a category:




                                        • Writing Applications for a Job / CV


                                        By the way: I wasn't satisfied by the results of such packages. So, I used scrartcl and tabularx to typeset my CV. This way I could match it to the design of my application letter done with scrlttr2. I used tabularx in macros, allowing easy adjustments for all parts of the CV at once. Simple and elegant, no fancy colored lines and the like.



                                        Copied from here to this topic following a request.







                                        share|improve this answer














                                        share|improve this answer



                                        share|improve this answer








                                        edited Apr 13 '17 at 12:35


























                                        community wiki





                                        3 revs, 2 users 91%
                                        Stefan Kottwitz









                                        • 2





                                          The link is not working anymore.

                                          – Roman
                                          Feb 25 '14 at 12:06











                                        • @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

                                          – Gonzalo Medina
                                          Jan 28 '15 at 23:47











                                        • I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

                                          – Amar
                                          Nov 19 '16 at 13:42














                                        • 2





                                          The link is not working anymore.

                                          – Roman
                                          Feb 25 '14 at 12:06











                                        • @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

                                          – Gonzalo Medina
                                          Jan 28 '15 at 23:47











                                        • I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

                                          – Amar
                                          Nov 19 '16 at 13:42








                                        2




                                        2





                                        The link is not working anymore.

                                        – Roman
                                        Feb 25 '14 at 12:06





                                        The link is not working anymore.

                                        – Roman
                                        Feb 25 '14 at 12:06













                                        @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

                                        – Gonzalo Medina
                                        Jan 28 '15 at 23:47





                                        @Roman (and Stefan, of course), I took the liberty of updating the link for a functional one. I hope it's OK.

                                        – Gonzalo Medina
                                        Jan 28 '15 at 23:47













                                        I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

                                        – Amar
                                        Nov 19 '16 at 13:42





                                        I don't know if this is a mirror of the link above, nonetheless here it is: texcatalogue.ctan.org/bytopic.html (Last modified: 10 June 2016)

                                        – Amar
                                        Nov 19 '16 at 13:42











                                        26














                                        This strikes me as a particularly good example of a CV or vita. The latex code can be seen here. As an example, see the author's vita.






                                        share|improve this answer






























                                          26














                                          This strikes me as a particularly good example of a CV or vita. The latex code can be seen here. As an example, see the author's vita.






                                          share|improve this answer




























                                            26












                                            26








                                            26







                                            This strikes me as a particularly good example of a CV or vita. The latex code can be seen here. As an example, see the author's vita.






                                            share|improve this answer















                                            This strikes me as a particularly good example of a CV or vita. The latex code can be seen here. As an example, see the author's vita.







                                            share|improve this answer














                                            share|improve this answer



                                            share|improve this answer








                                            edited Aug 18 '16 at 15:55


























                                            community wiki





                                            2 revs, 2 users 67%
                                            loevborg
























                                                24














                                                For typesetting bidirectional resumes in languages other than english, the bidi package provides bidimoderncv2 class for typesetting resumés, which is the modified version of moderncv class. Two examples are presented in the doc folder of the package, namely test-casualcv.tex and test-classiccv.tex than you can look and learn how you can use it.



                                                This is an example use of bidimoderncv with classic style:
                                                example use of <code>bidimoderncv</code> with <code>classic</code> style



                                                and this one is with casual style:
                                                example use of <code>bidimoderncv</code> with <code>casual</code> style



                                                Take note that both are taken from examples of the package and are typeset in persian, but works fine in any other languages (whether ltr or rtl).






                                                share|improve this answer


























                                                • Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

                                                  – Ehsan
                                                  Jun 4 '14 at 20:41











                                                • It should be with xelatex, since it is based on bidi, and it only works with xelatex.

                                                  – Hasan Zakeri
                                                  Jul 27 '14 at 11:04
















                                                24














                                                For typesetting bidirectional resumes in languages other than english, the bidi package provides bidimoderncv2 class for typesetting resumés, which is the modified version of moderncv class. Two examples are presented in the doc folder of the package, namely test-casualcv.tex and test-classiccv.tex than you can look and learn how you can use it.



                                                This is an example use of bidimoderncv with classic style:
                                                example use of <code>bidimoderncv</code> with <code>classic</code> style



                                                and this one is with casual style:
                                                example use of <code>bidimoderncv</code> with <code>casual</code> style



                                                Take note that both are taken from examples of the package and are typeset in persian, but works fine in any other languages (whether ltr or rtl).






                                                share|improve this answer


























                                                • Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

                                                  – Ehsan
                                                  Jun 4 '14 at 20:41











                                                • It should be with xelatex, since it is based on bidi, and it only works with xelatex.

                                                  – Hasan Zakeri
                                                  Jul 27 '14 at 11:04














                                                24












                                                24








                                                24







                                                For typesetting bidirectional resumes in languages other than english, the bidi package provides bidimoderncv2 class for typesetting resumés, which is the modified version of moderncv class. Two examples are presented in the doc folder of the package, namely test-casualcv.tex and test-classiccv.tex than you can look and learn how you can use it.



                                                This is an example use of bidimoderncv with classic style:
                                                example use of <code>bidimoderncv</code> with <code>classic</code> style



                                                and this one is with casual style:
                                                example use of <code>bidimoderncv</code> with <code>casual</code> style



                                                Take note that both are taken from examples of the package and are typeset in persian, but works fine in any other languages (whether ltr or rtl).






                                                share|improve this answer















                                                For typesetting bidirectional resumes in languages other than english, the bidi package provides bidimoderncv2 class for typesetting resumés, which is the modified version of moderncv class. Two examples are presented in the doc folder of the package, namely test-casualcv.tex and test-classiccv.tex than you can look and learn how you can use it.



                                                This is an example use of bidimoderncv with classic style:
                                                example use of <code>bidimoderncv</code> with <code>classic</code> style



                                                and this one is with casual style:
                                                example use of <code>bidimoderncv</code> with <code>casual</code> style



                                                Take note that both are taken from examples of the package and are typeset in persian, but works fine in any other languages (whether ltr or rtl).







                                                share|improve this answer














                                                share|improve this answer



                                                share|improve this answer








                                                edited Oct 16 '13 at 20:27


























                                                community wiki





                                                2 revs, 2 users 92%
                                                Hasan Zakeri















                                                • Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

                                                  – Ehsan
                                                  Jun 4 '14 at 20:41











                                                • It should be with xelatex, since it is based on bidi, and it only works with xelatex.

                                                  – Hasan Zakeri
                                                  Jul 27 '14 at 11:04



















                                                • Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

                                                  – Ehsan
                                                  Jun 4 '14 at 20:41











                                                • It should be with xelatex, since it is based on bidi, and it only works with xelatex.

                                                  – Hasan Zakeri
                                                  Jul 27 '14 at 11:04

















                                                Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

                                                – Ehsan
                                                Jun 4 '14 at 20:41





                                                Can you tell me how can I compile the test-classiccv.tex file? should it be with pdfLatex or XeTex?

                                                – Ehsan
                                                Jun 4 '14 at 20:41













                                                It should be with xelatex, since it is based on bidi, and it only works with xelatex.

                                                – Hasan Zakeri
                                                Jul 27 '14 at 11:04





                                                It should be with xelatex, since it is based on bidi, and it only works with xelatex.

                                                – Hasan Zakeri
                                                Jul 27 '14 at 11:04











                                                18














                                                Recently added document class, cv4tw by Geoffrey Gouez, offers a "LaTeX CV class, with extended details".




                                                The class offers entries for assets and social networks; customizable
                                                styles are provided. The class comes with no documentation, but a
                                                worked example offers some guidance.




                                                This package is still under development but it shows great progress. Here is a sample screen shot of an example made using the class file.



                                                enter image description here



                                                Here is a direct link to the example above: sample-jules-verne. Note this requires XeLaTeX or LuaLaTeX to run. Also note that the example given does not compile directly because the samplepic.jpg file is not provided; just replace it with your own or download it here from GitHub under examples.






                                                share|improve this answer





















                                                • 4





                                                  It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

                                                  – Roman
                                                  Feb 25 '14 at 18:25






                                                • 2





                                                  This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

                                                  – ojdo
                                                  Jun 12 '16 at 11:12
















                                                18














                                                Recently added document class, cv4tw by Geoffrey Gouez, offers a "LaTeX CV class, with extended details".




                                                The class offers entries for assets and social networks; customizable
                                                styles are provided. The class comes with no documentation, but a
                                                worked example offers some guidance.




                                                This package is still under development but it shows great progress. Here is a sample screen shot of an example made using the class file.



                                                enter image description here



                                                Here is a direct link to the example above: sample-jules-verne. Note this requires XeLaTeX or LuaLaTeX to run. Also note that the example given does not compile directly because the samplepic.jpg file is not provided; just replace it with your own or download it here from GitHub under examples.






                                                share|improve this answer





















                                                • 4





                                                  It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

                                                  – Roman
                                                  Feb 25 '14 at 18:25






                                                • 2





                                                  This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

                                                  – ojdo
                                                  Jun 12 '16 at 11:12














                                                18












                                                18








                                                18







                                                Recently added document class, cv4tw by Geoffrey Gouez, offers a "LaTeX CV class, with extended details".




                                                The class offers entries for assets and social networks; customizable
                                                styles are provided. The class comes with no documentation, but a
                                                worked example offers some guidance.




                                                This package is still under development but it shows great progress. Here is a sample screen shot of an example made using the class file.



                                                enter image description here



                                                Here is a direct link to the example above: sample-jules-verne. Note this requires XeLaTeX or LuaLaTeX to run. Also note that the example given does not compile directly because the samplepic.jpg file is not provided; just replace it with your own or download it here from GitHub under examples.






                                                share|improve this answer















                                                Recently added document class, cv4tw by Geoffrey Gouez, offers a "LaTeX CV class, with extended details".




                                                The class offers entries for assets and social networks; customizable
                                                styles are provided. The class comes with no documentation, but a
                                                worked example offers some guidance.




                                                This package is still under development but it shows great progress. Here is a sample screen shot of an example made using the class file.



                                                enter image description here



                                                Here is a direct link to the example above: sample-jules-verne. Note this requires XeLaTeX or LuaLaTeX to run. Also note that the example given does not compile directly because the samplepic.jpg file is not provided; just replace it with your own or download it here from GitHub under examples.







                                                share|improve this answer














                                                share|improve this answer



                                                share|improve this answer








                                                edited Jan 26 '14 at 18:47


























                                                community wiki





                                                3 revs
                                                azetina









                                                • 4





                                                  It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

                                                  – Roman
                                                  Feb 25 '14 at 18:25






                                                • 2





                                                  This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

                                                  – ojdo
                                                  Jun 12 '16 at 11:12














                                                • 4





                                                  It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

                                                  – Roman
                                                  Feb 25 '14 at 18:25






                                                • 2





                                                  This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

                                                  – ojdo
                                                  Jun 12 '16 at 11:12








                                                4




                                                4





                                                It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

                                                – Roman
                                                Feb 25 '14 at 18:25





                                                It's a fantastic new solution for CV writing in Latex (+1). Unfortunately there is no reasonable documentation available.

                                                – Roman
                                                Feb 25 '14 at 18:25




                                                2




                                                2





                                                This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

                                                – ojdo
                                                Jun 12 '16 at 11:12





                                                This is really a power house of new template. As a former moderncv user, it feels so much more versatile.

                                                – ojdo
                                                Jun 12 '16 at 11:12











                                                15














                                                I can offer you a video tutorial I made recently, which covers this topic using the article class. I just got hired for a lectureship position last week, so I think it is pretty good!




                                                • TeX Tutorial 9: Formatting & CV Design Part 1

                                                • TeX Tutorial 9: Formatting & CV Design Part 2






                                                share|improve this answer


























                                                • The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

                                                  – bodo
                                                  Jul 10 '12 at 21:09








                                                • 1





                                                  I just noticed that and fixed it. Should be ready to go by the time you see this again.

                                                  – Jonathan Komar
                                                  Jul 10 '12 at 21:54











                                                • Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

                                                  – H. R.
                                                  Nov 28 '17 at 11:28











                                                • That would be nice if you provided the source .tex file too. :)

                                                  – H. R.
                                                  Nov 28 '17 at 13:20
















                                                15














                                                I can offer you a video tutorial I made recently, which covers this topic using the article class. I just got hired for a lectureship position last week, so I think it is pretty good!




                                                • TeX Tutorial 9: Formatting & CV Design Part 1

                                                • TeX Tutorial 9: Formatting & CV Design Part 2






                                                share|improve this answer


























                                                • The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

                                                  – bodo
                                                  Jul 10 '12 at 21:09








                                                • 1





                                                  I just noticed that and fixed it. Should be ready to go by the time you see this again.

                                                  – Jonathan Komar
                                                  Jul 10 '12 at 21:54











                                                • Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

                                                  – H. R.
                                                  Nov 28 '17 at 11:28











                                                • That would be nice if you provided the source .tex file too. :)

                                                  – H. R.
                                                  Nov 28 '17 at 13:20














                                                15












                                                15








                                                15







                                                I can offer you a video tutorial I made recently, which covers this topic using the article class. I just got hired for a lectureship position last week, so I think it is pretty good!




                                                • TeX Tutorial 9: Formatting & CV Design Part 1

                                                • TeX Tutorial 9: Formatting & CV Design Part 2






                                                share|improve this answer















                                                I can offer you a video tutorial I made recently, which covers this topic using the article class. I just got hired for a lectureship position last week, so I think it is pretty good!




                                                • TeX Tutorial 9: Formatting & CV Design Part 1

                                                • TeX Tutorial 9: Formatting & CV Design Part 2







                                                share|improve this answer














                                                share|improve this answer



                                                share|improve this answer








                                                edited Jul 22 '12 at 23:42


























                                                community wiki





                                                3 revs
                                                macmadness86














                                                • The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

                                                  – bodo
                                                  Jul 10 '12 at 21:09








                                                • 1





                                                  I just noticed that and fixed it. Should be ready to go by the time you see this again.

                                                  – Jonathan Komar
                                                  Jul 10 '12 at 21:54











                                                • Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

                                                  – H. R.
                                                  Nov 28 '17 at 11:28











                                                • That would be nice if you provided the source .tex file too. :)

                                                  – H. R.
                                                  Nov 28 '17 at 13:20



















                                                • The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

                                                  – bodo
                                                  Jul 10 '12 at 21:09








                                                • 1





                                                  I just noticed that and fixed it. Should be ready to go by the time you see this again.

                                                  – Jonathan Komar
                                                  Jul 10 '12 at 21:54











                                                • Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

                                                  – H. R.
                                                  Nov 28 '17 at 11:28











                                                • That would be nice if you provided the source .tex file too. :)

                                                  – H. R.
                                                  Nov 28 '17 at 13:20

















                                                The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

                                                – bodo
                                                Jul 10 '12 at 21:09







                                                The video was removed from youtube because it was too long. You should probably upload it somewhere else and update the link.

                                                – bodo
                                                Jul 10 '12 at 21:09






                                                1




                                                1





                                                I just noticed that and fixed it. Should be ready to go by the time you see this again.

                                                – Jonathan Komar
                                                Jul 10 '12 at 21:54





                                                I just noticed that and fixed it. Should be ready to go by the time you see this again.

                                                – Jonathan Komar
                                                Jul 10 '12 at 21:54













                                                Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

                                                – H. R.
                                                Nov 28 '17 at 11:28





                                                Many Thanks! :) I think the best way is to use the article class since you can do what ever you want. :)

                                                – H. R.
                                                Nov 28 '17 at 11:28













                                                That would be nice if you provided the source .tex file too. :)

                                                – H. R.
                                                Nov 28 '17 at 13:20





                                                That would be nice if you provided the source .tex file too. :)

                                                – H. R.
                                                Nov 28 '17 at 13:20











                                                11














                                                I've been using a lightly tweaked version of Michael DeCorte's res.cls. No idea if it is best of breed (nor why I chose it), but if it ain't broke. . . .






                                                share|improve this answer






























                                                  11














                                                  I've been using a lightly tweaked version of Michael DeCorte's res.cls. No idea if it is best of breed (nor why I chose it), but if it ain't broke. . . .






                                                  share|improve this answer




























                                                    11












                                                    11








                                                    11







                                                    I've been using a lightly tweaked version of Michael DeCorte's res.cls. No idea if it is best of breed (nor why I chose it), but if it ain't broke. . . .






                                                    share|improve this answer















                                                    I've been using a lightly tweaked version of Michael DeCorte's res.cls. No idea if it is best of breed (nor why I chose it), but if it ain't broke. . . .







                                                    share|improve this answer














                                                    share|improve this answer



                                                    share|improve this answer








                                                    answered Jul 26 '10 at 21:58


























                                                    community wiki





                                                    vanden
























                                                        11














                                                        Ted Pavlic's CV templates are minimalistic, uses the hyperref package extensively and elegant!



                                                        http://www.tedpavlic.com/post_resume_cv_latex_example.php






                                                        share|improve this answer






























                                                          11














                                                          Ted Pavlic's CV templates are minimalistic, uses the hyperref package extensively and elegant!



                                                          http://www.tedpavlic.com/post_resume_cv_latex_example.php






                                                          share|improve this answer




























                                                            11












                                                            11








                                                            11







                                                            Ted Pavlic's CV templates are minimalistic, uses the hyperref package extensively and elegant!



                                                            http://www.tedpavlic.com/post_resume_cv_latex_example.php






                                                            share|improve this answer















                                                            Ted Pavlic's CV templates are minimalistic, uses the hyperref package extensively and elegant!



                                                            http://www.tedpavlic.com/post_resume_cv_latex_example.php







                                                            share|improve this answer














                                                            share|improve this answer



                                                            share|improve this answer








                                                            answered Jul 12 '11 at 8:16


























                                                            community wiki





                                                            Bernhard Heijstek
























                                                                10














                                                                I found CurVe to be a nice package. Used it to get two student jobs and apparently, it worked :). The only drawback is that the default structure of the CV may need adjustments to your specific purposes.






                                                                share|improve this answer






























                                                                  10














                                                                  I found CurVe to be a nice package. Used it to get two student jobs and apparently, it worked :). The only drawback is that the default structure of the CV may need adjustments to your specific purposes.






                                                                  share|improve this answer




























                                                                    10












                                                                    10








                                                                    10







                                                                    I found CurVe to be a nice package. Used it to get two student jobs and apparently, it worked :). The only drawback is that the default structure of the CV may need adjustments to your specific purposes.






                                                                    share|improve this answer















                                                                    I found CurVe to be a nice package. Used it to get two student jobs and apparently, it worked :). The only drawback is that the default structure of the CV may need adjustments to your specific purposes.







                                                                    share|improve this answer














                                                                    share|improve this answer



                                                                    share|improve this answer








                                                                    answered Aug 27 '10 at 12:48


























                                                                    community wiki





                                                                    Bran the Blessed
























                                                                        10














                                                                        Overleaf lists a whole host of CV Templates, including:





                                                                        • Modern CV and Cover Letter



                                                                          enter image description here




                                                                        • Your new CV



                                                                          enter image description here




                                                                        • A Designer CV



                                                                          enter image description here




                                                                        • Deedy Resume



                                                                          enter image description here




                                                                        • Single Column Deedy CV/Resume Template



                                                                          enter image description here




                                                                        • Aparna-CV



                                                                          enter image description here




                                                                        • Plantilla CV Español



                                                                          enter image description here




                                                                        • Recent Grad Resume Template



                                                                          enter image description here




                                                                        • Recent Grad CV - with photo



                                                                          enter image description here




                                                                        • Resume Template (short CV)



                                                                          enter image description here




                                                                        • Friggeri CV Template



                                                                          enter image description here




                                                                        • Awesome CV Template



                                                                          enter image description here




                                                                        • Awesome CV Cover Letter



                                                                          enter image description here




                                                                        • My two column CV



                                                                          enter image description here




                                                                        • Material CV



                                                                          enter image description here




                                                                        • Twenty Second Curriculum Vitea in LaTeX



                                                                          enter image description here




                                                                        • Jan Küster's Modern-looking CV



                                                                          enter image description here








                                                                        share|improve this answer






























                                                                          10














                                                                          Overleaf lists a whole host of CV Templates, including:





                                                                          • Modern CV and Cover Letter



                                                                            enter image description here




                                                                          • Your new CV



                                                                            enter image description here




                                                                          • A Designer CV



                                                                            enter image description here




                                                                          • Deedy Resume



                                                                            enter image description here




                                                                          • Single Column Deedy CV/Resume Template



                                                                            enter image description here




                                                                          • Aparna-CV



                                                                            enter image description here




                                                                          • Plantilla CV Español



                                                                            enter image description here




                                                                          • Recent Grad Resume Template



                                                                            enter image description here




                                                                          • Recent Grad CV - with photo



                                                                            enter image description here




                                                                          • Resume Template (short CV)



                                                                            enter image description here




                                                                          • Friggeri CV Template



                                                                            enter image description here




                                                                          • Awesome CV Template



                                                                            enter image description here




                                                                          • Awesome CV Cover Letter



                                                                            enter image description here




                                                                          • My two column CV



                                                                            enter image description here




                                                                          • Material CV



                                                                            enter image description here




                                                                          • Twenty Second Curriculum Vitea in LaTeX



                                                                            enter image description here




                                                                          • Jan Küster's Modern-looking CV



                                                                            enter image description here








                                                                          share|improve this answer




























                                                                            10












                                                                            10








                                                                            10







                                                                            Overleaf lists a whole host of CV Templates, including:





                                                                            • Modern CV and Cover Letter



                                                                              enter image description here




                                                                            • Your new CV



                                                                              enter image description here




                                                                            • A Designer CV



                                                                              enter image description here




                                                                            • Deedy Resume



                                                                              enter image description here




                                                                            • Single Column Deedy CV/Resume Template



                                                                              enter image description here




                                                                            • Aparna-CV



                                                                              enter image description here




                                                                            • Plantilla CV Español



                                                                              enter image description here




                                                                            • Recent Grad Resume Template



                                                                              enter image description here




                                                                            • Recent Grad CV - with photo



                                                                              enter image description here




                                                                            • Resume Template (short CV)



                                                                              enter image description here




                                                                            • Friggeri CV Template



                                                                              enter image description here




                                                                            • Awesome CV Template



                                                                              enter image description here




                                                                            • Awesome CV Cover Letter



                                                                              enter image description here




                                                                            • My two column CV



                                                                              enter image description here




                                                                            • Material CV



                                                                              enter image description here




                                                                            • Twenty Second Curriculum Vitea in LaTeX



                                                                              enter image description here




                                                                            • Jan Küster's Modern-looking CV



                                                                              enter image description here








                                                                            share|improve this answer















                                                                            Overleaf lists a whole host of CV Templates, including:





                                                                            • Modern CV and Cover Letter



                                                                              enter image description here




                                                                            • Your new CV



                                                                              enter image description here




                                                                            • A Designer CV



                                                                              enter image description here




                                                                            • Deedy Resume



                                                                              enter image description here




                                                                            • Single Column Deedy CV/Resume Template



                                                                              enter image description here




                                                                            • Aparna-CV



                                                                              enter image description here




                                                                            • Plantilla CV Español



                                                                              enter image description here




                                                                            • Recent Grad Resume Template



                                                                              enter image description here




                                                                            • Recent Grad CV - with photo



                                                                              enter image description here




                                                                            • Resume Template (short CV)



                                                                              enter image description here




                                                                            • Friggeri CV Template



                                                                              enter image description here




                                                                            • Awesome CV Template



                                                                              enter image description here




                                                                            • Awesome CV Cover Letter



                                                                              enter image description here




                                                                            • My two column CV



                                                                              enter image description here




                                                                            • Material CV



                                                                              enter image description here




                                                                            • Twenty Second Curriculum Vitea in LaTeX



                                                                              enter image description here




                                                                            • Jan Küster's Modern-looking CV



                                                                              enter image description here









                                                                            share|improve this answer














                                                                            share|improve this answer



                                                                            share|improve this answer








                                                                            edited Jun 22 '16 at 2:03


























                                                                            community wiki





                                                                            2 revs
                                                                            Werner
























                                                                                10














                                                                                I also ended up making my own style, however, I added one twist: I actually store my CV in XML format and then use an XSLT transform to convert it into a .tex file. While this required a lot more work upfront, the benefit is that I can use the same XML file to generate plain text, HTML, abridged, &c. versions without having to maintain n separate files. If you end up making your own LaTeX style for your CV, I would also suggest you seriously consider investing the time to use the XML/XSLT technique. You can see the results of this technique here (scroll to the bottom of the page to see the XML and HTML versions). It would take me a bit of time to clean them up, but I'd be happy to share my XSLTs with people if anyone is interested. This is an open source project that does something similar, however, it was started after I created my technique and I've never used it.






                                                                                share|improve this answer


























                                                                                • I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                                                                                  – Matthew Leingang
                                                                                  Jan 30 '11 at 18:22
















                                                                                10














                                                                                I also ended up making my own style, however, I added one twist: I actually store my CV in XML format and then use an XSLT transform to convert it into a .tex file. While this required a lot more work upfront, the benefit is that I can use the same XML file to generate plain text, HTML, abridged, &c. versions without having to maintain n separate files. If you end up making your own LaTeX style for your CV, I would also suggest you seriously consider investing the time to use the XML/XSLT technique. You can see the results of this technique here (scroll to the bottom of the page to see the XML and HTML versions). It would take me a bit of time to clean them up, but I'd be happy to share my XSLTs with people if anyone is interested. This is an open source project that does something similar, however, it was started after I created my technique and I've never used it.






                                                                                share|improve this answer


























                                                                                • I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                                                                                  – Matthew Leingang
                                                                                  Jan 30 '11 at 18:22














                                                                                10












                                                                                10








                                                                                10







                                                                                I also ended up making my own style, however, I added one twist: I actually store my CV in XML format and then use an XSLT transform to convert it into a .tex file. While this required a lot more work upfront, the benefit is that I can use the same XML file to generate plain text, HTML, abridged, &c. versions without having to maintain n separate files. If you end up making your own LaTeX style for your CV, I would also suggest you seriously consider investing the time to use the XML/XSLT technique. You can see the results of this technique here (scroll to the bottom of the page to see the XML and HTML versions). It would take me a bit of time to clean them up, but I'd be happy to share my XSLTs with people if anyone is interested. This is an open source project that does something similar, however, it was started after I created my technique and I've never used it.






                                                                                share|improve this answer















                                                                                I also ended up making my own style, however, I added one twist: I actually store my CV in XML format and then use an XSLT transform to convert it into a .tex file. While this required a lot more work upfront, the benefit is that I can use the same XML file to generate plain text, HTML, abridged, &c. versions without having to maintain n separate files. If you end up making your own LaTeX style for your CV, I would also suggest you seriously consider investing the time to use the XML/XSLT technique. You can see the results of this technique here (scroll to the bottom of the page to see the XML and HTML versions). It would take me a bit of time to clean them up, but I'd be happy to share my XSLTs with people if anyone is interested. This is an open source project that does something similar, however, it was started after I created my technique and I've never used it.







                                                                                share|improve this answer














                                                                                share|improve this answer



                                                                                share|improve this answer








                                                                                edited Jun 30 '17 at 7:45


























                                                                                community wiki





                                                                                3 revs, 2 users 73%
                                                                                ESultanik














                                                                                • I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                                                                                  – Matthew Leingang
                                                                                  Jan 30 '11 at 18:22



















                                                                                • I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                                                                                  – Matthew Leingang
                                                                                  Jan 30 '11 at 18:22

















                                                                                I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                                                                                – Matthew Leingang
                                                                                Jan 30 '11 at 18:22





                                                                                I looked at the XML Resume Library a while back and noticed that it seems to be dead: last "news" is dated 2004. I also looked at HR-XML but then I decided I was spending too much time and used curve instead. :-)

                                                                                – Matthew Leingang
                                                                                Jan 30 '11 at 18:22











                                                                                9














                                                                                For my current one I just rolled my own. I use fancyhdr for the header and footer, and lastpage so that I can display page x/y in the footer (so that the person reviewing it would know if they lost a page).



                                                                                The entirety of the rest of the document is built from nested customized lists.






                                                                                share|improve this answer


























                                                                                • +1 on fancyhdr.

                                                                                  – Hober
                                                                                  Jul 26 '10 at 21:48
















                                                                                9














                                                                                For my current one I just rolled my own. I use fancyhdr for the header and footer, and lastpage so that I can display page x/y in the footer (so that the person reviewing it would know if they lost a page).



                                                                                The entirety of the rest of the document is built from nested customized lists.






                                                                                share|improve this answer


























                                                                                • +1 on fancyhdr.

                                                                                  – Hober
                                                                                  Jul 26 '10 at 21:48














                                                                                9












                                                                                9








                                                                                9







                                                                                For my current one I just rolled my own. I use fancyhdr for the header and footer, and lastpage so that I can display page x/y in the footer (so that the person reviewing it would know if they lost a page).



                                                                                The entirety of the rest of the document is built from nested customized lists.






                                                                                share|improve this answer















                                                                                For my current one I just rolled my own. I use fancyhdr for the header and footer, and lastpage so that I can display page x/y in the footer (so that the person reviewing it would know if they lost a page).



                                                                                The entirety of the rest of the document is built from nested customized lists.







                                                                                share|improve this answer














                                                                                share|improve this answer



                                                                                share|improve this answer








                                                                                answered Jul 26 '10 at 21:46


























                                                                                community wiki





                                                                                Willie Wong














                                                                                • +1 on fancyhdr.

                                                                                  – Hober
                                                                                  Jul 26 '10 at 21:48



















                                                                                • +1 on fancyhdr.

                                                                                  – Hober
                                                                                  Jul 26 '10 at 21:48

















                                                                                +1 on fancyhdr.

                                                                                – Hober
                                                                                Jul 26 '10 at 21:48





                                                                                +1 on fancyhdr.

                                                                                – Hober
                                                                                Jul 26 '10 at 21:48











                                                                                9














                                                                                I ended up making my own, but it took a while. Expect to have to fight LaTeX's defaults on a lot of things. That said, it's worth it. I learned a lot about LaTeX and have a good resume that I can say I wrote.



                                                                                I wouldn't be surprised, but it seems like if you're going to use LaTeX for your resume, be prepared to answer truthfully whether you used a template or not, and be comfortable with the answer.






                                                                                share|improve this answer





















                                                                                • 5





                                                                                  It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                                                                                  – wishihadabettername
                                                                                  Aug 11 '10 at 15:05
















                                                                                9














                                                                                I ended up making my own, but it took a while. Expect to have to fight LaTeX's defaults on a lot of things. That said, it's worth it. I learned a lot about LaTeX and have a good resume that I can say I wrote.



                                                                                I wouldn't be surprised, but it seems like if you're going to use LaTeX for your resume, be prepared to answer truthfully whether you used a template or not, and be comfortable with the answer.






                                                                                share|improve this answer





















                                                                                • 5





                                                                                  It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                                                                                  – wishihadabettername
                                                                                  Aug 11 '10 at 15:05














                                                                                9












                                                                                9








                                                                                9







                                                                                I ended up making my own, but it took a while. Expect to have to fight LaTeX's defaults on a lot of things. That said, it's worth it. I learned a lot about LaTeX and have a good resume that I can say I wrote.



                                                                                I wouldn't be surprised, but it seems like if you're going to use LaTeX for your resume, be prepared to answer truthfully whether you used a template or not, and be comfortable with the answer.






                                                                                share|improve this answer















                                                                                I ended up making my own, but it took a while. Expect to have to fight LaTeX's defaults on a lot of things. That said, it's worth it. I learned a lot about LaTeX and have a good resume that I can say I wrote.



                                                                                I wouldn't be surprised, but it seems like if you're going to use LaTeX for your resume, be prepared to answer truthfully whether you used a template or not, and be comfortable with the answer.







                                                                                share|improve this answer














                                                                                share|improve this answer



                                                                                share|improve this answer








                                                                                answered Jul 26 '10 at 21:47


























                                                                                community wiki





                                                                                Hober









                                                                                • 5





                                                                                  It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                                                                                  – wishihadabettername
                                                                                  Aug 11 '10 at 15:05














                                                                                • 5





                                                                                  It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                                                                                  – wishihadabettername
                                                                                  Aug 11 '10 at 15:05








                                                                                5




                                                                                5





                                                                                It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                                                                                – wishihadabettername
                                                                                Aug 11 '10 at 15:05





                                                                                It shouldn't be a problem even if you used a template, the purpose of the resume is to present the professional skills, not the low-level LaTeX skills.

                                                                                – wishihadabettername
                                                                                Aug 11 '10 at 15:05











                                                                                9














                                                                                Here's an example of a nice-looking "home-made" CV: http://nitens.org/taraborelli/cvtex






                                                                                share|improve this answer






























                                                                                  9














                                                                                  Here's an example of a nice-looking "home-made" CV: http://nitens.org/taraborelli/cvtex






                                                                                  share|improve this answer




























                                                                                    9












                                                                                    9








                                                                                    9







                                                                                    Here's an example of a nice-looking "home-made" CV: http://nitens.org/taraborelli/cvtex






                                                                                    share|improve this answer















                                                                                    Here's an example of a nice-looking "home-made" CV: http://nitens.org/taraborelli/cvtex







                                                                                    share|improve this answer














                                                                                    share|improve this answer



                                                                                    share|improve this answer








                                                                                    answered Aug 28 '10 at 11:23


























                                                                                    community wiki





                                                                                    Hans Lundmark
























                                                                                        9














                                                                                        If you'd like to use LaTeX along with BibTeX, I have a template here:



                                                                                        http://pointsofsail.org/wikka.php?wakka=LatexCV



                                                                                        It is based on Dario Taraborelli's template (http://nitens.org/taraborelli/cvtex) and uses bibtex and the bibentry package to make the publications section.






                                                                                        share|improve this answer






























                                                                                          9














                                                                                          If you'd like to use LaTeX along with BibTeX, I have a template here:



                                                                                          http://pointsofsail.org/wikka.php?wakka=LatexCV



                                                                                          It is based on Dario Taraborelli's template (http://nitens.org/taraborelli/cvtex) and uses bibtex and the bibentry package to make the publications section.






                                                                                          share|improve this answer




























                                                                                            9












                                                                                            9








                                                                                            9







                                                                                            If you'd like to use LaTeX along with BibTeX, I have a template here:



                                                                                            http://pointsofsail.org/wikka.php?wakka=LatexCV



                                                                                            It is based on Dario Taraborelli's template (http://nitens.org/taraborelli/cvtex) and uses bibtex and the bibentry package to make the publications section.






                                                                                            share|improve this answer















                                                                                            If you'd like to use LaTeX along with BibTeX, I have a template here:



                                                                                            http://pointsofsail.org/wikka.php?wakka=LatexCV



                                                                                            It is based on Dario Taraborelli's template (http://nitens.org/taraborelli/cvtex) and uses bibtex and the bibentry package to make the publications section.







                                                                                            share|improve this answer














                                                                                            share|improve this answer



                                                                                            share|improve this answer








                                                                                            answered Jul 7 '11 at 18:07


























                                                                                            community wiki





                                                                                            Ravi Jonnal
























                                                                                                9














                                                                                                Here is a Hacker News thread with many examples of resumes and CVs in (La)TeX:




                                                                                                • http://news.ycombinator.com/item?id=3013654






                                                                                                share|improve this answer






























                                                                                                  9














                                                                                                  Here is a Hacker News thread with many examples of resumes and CVs in (La)TeX:




                                                                                                  • http://news.ycombinator.com/item?id=3013654






                                                                                                  share|improve this answer




























                                                                                                    9












                                                                                                    9








                                                                                                    9







                                                                                                    Here is a Hacker News thread with many examples of resumes and CVs in (La)TeX:




                                                                                                    • http://news.ycombinator.com/item?id=3013654






                                                                                                    share|improve this answer















                                                                                                    Here is a Hacker News thread with many examples of resumes and CVs in (La)TeX:




                                                                                                    • http://news.ycombinator.com/item?id=3013654







                                                                                                    share|improve this answer














                                                                                                    share|improve this answer



                                                                                                    share|improve this answer








                                                                                                    answered Sep 19 '11 at 20:46


























                                                                                                    community wiki





                                                                                                    Tobin Fricke
























                                                                                                        7














                                                                                                        I used curve to create my CV:



                                                                                                        http://www.mhelvens.net/cv



                                                                                                        Quite customizable by itself. But I added several hacks and convenience macros of my own:




                                                                                                        • nicer rubric-title underlining

                                                                                                        • separate bullet-shapes for [ongoing], [notable] and [other]

                                                                                                        • separate year-styles for [period] and [event]

                                                                                                        • separate year-styles for [past], [ongoing, known end-year], [ongoing, open end]

                                                                                                        • hyperlinked cross-references

                                                                                                        • hyperlinked e-mail and url

                                                                                                        • for specific projects and papers: hyperlinked www or doi

                                                                                                        • when printing, cross-refs, urls and e-mail are black; www and doi links are invisible


                                                                                                        Someday soon I should make the code public. But for now it's a bit too chaotic to release.






                                                                                                        share|improve this answer






























                                                                                                          7














                                                                                                          I used curve to create my CV:



                                                                                                          http://www.mhelvens.net/cv



                                                                                                          Quite customizable by itself. But I added several hacks and convenience macros of my own:




                                                                                                          • nicer rubric-title underlining

                                                                                                          • separate bullet-shapes for [ongoing], [notable] and [other]

                                                                                                          • separate year-styles for [period] and [event]

                                                                                                          • separate year-styles for [past], [ongoing, known end-year], [ongoing, open end]

                                                                                                          • hyperlinked cross-references

                                                                                                          • hyperlinked e-mail and url

                                                                                                          • for specific projects and papers: hyperlinked www or doi

                                                                                                          • when printing, cross-refs, urls and e-mail are black; www and doi links are invisible


                                                                                                          Someday soon I should make the code public. But for now it's a bit too chaotic to release.






                                                                                                          share|improve this answer




























                                                                                                            7












                                                                                                            7








                                                                                                            7







                                                                                                            I used curve to create my CV:



                                                                                                            http://www.mhelvens.net/cv



                                                                                                            Quite customizable by itself. But I added several hacks and convenience macros of my own:




                                                                                                            • nicer rubric-title underlining

                                                                                                            • separate bullet-shapes for [ongoing], [notable] and [other]

                                                                                                            • separate year-styles for [period] and [event]

                                                                                                            • separate year-styles for [past], [ongoing, known end-year], [ongoing, open end]

                                                                                                            • hyperlinked cross-references

                                                                                                            • hyperlinked e-mail and url

                                                                                                            • for specific projects and papers: hyperlinked www or doi

                                                                                                            • when printing, cross-refs, urls and e-mail are black; www and doi links are invisible


                                                                                                            Someday soon I should make the code public. But for now it's a bit too chaotic to release.






                                                                                                            share|improve this answer















                                                                                                            I used curve to create my CV:



                                                                                                            http://www.mhelvens.net/cv



                                                                                                            Quite customizable by itself. But I added several hacks and convenience macros of my own:




                                                                                                            • nicer rubric-title underlining

                                                                                                            • separate bullet-shapes for [ongoing], [notable] and [other]

                                                                                                            • separate year-styles for [period] and [event]

                                                                                                            • separate year-styles for [past], [ongoing, known end-year], [ongoing, open end]

                                                                                                            • hyperlinked cross-references

                                                                                                            • hyperlinked e-mail and url

                                                                                                            • for specific projects and papers: hyperlinked www or doi

                                                                                                            • when printing, cross-refs, urls and e-mail are black; www and doi links are invisible


                                                                                                            Someday soon I should make the code public. But for now it's a bit too chaotic to release.







                                                                                                            share|improve this answer














                                                                                                            share|improve this answer



                                                                                                            share|improve this answer








                                                                                                            answered Dec 30 '12 at 18:34


























                                                                                                            community wiki





                                                                                                            mhelvens
























                                                                                                                6














                                                                                                                I have made my CV using predominately BibLaTeX. I have gone way beyond just using BibLaTeX for my publications, but have added a number of custom entry types (e.g., funding, service, teaching, presentation, education), modified the biber data model to allow for new fields and written bibliography drivers to handle the formating of these new entry types. Everything except my contact information is stored in a bib file (and technically my contact information is stored in the @preamble entry). Each version of my CV is produced by a tex file that sets a few BibLaTeX booleans and defines a bunch of defbibfiler and defbibcheck.



                                                                                                                I find this makes it much easier for me to reorganize/reorder my CV. Previously it was easy to move my "teaching" section before my "service" section, but with BibLaTeX I can have my teaching in a big list or divide it into undergraduate and graduate or University A and University B. Similarly I can divide my research presentations into internal/external or into talk/poster.






                                                                                                                share|improve this answer





















                                                                                                                • 3





                                                                                                                  Intersting approach! I would love to see the code for this :-)

                                                                                                                  – Daniel
                                                                                                                  Jul 4 '13 at 5:52
















                                                                                                                6














                                                                                                                I have made my CV using predominately BibLaTeX. I have gone way beyond just using BibLaTeX for my publications, but have added a number of custom entry types (e.g., funding, service, teaching, presentation, education), modified the biber data model to allow for new fields and written bibliography drivers to handle the formating of these new entry types. Everything except my contact information is stored in a bib file (and technically my contact information is stored in the @preamble entry). Each version of my CV is produced by a tex file that sets a few BibLaTeX booleans and defines a bunch of defbibfiler and defbibcheck.



                                                                                                                I find this makes it much easier for me to reorganize/reorder my CV. Previously it was easy to move my "teaching" section before my "service" section, but with BibLaTeX I can have my teaching in a big list or divide it into undergraduate and graduate or University A and University B. Similarly I can divide my research presentations into internal/external or into talk/poster.






                                                                                                                share|improve this answer





















                                                                                                                • 3





                                                                                                                  Intersting approach! I would love to see the code for this :-)

                                                                                                                  – Daniel
                                                                                                                  Jul 4 '13 at 5:52














                                                                                                                6












                                                                                                                6








                                                                                                                6







                                                                                                                I have made my CV using predominately BibLaTeX. I have gone way beyond just using BibLaTeX for my publications, but have added a number of custom entry types (e.g., funding, service, teaching, presentation, education), modified the biber data model to allow for new fields and written bibliography drivers to handle the formating of these new entry types. Everything except my contact information is stored in a bib file (and technically my contact information is stored in the @preamble entry). Each version of my CV is produced by a tex file that sets a few BibLaTeX booleans and defines a bunch of defbibfiler and defbibcheck.



                                                                                                                I find this makes it much easier for me to reorganize/reorder my CV. Previously it was easy to move my "teaching" section before my "service" section, but with BibLaTeX I can have my teaching in a big list or divide it into undergraduate and graduate or University A and University B. Similarly I can divide my research presentations into internal/external or into talk/poster.






                                                                                                                share|improve this answer















                                                                                                                I have made my CV using predominately BibLaTeX. I have gone way beyond just using BibLaTeX for my publications, but have added a number of custom entry types (e.g., funding, service, teaching, presentation, education), modified the biber data model to allow for new fields and written bibliography drivers to handle the formating of these new entry types. Everything except my contact information is stored in a bib file (and technically my contact information is stored in the @preamble entry). Each version of my CV is produced by a tex file that sets a few BibLaTeX booleans and defines a bunch of defbibfiler and defbibcheck.



                                                                                                                I find this makes it much easier for me to reorganize/reorder my CV. Previously it was easy to move my "teaching" section before my "service" section, but with BibLaTeX I can have my teaching in a big list or divide it into undergraduate and graduate or University A and University B. Similarly I can divide my research presentations into internal/external or into talk/poster.







                                                                                                                share|improve this answer














                                                                                                                share|improve this answer



                                                                                                                share|improve this answer








                                                                                                                answered Jun 7 '13 at 11:20


























                                                                                                                community wiki





                                                                                                                StrongBad









                                                                                                                • 3





                                                                                                                  Intersting approach! I would love to see the code for this :-)

                                                                                                                  – Daniel
                                                                                                                  Jul 4 '13 at 5:52














                                                                                                                • 3





                                                                                                                  Intersting approach! I would love to see the code for this :-)

                                                                                                                  – Daniel
                                                                                                                  Jul 4 '13 at 5:52








                                                                                                                3




                                                                                                                3





                                                                                                                Intersting approach! I would love to see the code for this :-)

                                                                                                                – Daniel
                                                                                                                Jul 4 '13 at 5:52





                                                                                                                Intersting approach! I would love to see the code for this :-)

                                                                                                                – Daniel
                                                                                                                Jul 4 '13 at 5:52











                                                                                                                5














                                                                                                                LaTeX Templates showcases several templates, ranging from conservative to fancy.



                                                                                                                I ended up using Classicthesis-Styled CV. It caught my eye as most esthetically pleasing. And even with my poor LaTeX skills was very easy to adapt to my needs.






                                                                                                                share|improve this answer






























                                                                                                                  5














                                                                                                                  LaTeX Templates showcases several templates, ranging from conservative to fancy.



                                                                                                                  I ended up using Classicthesis-Styled CV. It caught my eye as most esthetically pleasing. And even with my poor LaTeX skills was very easy to adapt to my needs.






                                                                                                                  share|improve this answer




























                                                                                                                    5












                                                                                                                    5








                                                                                                                    5







                                                                                                                    LaTeX Templates showcases several templates, ranging from conservative to fancy.



                                                                                                                    I ended up using Classicthesis-Styled CV. It caught my eye as most esthetically pleasing. And even with my poor LaTeX skills was very easy to adapt to my needs.






                                                                                                                    share|improve this answer















                                                                                                                    LaTeX Templates showcases several templates, ranging from conservative to fancy.



                                                                                                                    I ended up using Classicthesis-Styled CV. It caught my eye as most esthetically pleasing. And even with my poor LaTeX skills was very easy to adapt to my needs.







                                                                                                                    share|improve this answer














                                                                                                                    share|improve this answer



                                                                                                                    share|improve this answer








                                                                                                                    answered Jul 4 '13 at 1:04


























                                                                                                                    community wiki





                                                                                                                    radek
























                                                                                                                        4














                                                                                                                        I adapted the resume class found in http://www.iro.umontreal.ca/~csuros/latex.html.






                                                                                                                        share|improve this answer






























                                                                                                                          4














                                                                                                                          I adapted the resume class found in http://www.iro.umontreal.ca/~csuros/latex.html.






                                                                                                                          share|improve this answer




























                                                                                                                            4












                                                                                                                            4








                                                                                                                            4







                                                                                                                            I adapted the resume class found in http://www.iro.umontreal.ca/~csuros/latex.html.






                                                                                                                            share|improve this answer















                                                                                                                            I adapted the resume class found in http://www.iro.umontreal.ca/~csuros/latex.html.







                                                                                                                            share|improve this answer














                                                                                                                            share|improve this answer



                                                                                                                            share|improve this answer








                                                                                                                            answered Aug 27 '10 at 11:55


























                                                                                                                            community wiki





                                                                                                                            lhf
























                                                                                                                                3














                                                                                                                                An other quite recent style is available here: http://mrzool.cc/tex-boilerplates/
                                                                                                                                An example






                                                                                                                                share|improve this answer






























                                                                                                                                  3














                                                                                                                                  An other quite recent style is available here: http://mrzool.cc/tex-boilerplates/
                                                                                                                                  An example






                                                                                                                                  share|improve this answer




























                                                                                                                                    3












                                                                                                                                    3








                                                                                                                                    3







                                                                                                                                    An other quite recent style is available here: http://mrzool.cc/tex-boilerplates/
                                                                                                                                    An example






                                                                                                                                    share|improve this answer















                                                                                                                                    An other quite recent style is available here: http://mrzool.cc/tex-boilerplates/
                                                                                                                                    An example







                                                                                                                                    share|improve this answer














                                                                                                                                    share|improve this answer



                                                                                                                                    share|improve this answer








                                                                                                                                    answered Jan 19 '16 at 22:49


























                                                                                                                                    community wiki





                                                                                                                                    ddddavidee
























                                                                                                                                        3














                                                                                                                                        I maintain a Latex template targetted for Engineers on Github, you can find it at https://github.com/sb2nov/resume



                                                                                                                                        enter image description here






                                                                                                                                        share|improve this answer






























                                                                                                                                          3














                                                                                                                                          I maintain a Latex template targetted for Engineers on Github, you can find it at https://github.com/sb2nov/resume



                                                                                                                                          enter image description here






                                                                                                                                          share|improve this answer




























                                                                                                                                            3












                                                                                                                                            3








                                                                                                                                            3







                                                                                                                                            I maintain a Latex template targetted for Engineers on Github, you can find it at https://github.com/sb2nov/resume



                                                                                                                                            enter image description here






                                                                                                                                            share|improve this answer















                                                                                                                                            I maintain a Latex template targetted for Engineers on Github, you can find it at https://github.com/sb2nov/resume



                                                                                                                                            enter image description here







                                                                                                                                            share|improve this answer














                                                                                                                                            share|improve this answer



                                                                                                                                            share|improve this answer








                                                                                                                                            answered Aug 15 '17 at 8:08


























                                                                                                                                            community wiki





                                                                                                                                            Sourabh
























                                                                                                                                                2














                                                                                                                                                For a professional looking CV there is Plasmati CV, good for banking, consultancy careers. ModernCV is colored works for serious and less serious careers (communication management etc... and Friggeri CV is the template for designers etc... ModernCV is used at CVsintellect and the 3 are used in seeveeze






                                                                                                                                                share|improve this answer





















                                                                                                                                                • 2





                                                                                                                                                  Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                                                                                                                                  – Symbol 1
                                                                                                                                                  Mar 20 '15 at 2:48
















                                                                                                                                                2














                                                                                                                                                For a professional looking CV there is Plasmati CV, good for banking, consultancy careers. ModernCV is colored works for serious and less serious careers (communication management etc... and Friggeri CV is the template for designers etc... ModernCV is used at CVsintellect and the 3 are used in seeveeze






                                                                                                                                                share|improve this answer





















                                                                                                                                                • 2





                                                                                                                                                  Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                                                                                                                                  – Symbol 1
                                                                                                                                                  Mar 20 '15 at 2:48














                                                                                                                                                2












                                                                                                                                                2








                                                                                                                                                2







                                                                                                                                                For a professional looking CV there is Plasmati CV, good for banking, consultancy careers. ModernCV is colored works for serious and less serious careers (communication management etc... and Friggeri CV is the template for designers etc... ModernCV is used at CVsintellect and the 3 are used in seeveeze






                                                                                                                                                share|improve this answer















                                                                                                                                                For a professional looking CV there is Plasmati CV, good for banking, consultancy careers. ModernCV is colored works for serious and less serious careers (communication management etc... and Friggeri CV is the template for designers etc... ModernCV is used at CVsintellect and the 3 are used in seeveeze







                                                                                                                                                share|improve this answer














                                                                                                                                                share|improve this answer



                                                                                                                                                share|improve this answer








                                                                                                                                                answered Mar 20 '15 at 2:06


























                                                                                                                                                community wiki





                                                                                                                                                Mike higgins









                                                                                                                                                • 2





                                                                                                                                                  Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                                                                                                                                  – Symbol 1
                                                                                                                                                  Mar 20 '15 at 2:48














                                                                                                                                                • 2





                                                                                                                                                  Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                                                                                                                                  – Symbol 1
                                                                                                                                                  Mar 20 '15 at 2:48








                                                                                                                                                2




                                                                                                                                                2





                                                                                                                                                Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                                                                                                                                – Symbol 1
                                                                                                                                                Mar 20 '15 at 2:48





                                                                                                                                                Welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

                                                                                                                                                – Symbol 1
                                                                                                                                                Mar 20 '15 at 2:48











                                                                                                                                                2














                                                                                                                                                As I haven't seen it here yet, I would like to mention limecv which is shipped with TeX Live (development on GitHub: https://github.com/opieters/limecv). Apart from your CV you can create a cover letter in a similar design with that package.



                                                                                                                                                The following pictures are taken from the documentation.



                                                                                                                                                cv1



                                                                                                                                                cv2






                                                                                                                                                share|improve this answer






























                                                                                                                                                  2














                                                                                                                                                  As I haven't seen it here yet, I would like to mention limecv which is shipped with TeX Live (development on GitHub: https://github.com/opieters/limecv). Apart from your CV you can create a cover letter in a similar design with that package.



                                                                                                                                                  The following pictures are taken from the documentation.



                                                                                                                                                  cv1



                                                                                                                                                  cv2






                                                                                                                                                  share|improve this answer




























                                                                                                                                                    2












                                                                                                                                                    2








                                                                                                                                                    2







                                                                                                                                                    As I haven't seen it here yet, I would like to mention limecv which is shipped with TeX Live (development on GitHub: https://github.com/opieters/limecv). Apart from your CV you can create a cover letter in a similar design with that package.



                                                                                                                                                    The following pictures are taken from the documentation.



                                                                                                                                                    cv1



                                                                                                                                                    cv2






                                                                                                                                                    share|improve this answer















                                                                                                                                                    As I haven't seen it here yet, I would like to mention limecv which is shipped with TeX Live (development on GitHub: https://github.com/opieters/limecv). Apart from your CV you can create a cover letter in a similar design with that package.



                                                                                                                                                    The following pictures are taken from the documentation.



                                                                                                                                                    cv1



                                                                                                                                                    cv2







                                                                                                                                                    share|improve this answer














                                                                                                                                                    share|improve this answer



                                                                                                                                                    share|improve this answer








                                                                                                                                                    answered Jan 1 '18 at 8:56


























                                                                                                                                                    community wiki





                                                                                                                                                    TeXnician























                                                                                                                                                        1 2
                                                                                                                                                        next




                                                                                                                                                        protected by Community May 20 '18 at 6:08



                                                                                                                                                        Thank you for your interest in this question.
                                                                                                                                                        Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                                                                                                                                        Would you like to answer one of these unanswered questions instead?



                                                                                                                                                        Popular posts from this blog

                                                                                                                                                        Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                                                                                                                                                        ComboBox Display Member on multiple fields

                                                                                                                                                        Is it possible to collect Nectar points via Trainline?