From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Using Emacs, Org-mode and R for Research Writing in Social Sciences Date: Thu, 15 May 2014 10:38:44 +0200 Message-ID: References: <375121C9-E738-422E-A0F8-8D8CC7FDAAF9@axelkielhorn.de> <96A87FD8-20EA-4BD5-99EA-532FCD54E65E@axelkielhorn.de> <36F24FE4-EE35-4665-B7E6-4864E42EE7FF@agrarianresearch.org> <388EA2D8-0DBA-4FE1-A954-508EEF25BFCD@axelkielhorn.de> Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkrBs-0001Gd-SJ for emacs-orgmode@gnu.org; Thu, 15 May 2014 04:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkrBi-0005nM-Jb for emacs-orgmode@gnu.org; Thu, 15 May 2014 04:39:00 -0400 Received: from mail-ee0-f42.google.com ([74.125.83.42]:45085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkrBi-0005n2-EX for emacs-orgmode@gnu.org; Thu, 15 May 2014 04:38:50 -0400 Received: by mail-ee0-f42.google.com with SMTP id d49so396361eek.1 for ; Thu, 15 May 2014 01:38:49 -0700 (PDT) In-Reply-To: <388EA2D8-0DBA-4FE1-A954-508EEF25BFCD@axelkielhorn.de> 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: Axel Kielhorn Cc: org-mode mailing list >>>=20 >>=20 >> May be I should specify the packages that are being called, so the = user can make sure those are installed or modify the config file. But I = prefer the basic set of LaTeX packages being called by default rather = than being added in every file. >=20 > This will be a problem when one of your collaborators doesn't use your = config files. > There are many packages for tabular/table environments. > Having them in the document gives a strong hint that there is = something different that may collide with the packages another user = prefers. (No-one can agree on a basic set of LaTeX packages:-) >=20 > If you keep them in the configuration file, the user has to extract = the relevant information=20 >=20 > (setq org-latex-default-packages-alist =85) >=20 > from your configuration and add it to their configuration file. >=20 > You can always supply a template file with all the relevant > +LaTeX_HEADER=20 > definitions. >=20 > You can even have lines like >=20 > #+LaTeX_HEADER: \usepackage{tabulary} % provides column = specification LCRJ > #+LaTeX_HEADER: \usepackage{threeparttable} % A table with cation and = notes > #+LaTeX_HEADER: \renewcommand{\TPTminimum}{\linewidth} % configure = threeparttable > #+Latex_HEADER: %\usepackage{tgschola} % enable to use the Schola = font > #+Latex_HEADER: %\usepackage{tgbonum} % enable to use the Bonum font > #+Latex_HEADER: %\usepackage{tgpagella} % enable to use the Pagella = font > #+Latex_HEADER: \usepackage[urw-garamond]{mathdesign} = \linespread{1.0609} This may be a better solution. We could even provide a separate file = with sample lines that need to go at the top, which can be modified if = needed, to be called in using #+INCLUDE: into a document. Since Suvayu has offered to have a go at modifying the document for = Worg, I would wait for him to do what he thinks may be best.=20 Vikas=