Giter Site home page Giter Site logo

my-cv's Introduction

Bruce Ravel’s CV

A PDF copy of my CV

Files:

  • cv.tex: the LaTeX source for my CV
  • highlights.bib: bib file with my favorite citations
  • allmine.bib: bib file with all the rest of my citations
  • BR_smiling.jpg: my photo
  • moderncv.purple.patch: a patch to the Modern CV LaTeX class to add a color of my choice
  • mydoi.sty: a patched copy of the standard doi.sty

Required downloads:

  • The Modern CV class: https://launchpad.net/moderncv
    • Unpack the zip file into the current directory (or, I suppose, install it system-wide). Really only need the .sty and .cls files in the current directory.
    • Apply the patch: ~patch < moderncv.purple.patch~ to add the purple color theme My purple theme has been included since version 0.13, so the patch is no longer necessary.
    • Update moderncv to 1.4!
  • etoolbox: http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox
    • Again, only need the etoolbox.sty file in the current directory.
  • I had to install Ubuntu’s texlive-latex-extra to get one of Modern CV’s dependencies (xargs.sty). This has since moved into the texlive-latex3 package.

The doi/hyperref problem

This happens:

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)))

! LaTeX Error: Option clash for package hyperref.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.49 \begin{document}

The solution is to edit the doi.sty file at line 36 to read

\RequirePackage[unicode]{hyperref}

i.e. add the [unicode].

On my desktop at work, doi.sty is /usr/share/texlive/texmf-dist/tex/latex/doi/doi.sty

The reason this is necessary is that moderncv imports the hyperref package with the [unicode] argument. The warning is about hyperref being imported differently in the two packages.

Alternately, simply remove line 36, which works because hyperref is already loaded.

mydoi.cls is a copy of doi.sty version 2007/07/24 with line 36 commented out

my-cv's People

Contributors

bruceravel avatar

Watchers

James Cloos avatar  avatar

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.