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 20:49:03 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a695a8a366e050374957d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XV8rO-0001Ib-Bt for emacs-orgmode@gnu.org; Fri, 19 Sep 2014 20:49:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XV8rN-0003aH-8d for emacs-orgmode@gnu.org; Fri, 19 Sep 2014 20:49:10 -0400 Received: from mail-qg0-x235.google.com ([2607:f8b0:400d:c04::235]:61215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XV8rN-0003Yb-3Y for emacs-orgmode@gnu.org; Fri, 19 Sep 2014 20:49:09 -0400 Received: by mail-qg0-f53.google.com with SMTP id e89so247700qgf.26 for ; Fri, 19 Sep 2014 17:49:03 -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: Emacs-orgmode --001a113a695a8a366e050374957d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Not sure anybody saw this the first time, so I'll try again, with some expansion. Unlike the others who've commented, 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 Main headings are things like: * Education * Specialization * Employment * Publications * Awards and Honors and the details below each of these headings are simply unordered lists I really like the easy of editing in org-mode this gives me. Hope this helps, Dan --001a113a695a8a366e050374957d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Not sure anyb= ody saw this the first time, so I'll try again, with some expansion.
Unlike the others who've commented, I moved my CV f= rom LaTeX to org-mode and I'm happy with the results. Two things make i= t work well.

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

(add-to-list '("cv" "\\documentclass[10p= t]{article}\n\\usepackage[margin=3D.75in]{geometry}\n%\\usepackage{palatino= }\n\\usepackage{sectsty}\n\\sectionfont{\\normalsize\\selectfont\\itshape}\= n\\usepackage[T1]{fontenc}\n\\usepackage{libertine}\n\\renewcommand*\\oldst= ylenums[1]{{\\fontfamily{fxlj}\\selectfont #1}}"
=C2=A0 ("\\se= ction{%s}" . "\\section*{%s}")))

Second, someth= ing like the following at the top of the org file (replace with your parti= culars):

#+OPTIONS: author:nil timestamp:nil
#+TITLE:
#+DATE:<= br>#+LaTeX_CLASS: cv

#+BEGIN_LATEX
\begin{flushleft}
=C2=A0 \b= fseries\Large Curriculum Vitae\hfill Daniel M. Griswold\normalfont
\end{= flushleft}

\vspace{-12pt}%
\begin{flushright}
=C2=A0 69 Stratt= on Road\\
=C2=A0 Rochester, NY 14610\\
=C2=A0 (585) xxx-xxxx\\<= br>=C2=A0 dgriswol@= xxxxx.com\\
=C2=A0 \hrulefill
\end{flushright}
#+END_LATEX
=
Main headings are things like:

* Education
= * Specialization
* Employment
* Publications
* A= wards and Honors

and the details below each of these headings = are simply unordered lists

I really like the easy of editing i= n org-mode this gives me.

Hope this helps,

Dan
=

--001a113a695a8a366e050374957d--