emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dan Griswold <dgriswol@rochester.rr.com>
To: Rainer M Krug <Rainer@krugs.de>
Cc: Emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: CV in orgmode for export to pdf (and html?)
Date: Fri, 19 Sep 2014 11:38:47 -0400	[thread overview]
Message-ID: <CAGO+QKtByfh-tyQtyrfdsQ-Tyk5rCNeL_yqA6CiHT28QfukDgQ@mail.gmail.com> (raw)
In-Reply-To: <m2a95wj7e9.fsf@krugs.de>

[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]

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\\
  dgriswol@xxxxx.com\\
  \hrulefill
\end{flushright}
#+END_LATEX




On Fri, Sep 19, 2014 at 5:18 AM, Rainer M Krug <Rainer@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
>

[-- Attachment #2: Type: text/html, Size: 2992 bytes --]

  parent reply	other threads:[~2014-09-19 15:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19  9:18 CV in orgmode for export to pdf (and html?) Rainer M Krug
2014-09-19 10:10 ` Tory S. Anderson
2014-09-19 10:29   ` Andreas Kiermeier
2014-09-19 15:06     ` John Hendy
2014-09-19 17:15       ` Tory S. Anderson
2014-09-22  8:24         ` Rainer M Krug
2014-10-29 19:35   ` Karl Voit
2014-09-19 15:38 ` Dan Griswold [this message]
2014-09-19 19:52 ` Brady Trainor
2014-09-19 20:18   ` Nicolas Goaziou
2014-09-19 23:01     ` Rasmus
2014-09-22  8:30       ` Rainer M Krug
2014-09-21 19:59     ` Myles English
2014-09-22  8:31       ` Rainer M Krug
2014-09-22 21:37       ` Myles English
2014-09-23  6:56         ` Rainer M Krug
2014-09-22  8:28   ` Rainer M Krug
2014-09-20  0:49 ` Dan Griswold
2014-09-20  5:56   ` Vikas Rawal
2014-09-22  8:32     ` Rainer M Krug
2014-09-20  6:36   ` Joseph Vidal-Rosset
2014-09-22  8:32     ` Rainer M Krug
2014-09-22  8:23   ` CV in orgmode for export to pdf (and html? Rainer M Krug
2014-09-22 11:55     ` Nick Dokos
2014-09-23  9:06     ` Rasmus
     [not found]     ` <87fvfihfh8.fsf@gmx.us>
2014-09-23  9:24       ` Rainer M Krug
2014-09-20  7:45 ` CV in orgmode for export to pdf (and html?) Xavier Garrido
2014-09-22  8:33   ` Rainer M Krug

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGO+QKtByfh-tyQtyrfdsQ-Tyk5rCNeL_yqA6CiHT28QfukDgQ@mail.gmail.com \
    --to=dgriswol@rochester.rr.com \
    --cc=Rainer@krugs.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).