From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: Change default latex packages Date: Tue, 6 May 2014 06:51:00 -0400 Message-ID: References: <53678073.4030206@mun.ca> <5368BB59.1070503@mun.ca> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04428a6c0fbc6304f8b90663 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whcxk-00029B-RL for emacs-orgmode@gnu.org; Tue, 06 May 2014 06:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Whcxj-0001rM-Ju for emacs-orgmode@gnu.org; Tue, 06 May 2014 06:51:04 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:64180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whcxj-0001rC-8W for emacs-orgmode@gnu.org; Tue, 06 May 2014 06:51:03 -0400 Received: by mail-wi0-f179.google.com with SMTP id bs8so670176wib.12 for ; Tue, 06 May 2014 03:51:01 -0700 (PDT) In-Reply-To: <5368BB59.1070503@mun.ca> 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: Roger Mason Cc: "emacs-orgmode@gnu.org" --f46d04428a6c0fbc6304f8b90663 Content-Type: text/plain; charset=UTF-8 Isn't that what it is supposed to be like? what were you expecting differently? John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Tue, May 6, 2014 at 6:37 AM, Roger Mason wrote: > Hello again, > > On 05/05/14 12:31, John Kitchin wrote: > >> (setq org-latex-default-packages-alist >> >> I thought I had this fixed, but apparently not. > > Here's what I have in my .emacs: > > > (setq org-latex-default-packages-alist > '(("AUTO" "inputenc" t) > ("" "lmodern" nil) > ("T1" "fontenc" nil) > > ("" "fixltx2e" nil) > ; ("" "charter" nil) ;; a decent font > ; ("expert" "mathdesign" nil) > ("" "graphicx" t) > ("" "longtable" nil) > ("" "float" nil) > ("" "wrapfig" nil) > ("" "rotating" nil) > ("normalem" "ulem" t) > ("" "amsmath" t) > ("" "textcomp" nil) > > ("" "marvosym" t) > ("" "wasysym" t) > ("" "amssymb" t) > ("" "amsmath" t) > ("version=3" "mhchem" t) > ("numbers,super,sort&compress" "natbib" t) > ("" "natmove" nil) > ("" "url" t) > ("" "minted" nil) > ("" "underscore" t) > ("linktocpage,pdfstartview=FitH,colorlinks, > linkcolor=blue,anchorcolor=blue, > citecolor=blue,filecolor=blue,menucolor=blue,urlcolor=blue" > "hyperref" nil) > ("" "attachfile" nil))) > > Notice ("T1" "fontenc" nil) and ("" "textcomp" nil). > > Here's the latex output: > > \documentclass[11pt]{article} > \usepackage[utf8]{inputenc} > \usepackage{lmodern} > \usepackage[T1]{fontenc} > \usepackage{fixltx2e} > \usepackage{graphicx} > \usepackage{longtable} > \usepackage{float} > \usepackage{wrapfig} > \usepackage{rotating} > \usepackage[normalem]{ulem} > \usepackage{amsmath} > \usepackage{textcomp} > \usepackage{marvosym} > \usepackage{wasysym} > \usepackage{amssymb} > \usepackage{amsmath} > \usepackage[version=3]{mhchem} > \usepackage[numbers,super,sort&compress]{natbib} > \usepackage{natmove} > \usepackage{url} > \usepackage{minted} > \usepackage{underscore} > \usepackage[linktocpage,pdfstartview=FitH,colorlinks, > linkcolor=blue,anchorcolor=blue, > citecolor=blue,filecolor=blue,menucolor=blue,urlcolor=blue]{hyperref} > \usepackage{attachfile} > \usepackage{parskip} > > Notice the \usepackage[T1]{fontenc} and \usepackage{textcomp}. > > What am I doing wrong? > > Thanks, > Roger > > > > > > --f46d04428a6c0fbc6304f8b90663 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Isn't that what it is supposed to be like? what were y= ou expecting differently?

John

-----------------------------------
John KitchinAssociate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon= University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.e= du



On Tue, May 6, 2014 at 6:37 AM, Roger Ma= son <rmason@mun.ca> wrote:
Hello again,

On 05/05/14 12:31, John Kitchin wrote:
(setq org-latex-default-packages-alist

I thought I had this fixed, but apparently not.

Here's what I have in my .emacs:


(setq org-latex-default-packages-alist
=C2=A0 =C2=A0 =C2=A0 '(("AUTO" "inputenc" t)
=C2=A0 =C2=A0 ("" "lmodern" nil)
=C2=A0 =C2=A0 ("T1" "fontenc" nil)

=C2=A0 =C2=A0 ("" "fixltx2e" nil)
; =C2=A0 =C2=A0("" "charter" nil) ;; a decent font
; =C2=A0 =C2=A0("expert" "mathdesign" nil)
=C2=A0 =C2=A0 ("" "graphicx" t)
=C2=A0 =C2=A0 ("" "longtable" nil)
=C2=A0 =C2=A0 ("" "float" nil)
=C2=A0 =C2=A0 ("" "wrapfig" nil)
=C2=A0 =C2=A0 ("" "rotating" =C2=A0nil)
=C2=A0 =C2=A0 ("normalem" "ulem" t)
=C2=A0 =C2=A0 ("" "amsmath" t)
=C2=A0 =C2=A0 ("" "textcomp" nil)

=C2=A0 =C2=A0 ("" "marvosym" t)
=C2=A0 =C2=A0 ("" "wasysym" t)
=C2=A0 =C2=A0 ("" "amssymb" t)
=C2=A0 =C2=A0 ("" "amsmath" t)
=C2=A0 =C2=A0 ("version=3D3" "mhchem" t)
=C2=A0 =C2=A0 ("numbers,super,sort&compress" "natbib&quo= t; t)
=C2=A0 =C2=A0 ("" "natmove" nil)
=C2=A0 =C2=A0 ("" "url" t)
=C2=A0 =C2=A0 ("" "minted" nil)
=C2=A0 =C2=A0 ("" "underscore" t)
=C2=A0 =C2=A0 ("linktocpage,pdfstartview=3DFitH,colorlinks,
linkcolor=3Dblue,anchorcolor=3Dblue,
citecolor=3Dblue,filecolor=3Dblue,menucolor=3Dblue,urlcolor=3Dblue&q= uot;
=C2=A0 =C2=A0 =C2=A0"hyperref" nil)
=C2=A0 =C2=A0 ("" "attachfile" nil)))

Notice =C2=A0 =C2=A0 ("T1" "fontenc" nil) and ("&q= uot; "textcomp" nil).

Here's the latex output:

\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[version=3D3]{mhchem}
\usepackage[numbers,super,sort&compress]{natbib}
\usepackage{natmove}
\usepackage{url}
\usepackage{minted}
\usepackage{underscore}
\usepackage[linktocpage,pdfstartview=3DFitH,colorlinks,
linkcolor=3Dblue,anchorcolor=3Dblue,
citecolor=3Dblue,filecolor=3Dblue,menucolor=3Dblue,urlcolor=3Dblue]{= hyperref}
\usepackage{attachfile}
\usepackage{parskip}

Notice the \usepackage[T1]{fontenc} and \usepackage{textcomp}.

What am I doing wrong?

Thanks,
Roger






--f46d04428a6c0fbc6304f8b90663--