From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: CV in orgmode for export to pdf (and html?) Date: Sat, 20 Sep 2014 11:26:31 +0530 Message-ID: <9B10D9EF-42A0-4720-8DAF-5FC0047A985B@agrarianresearch.org> References: Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_08F0682E-F6C7-4BD6-B7D3-0EF14CE5A24F" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVDfM-0002WM-JF for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 01:57:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVDfE-0005NS-S9 for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 01:57:04 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:48581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVDfE-0005Ld-Jg for emacs-orgmode@gnu.org; Sat, 20 Sep 2014 01:56:56 -0400 Received: by mail-pa0-f49.google.com with SMTP id lf10so1391891pab.22 for ; Fri, 19 Sep 2014 22:56:49 -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: Dan Griswold , org-mode mailing list --Apple-Mail=_08F0682E-F6C7-4BD6-B7D3-0EF14CE5A24F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I know I am being lazy in not trying it out, but if you could share a = PDF, it would give us an idea of what this gives you. Vikas =20 On 20-Sep-2014, at 6:19 am, Dan Griswold wrote: > Not sure anybody saw this the first time, so I'll try again, with some = expansion. >=20 > 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. >=20 > First, a "cv" class added to org-latex-classes: >=20 > (add-to-list '("cv" = "\\documentclass[10pt]{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*\\oldstylenums[1]{{\\fontfamily{fxlj}\\selectfont #1}}" > ("\\section{%s}" . "\\section*{%s}"))) >=20 > Second, something like the following at the top of the org file = (replace with your particulars): >=20 > #+OPTIONS: author:nil timestamp:nil > #+TITLE: > #+DATE: > #+LaTeX_CLASS: cv >=20 > #+BEGIN_LATEX > \begin{flushleft} > \bfseries\Large Curriculum Vitae\hfill Daniel M. Griswold\normalfont > \end{flushleft} >=20 > \vspace{-12pt}% > \begin{flushright} > 69 Stratton Road\\ > Rochester, NY 14610\\ > (585) xxx-xxxx\\ > dgriswol@xxxxx.com\\ > \hrulefill > \end{flushright} > #+END_LATEX >=20 > Main headings are things like: >=20 > * Education > * Specialization > * Employment > * Publications > * Awards and Honors >=20 > and the details below each of these headings are simply unordered = lists >=20 > I really like the easy of editing in org-mode this gives me. >=20 > Hope this helps, >=20 > Dan >=20 --Apple-Mail=_08F0682E-F6C7-4BD6-B7D3-0EF14CE5A24F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii I know = I am being lazy in not trying it out, but if you could share a PDF, it = would give us an idea of what this gives = you.

Vikas
 
On = 20-Sep-2014, at 6:19 am, Dan Griswold <kc5gmr@gmail.com> = wrote:

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{\\normalsi= ze\\selectfont\\itshape}\n\\usepackage[T1]{fontenc}\n\\usepackage{libertin= e}\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{fl= ushright}
  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


= --Apple-Mail=_08F0682E-F6C7-4BD6-B7D3-0EF14CE5A24F--