Giter Site home page Giter Site logo

resume's Introduction

A LaTeX resume template

resume.cls is a document class that adds name and address information to the head of the document and provides resume section and subsection environments (rSection and rSubsection). The address separator format, the rSubsection heading format, and the skip sizes defined in resume.cls can be customized.

License

Please see LICENSE file.

resume's People

Contributors

shihyuan avatar sk8forether avatar treyhunner avatar victorhartman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

resume's Issues

Feature request: Add option for third address

A third address option would allows for a setup as follows:

  • NAME
  • Contact details
  • Mailing address
  • Portfolio link
  • Body

This should be very simple but ill need to have a play around to grok the .cls file

Is this something you would be interested in?

Bibtex Support

@treyhunner : Thank you very much for the awesome CV template. I have been using your template for some time now.

Recently, Some of the work I did got published and now I need to add them to my CV. I played with your template a bit but couldn't figure out how to add the publications with bibtex (Of course I can add a Reference section with citations but I need to add them under a rSection).

I will be really grateful if you can give some pointers on how to do this.

Use \AtBeginDocument instead of redefining \document

Redefining the \document macro is not a good idea, because this can easily mess up the code when other packages are used. It is far more reliable to use \AtBeginDocument to insert code directly after \begin{document}. I therefore suggest that lines 68 to 76 in the .cls file are replaced as follows:

- \let\ori@document=\document
- \renewcommand{\document}{
-   \ori@document                     % Begin document
+ \AtBeginDocument{
    \printname                        % Print the name specified with \name
    \@ifundefined{@addressone}{}{     % Print the first address if specified
      \printaddress{\@addressone}}
    \@ifundefined{@addresstwo}{}{     % Print the second address if specified
      \printaddress{\@addresstwo}} 
  }

Empty rSubsections

Hi,

I have some work experience items that arent worth a bullet point, but I still want to show them at the bottom of my experience section, with just the Employer, time frame, job title, and location. Is there any way to get around a \item being required within an rSubsection in order to do this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.