From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.devel Subject: Re: org: begin_center in Emacs @HEAD Date: Wed, 21 Dec 2022 14:31:34 +0000 Message-ID: <87zgbgvneh.fsf@localhost> References: <87fsd9hwua.fsf@localhost> <86len0j34r.fsf@gmail.com> <873598x3tr.fsf@localhost> <86h6xoj198.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40428"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 21 15:33:10 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p809e-000AGu-5W for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Dec 2022 15:33:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p808K-00046b-Q8; Wed, 21 Dec 2022 09:31:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p808H-000463-Sl for emacs-devel@gnu.org; Wed, 21 Dec 2022 09:31:45 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p808F-0003LO-FB for emacs-devel@gnu.org; Wed, 21 Dec 2022 09:31:45 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 55650240027 for ; Wed, 21 Dec 2022 15:31:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671633101; bh=5yV1YnmZCQmTsm9vtFxwSVZ/WupETMAeTeEbBZ6TITI=; h=From:To:Cc:Subject:Date:From; b=DvrIH3C2NFodXAQ6C83Dg0lpEz3qLVlJiGdl78G85D9DC8vQfF6hp6kbN/UFcn4hx JQWgkaqWmF2jnH913DYzkcxVpZAPZnnt+PPMmi6CoMEEifhkzqx9Ei0dXRBi5Oxv/c 1UK2q6i3dXpUgOfD+qSVj19O18W0VybcwGZSSCki2vB86B6mRyLEZTbxSuQFckLM20 +CGtzQc9cArGKkPgxO7JOwEfE0Z8c61RIhwry9+vtGIdlr8UPCg4CcwQrX301bg9c8 MG+oXkMCc8p+d4f5Ksw8OnvfFXwwG4qFDEKQVh7W1YaU1sWS+1lEfb81h+MrrXK4KQ 7D6uwSZpFuDDw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NcbVN5VT7z6tmL; Wed, 21 Dec 2022 15:31:40 +0100 (CET) In-Reply-To: <86h6xoj198.fsf@gmail.com> Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301755 Archived-At: Tim Cross writes: >> You don't need anything special installed. >> Things should work out of the box as long as you have basic LaTeX >> installation. > > Hmmm, I will have to try on a fresh VM and verify. I had to install a > number of additional packages that were not installed with basic > texlive-latex and texlive-latex-recommended. It could be my > configuration, although none of the additional packages I had to install > is referenced in my config. For example > > texlive-wrapfig > texlive-ulem > texlive-capt-of > texlive-collections-fontsextra > > were all necessary before I could export a basic org file as PDF. Are > thewswe considered a basic latex installation? What exactly defines a > basic latex installation? Are all the texlive packages > standard/consistent across distributions? (this was on a Fedora 37 > system, previously I was on Ubuntu). I was wrong. There are some extra non-default packages that are needed. Not sure about fonts, but other packages are required to export specific Org syntax elements. See the docstring for `org-latex-default-packages-alist'. That said, extra packages have nothing to do with center environment in the original report. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at