From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Griswold Subject: Re: CV in orgmode for export to pdf (and html?) Date: Fri, 19 Sep 2014 11:38:47 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a695aa5958505036ce554 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XV0Gu-0002GL-Uy for emacs-orgmode@gnu.org; Fri, 19 Sep 2014 11:38:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XV0Gt-0004pQ-3i for emacs-orgmode@gnu.org; Fri, 19 Sep 2014 11:38:56 -0400 Received: from mail-qa0-x22b.google.com ([2607:f8b0:400d:c00::22b]:42040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XV0Gs-0004oI-TV for emacs-orgmode@gnu.org; Fri, 19 Sep 2014 11:38:55 -0400 Received: by mail-qa0-f43.google.com with SMTP id x12so2768413qac.2 for ; Fri, 19 Sep 2014 08:38:47 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: Emacs-orgmode --001a113a695aa5958505036ce554 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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=3D.75in]{geometry}\n%\= \usepackage{palatino}\n\\usepackage{sectsty}\n\\sectionfont{\\normalsize\\s= electfont\\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 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: Rainerkrugsde > PGP: 0x0F52F982 > --001a113a695aa5958505036ce554 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Unlike the others, I moved my CV from LaTeX= to org-mode and I'm happy with the results. Two things make it work we= ll.

First, a "cv" class added to org-latex-classes:<= br>
(add-to-list '("cv" "\\documentclass[10pt]{articl= e}\n\\usepackage[margin=3D.75in]{geometry}\n%\\usepackage{palatino}\n\\usep= ackage{sectsty}\n\\sectionfont{\\normalsize\\selectfont\\itshape}\n\\usepac= kage[T1]{fontenc}\n\\usepackage{libertine}\n\\renewcommand*\\oldstylenums[1= ]{{\\fontfamily{fxlj}\\selectfont #1}}"
=C2=A0 ("\\section{%s}= " . "\\section*{%s}")))

Second, something like = the following at the top of the org file (replace with your particulars):<= br>
#+OPTIONS: author:nil timestamp:nil
#+TITLE:
#+DATE:
#+LaTe= X_CLASS: cv

#+BEGIN_LATEX
\begin{flushleft}
=C2=A0 \bfseries\L= arge Curriculum Vitae\hfill Daniel M. Griswold\normalfont
\end{flushleft= }

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




O= n 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/20= 12-04/msg00096.html

and these two templates for using org to write a CV:

https://g= ithub.com/punchagan/resume
https://github.com/fasheng/fsh-orgmode-latex-cv

as well this CV without .org file

http://adams= onj.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

--001a113a695aa5958505036ce554--