Unlike the others, I moved my CV from LaTeX to org-mode and I'm happy with
the results. Two things make it work well.

First, a "cv" class added to org-latex-classes:

(add-to-list '("cv"
"\\documentclass[10pt]{article}\n\\usepackage[margin=.75in]{geometry}\n%\\usepackage{palatino}\n\\usepackage{sectsty}\n\\sectionfont{\\normalsize\\selectfont\\itshape}\n\\usepackage[T1]{fontenc}\n\\usepackage{libertine}\n\\renewcommand*\\oldstylenums[1]{{\\fontfamily{fxlj}\\selectfont
#1}}"
  ("\\section{%s}" . "\\section*{%s}")))

Second, something like the following at the top of the org file (replace
with your particulars):

#+OPTIONS: author:nil timestamp:nil
#+TITLE:
#+DATE:
#+LaTeX_CLASS: cv

#+BEGIN_LATEX
\begin{flushleft}
  \bfseries\Large Curriculum Vitae\hfill Daniel M. Griswold\normalfont
\end{flushleft}

\vspace{-12pt}%
\begin{flushright}
  69 Stratton Road\\
  Rochester, NY 14610\\
  (585) xxx-xxxx\\
  dgris...@xxxxx.com\\
  \hrulefill
\end{flushright}
#+END_LATEX




On Fri, Sep 19, 2014 at 5:18 AM, Rainer M Krug <rai...@krugs.de> wrote:

> Hi
>
> I am looking for examples / templates for CVs written using org, as I
> decided to ose org for my CV.
>
> I fund this oldish conversation
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2012-04/msg00096.html
>
> and these two templates for using org to write a CV:
>
> https://github.com/punchagan/resume
> https://github.com/fasheng/fsh-orgmode-latex-cv
>
> as well this CV without .org file
>
> http://adamsonj.ninth.su/cv.html
>
> Also, there does not seem to be anything on worg.
>
> - Can somebody give any further info on org and CVs?
> - How do you do it (I don't assume you write your CVs in Word?), or are
> you using LaTeX directly?
> - Any other examples and templates online?
>
> If I get enough, I will compile a summary for worg, but I need examples
> and information.
>
> Thanks,
>
> Rainer
>
> --
> Rainer M. Krug
> email: Rainer<at>krugs<dot>de
> PGP: 0x0F52F982
>

Reply via email to