From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Lotz Subject: Re: Different set of packages for LaTeX export Date: Fri, 2 Oct 2015 10:41:32 +0200 Message-ID: <20151002104132.204bbe66@hogwart.bsdlocal.net> References: <20151001204426.6393bd1d@arcor.com> <87fv1uv1h5.fsf@gmx.us> <20151002053046.7859f6e9@arcor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhvuO-0004ql-4Q for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 04:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhvuK-00053T-Nu for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 04:41:40 -0400 Received: from mail-in-03.arcor-online.net ([151.189.21.43]:33381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhvuK-00052L-EZ for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 04:41:36 -0400 Received: from mail-in-20-z2.arcor-online.net (mail-in-20-z2.arcor-online.net [151.189.8.85]) by mx.arcor.de (Postfix) with ESMTP id 3nS4YT35sGzFnd0 for ; Fri, 2 Oct 2015 10:41:33 +0200 (CEST) Received: from mail-in-13.arcor-online.net (mail-in-13.arcor-online.net [151.189.21.53]) by mail-in-20-z2.arcor-online.net (Postfix) with ESMTP id 672B1701429 for ; Fri, 2 Oct 2015 10:41:33 +0200 (CEST) Received: from hogwart (p4FFF2459.dip0.t-ipconnect.de [79.255.36.89]) (Authenticated sender: manfred.lotz@arcor.de) by mail-in-13.arcor-online.net (Postfix) with ESMTPSA id 3nS4YT2Wf2z31v9 for ; Fri, 2 Oct 2015 10:41:33 +0200 (CEST) Received: from hogwart.bsdlocal.net (localhost.localdomain [127.0.0.1]) by hogwart (Postfix) with ESMTP id C8F294006C for ; Fri, 2 Oct 2015 10:41:32 +0200 (CEST) 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@gnu.org Hi Fabrice, Hope you are well. Last time I saw you was in Pont-=C3=A0-Mousson in 2005.=20 On Fri, 2 Oct 2015 06:50:03 +0200 Fabrice Popineau wrote: > 2015-10-02 5:30 GMT+02:00 Manfred Lotz : >=20 > > On Thu, 01 Oct 2015 21:21:42 +0200 > > Rasmus wrote: > > > > > Hi Manfred, > > > > > > Manfred Lotz writes: > > > > > > > When creating slides, i.e using beamer I get an option clash > > > > during compiling the tex file because beamer did already load > > > > hyperref. > > > > > > > > How can I solve it? > > > > > > > > Could I have a different package list if the class is beamer? > > > > > > No you can only discriminate based on the compiler version (and > > > actually only in ox-latex, not ox-beamer). > > > > > > > Hm, I think it would be great if a package list could be mapped to a > > certain LaTeX class. > > > > > To solve this, I set up my own LaTeX class. I find it at least as > good as to rely > on Org configuration. Actually, I removed the list of packages that > Org is exporting. > My LaTeX class can produce slides, course notes, exams and so on. > Based on options, I can chose which kind of document and a few things > like the style (font, etc.). >=20 You are right, of course. Using my own class I have the full control to do what I like. Thanks for the idea. --=20 Manfred