From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alain Muls Newsgroups: gmane.emacs.help Subject: formatting of latex documents Date: Tue, 25 Mar 2008 11:48:49 +0100 Message-ID: <47E8D891.4000903@telenet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080203000307080406050406" X-Trace: ger.gmane.org 1206442228 25112 80.91.229.12 (25 Mar 2008 10:50:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 10:50:28 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 25 11:50:59 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Je6k2-0002xf-Fu for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2008 11:50:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je6jR-0000Pe-8C for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2008 06:50:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Je6hu-0007aw-4m for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 06:48:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Je6ht-0007Yg-19 for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 06:48:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je6hs-0007YT-Oo for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 06:48:40 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Je6hs-0001Qv-8i for help-gnu-emacs@gnu.org; Tue, 25 Mar 2008 06:48:40 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so1058556nfh.26 for ; Tue, 25 Mar 2008 03:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:content-type:from; bh=840lZJo9i1osIGtt/FBixgPGyy2S/7hZJ0AfJqwjQYQ=; b=SDlH2YgGsX3DEWR9lRMDf6B0rzEONIiORjYWpSFwoazksfChPnKaVgMvtHVkRSCRoOHhddx5sC+FQuTDAulFDlnyUQQae4cLrTnGm1vkz/k/k8sCHs9n6jQ4s8Xg/7HuIRVCF8kAef6YSK7q3LgHv5aEZ5XlPuspPbz12xL+WFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:user-agent:mime-version:to:subject:content-type:from; b=BavkdoCD41DFnIPmd688t/ab3JJnUSBnZyctIX5c34MPAde7E1+bCFoHootSgoWMmpW6V5pUQPyFmOikxCSLdWQ6aof6Ss8XciZwOXT9KNRxi0GKpt5hxew/A34/QnHj6020elBrWvuyNAsUP4kDgWnlaPgV5a14aVW+ZcSHBRQ= Original-Received: by 10.78.135.20 with SMTP id i20mr25064982hud.18.1206442115905; Tue, 25 Mar 2008 03:48:35 -0700 (PDT) Original-Received: from ?192.168.2.40? ( [81.164.89.101]) by mx.google.com with ESMTPS id 24sm4828772huf.23.2008.03.25.03.48.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Mar 2008 03:48:34 -0700 (PDT) User-Agent: Thunderbird 2.0.0.12 (X11/20080227) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52681 Archived-At: This is a multi-part message in MIME format. --------------080203000307080406050406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I use emacs and auctex/reftex/cdlatex to create my source latex files. Recently the formatting changed of my documents. 1. I have some macros for inserting specific environments, such as ;; add support for paralist and define the shortcuts for them (setq cdlatex-env-alist '(("asparaenum" "\\begin{asparaenum}\n\\item ?\n\\end{asparaenum}\n" nil) ("inparaenum" "\\begin{inparaenum}[(a)]\n\\item ?\n\\end{inparaenum}\n" nil) ("compactenum" "\\begin{compactenum}\n\\item ?\n\\end{compactenum}\n" nil) ("asparaitem" "\\begin{asparaitem}\n\\item ?\n\\end{asparaitem}\n" nil) ("inparaitem" "\\begin{inparaitem}\n\\item ?\n\\end{inparaitem}\n" nil) ("compactitem" "\\begin{compactitem}\n\\item ?\n\\end{compactitem}\n" nil) ("compactdesc" "\\begin{compactdesc}\n\\item \[?\]\n\\end{compactdesc}\n" nil) ("am" "\%\% begin AM\n?\n\%\% end AM\n" nil) ("frame" "\\begin{frame}\n \\frametitle{?}\n\\end{frame}\n" nil) ("taal" "\\taal{?}{}" nil) )) If I type eg. fra; then the frame stuff is inserted. Previously it was formatted as below \begin{frame} \frametitle{} \end{frame} Recently it changed to the following format: \begin{frame} \frametitle{} \end{frame} What could be the cause of this. 2. The paragraph formatting also changed but only when I edit in the paragraph. Normal formatting was as follows \begin{frame} \frametitle{Geodetic Positioning Techniques} \begin{itemize} \item \cbl{Global Navigation Satellite Systems} (GNSS) \begin{itemize} \item proliferation os systems ans signals will take us into the next decade with a lot to choose from ... where the size of each indent is 2 spaces. Now when I edit the last \item, the formatting changes to \item proliferation os systems ans signals will take us into the next decade with a lot to choose from ... which I find very annoying since you loose overview of the levels. Any help is much appreciated Tx/Alain --------------080203000307080406050406 Content-Type: text/x-vcard; charset=utf-8; name="alain_muls.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="alain_muls.vcf" begin:vcard fn:Alain Muls n:Muls;Alain org:RMA;CISS adr:;;Renaissance Avenue 30;Brussems;;1000;Belgium email;internet:alain.muls@telenet.be title:Prof tel;work:+32.2.7376340 tel;cell:+32.477.675091 x-mozilla-html:FALSE version:2.1 end:vcard --------------080203000307080406050406--