emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-pretty-entities and org-cdlatex


From: Thomas Holst
Subject: Re: [O] org-pretty-entities and org-cdlatex
Date: Wed, 5 Sep 2012 12:41:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

Hi Casten,

· Carsten Dominik <address@hidden> wrote:
> On 5.9.2012, at 12:20, Thomas Holst wrote:
>
[... snip ...]
>>> 
>>> I am not able to reproduce this, I get the second behavior always.
>>> 
>>> - Carsten
>>> 
>> 
>> I also tested it with emacs 23.2 on WinXP. I get different results
>> depending on =org-pretty-entititis=.
>> 
>> I will try it on my Ubuntu machine at home and come back with the
>> results. Maybe it is a problem related to emacs on Windows.
>> 
>> Thanks for looking into this.
>
> Do you have any settings for cdlatex.el?  I guess not because you are using 
> -Q….

I have no settings for cdlatex. I started emacs in a cmd shell with:

start C:\Programme\gnu\emacs-24.0.50.1\bin\emacs.exe -Q --eval "(load-file 
\"~/emacs/Testing/init.el\")"

With init.el containing:

#+BEGIN_SRC emacs-lisp
  ;; 
-----------------------------------------------------------------------------
  ;; Pfade auf lokales org-mode git-repository setzen
  ;; 
-----------------------------------------------------------------------------
  (add-to-list 'load-path "~/git/org-mode/lisp")
  (add-to-list 'load-path "~/git/site-lisp")
  (add-to-list 'load-path "~/git/site-lisp/auctex")
  ;; pfad zu contib/lisp
  (add-to-list 'load-path "~/git/org-mode/contrib/lisp")
  (add-to-list 'load-path "~/git/org-mode/contrib/babel/lisp")

  (require 'org-install)
  ;; (require 'org-export)
  ;; (require 'org-e-latex)
  (require 'cdlatex)
  (find-file "c:/daten/users/DE_hts2fe/emacs/OrgMode/testing/testing.org")
  (turn-on-org-cdlatex)
#+END_SRC

And Testing.org containing:

#+BEGIN_SRC org
  #+TITLE:     new-exporter.org
  #+AUTHOR:    Thomas Holst
  #+EMAIL:     address@hidden
  #+DATE:      2012-07-16 Mo
  #+DESCRIPTION:
  #+KEYWORDS:
  #+LANGUAGE:  en
  #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t
  #+OPTIONS:   TeX:t LaTeX:t skip:nil d:t todo:t pri:nil tags:t
  #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 
path:http://orgmode.org/org-info.js
  #+EXPORT_SELECT_TAGS: export
  #+EXPORT_EXCLUDE_TAGS: noexport
  #+LINK_UP:   
  #+LINK_HOME: 
  #+XSLT:
  #+LATEX_CLASS: article

  * org-cdlatex and org-pretty-entities

    \( ab_{c}def \)
    \( ab_{cdef} \)
#+END_SRC

As said before I will test it on my Ubuntu machine at home. But it will
be tomorrow evening till I have time to perform the test.

Thanks again.

-- 
Bis neulich ...
  Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]