From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: [export] Should sidewaystable option automatically add rotating package? Date: Wed, 25 Sep 2013 09:45:20 +0200 Message-ID: References: <87ob7z4nzl.fsf@pinto.chemeng.ucl.ac.uk> <877gentvmv.fsf@gmx.us> <87wqmmos25.fsf@gmail.com> <20130913100125.257db23d@vknecht-intel.unibw-hamburg.de> <87ioy1vya1.fsf@gmx.us> <874n9kwott.fsf@gmx.us> <87zjrcmdai.fsf@ericabrahamsen.net> <170A71C4-F232-4E00-BB52-3EB667D570BC@gmail.com> <87ioxztwbw.fsf@pank.eu> <87txhhsrcy.fsf@gmx.us> <17793E93-8530-47E5-9B02-097712FB98D8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOjnC-0002Bj-6n for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 03:45:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOjn5-0002Jd-CL for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 03:45:50 -0400 Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:38939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOjn4-0002JF-T5 for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 03:45:43 -0400 Received: by mail-lb0-f179.google.com with SMTP id x18so4829145lbi.10 for ; Wed, 25 Sep 2013 00:45:40 -0700 (PDT) In-Reply-To: <17793E93-8530-47E5-9B02-097712FB98D8@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode , Rasmus 2013/9/25 Carsten Dominik : > > On 19.9.2013, at 11:38, Nicolas Girard wrote: > >> I actually have some working code that does this. It lies in a file I >> named 'minimal.tex', which I include into all my latex code using >> \input{minimal}\makeatletter > > Hi Nicolas, > > of I were to include this code not via \input, but directly, somewhere in the header, > is there something special with makeatletter/makeatother that I have to do? > Good morning Carsten, Despite being silent, I didn't forget about this thread ;-) I came to think that, having a piece of code that brings cross-compatibility between the 3 engines would be of interest to people outside of the Org community. But this is not trivial, especially if the code has to work with older TeX distributions (a reasonable expectation would be that it works with, say, TeXlive 2011 and TeXlive 2012). For instance, one difficulty is language specifics. pdflatex has Babel ; xelatex has polyglossia ; and lualatex didn't have any equivalent package until a recent version of polyglossia that comes with the most recent TeX distributions. For these reasons, I would like to submit this question, with my code as a starting point, to the tex.stackexchange.com community, so that it is peer reviewed and we hopefully get something solid. I'm currently working on it and intend to post either today or tomorrow. Stay tuned ! Cheers, Nicolas