From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karsten Heymann Subject: Re: LaTeX package dependencies Date: Fri, 26 Mar 2010 10:11:16 +0100 Message-ID: <87fx3no3bf.fsf@ara.blue-cable.net> References: <87vdcjh8fh.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nv5Zb-00055d-WB for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 05:11:24 -0400 Received: from [140.186.70.92] (port=54013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nv5ZZ-00055J-LC for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 05:11:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nv5ZY-0002FO-30 for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 05:11:21 -0400 Received: from mx1-node02.blue-cable.net ([62.117.12.123]:38067) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nv5ZX-0002FF-Pn for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 05:11:20 -0400 In-Reply-To: <87vdcjh8fh.wl%dmaus@ictsoc.de> (David Maus's message of "Fri, 26 Mar 2010 08:02:42 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: Org Mode , Carsten Dominik Hi, David Maus writes: > Carsten Dominik wrote: >>I am working on better entity (special symbol) support for >>export, based on a list Ulf Stegemann has compiled. >>The list Ulf has sent me requires the following LaTeX >>packages to be available: > >>* t1enc >>* textcomp >>* marvosym >>* wasysym >>* MnSymbol > On Debian GNU/Linux "Testing" these packages are available: > > ,---- > | t1enc texlive-latex-base: /usr/share/texmf-texlive/tex/latex/base/t1enc.sty > | textcomp texlive-latex-base: /usr/share/texmf-texlive/tex/latex/base/textcomp.sty > | marvosym texlive-fonts-recommended: /usr/share/texmf-texlive/tex/latex/marvosym/marvosym.sty > | wasysym texlive-fonts-recommended: /usr/share/texmf-texlive/tex/latex/wasysym/wasysym.sty > | MnSymbol texlive-fonts-extra: /usr/share/texmf-texlive/tex/latex/mnsymbol/MnSymbol.sty > `---- A small note on this: anything that's in tex/latex/base can be trusted to be included in any LaTeX installation (newer than ~10 years, probably ;-) ). Regarding marvosym, wasysym, mnsymbol: I think they are quite popular, but I would recommend to ship simple-text-alternatives via \providecommand for all symbols used from these packages. Yours Karsten