From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Export of latex source to html Date: Wed, 07 Jul 2010 12:17:45 +0100 Message-ID: <87630r8rs6.wl%ucecesf@ucl.ac.uk> References: <87aaq38sn6.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Wed_Jul__7_12:17:45_2010-1" Return-path: Received: from [140.186.70.92] (port=49617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWSdY-0003sX-4p for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 07:17:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWSdW-0006fd-UA for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 07:17:56 -0400 Received: from vscane-a.ucl.ac.uk ([144.82.108.41]:47747) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWSdW-0006f3-MW for emacs-orgmode@gnu.org; Wed, 07 Jul 2010 07:17:54 -0400 In-Reply-To: <87aaq38sn6.wl%ucecesf@ucl.ac.uk> 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: Rainer M Krug , emacs-orgmode --Multipart_Wed_Jul__7_12:17:45_2010-1 Content-Type: text/plain; charset=US-ASCII Following up on my own message, one thing to consider is that generating the figure in latex creates a PDF that takes up the whole page but the figure is only a small part of this page. In latex, if I wanted the PDF to include only the tikz figure, I would do the following: --8<---------------cut here---------------start------------->8--- \documentclass{article} [...] \usepackage[active,tightpage]{preview} \setlength\PreviewBorder{5pt}% \begin{document} % Define block styles \begin{preview} [... the tikz commands ...] \end{preview} \end{document} --8<---------------cut here---------------end--------------->8--- It may be worthwhile providing this type of option to babel-latex? --Multipart_Wed_Jul__7_12:17:45_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Wed_Jul__7_12:17:45_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Wed_Jul__7_12:17:45_2010-1--