auctex
[Top][All Lists]
Advanced

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

[AUCTeX] Customize reftex-section-levels


From: Keks Dose
Subject: [AUCTeX] Customize reftex-section-levels
Date: Mon, 23 Aug 2010 21:35:31 +0200 (CEST)

Hi,

I'm coming with a plea for support:

Being an attorney, I'm writing agreements using LaTeX, Emacs and
AUCTeX (11.86). The KOMA-Script-Bundle provides a package called scrjura,
which covers my needs excellently. 

A very short version of an agreement looks like this:

============================
\documentclass[ngerman]{scrartcl}
\usepackage[T1]{fontenc}\usepackage[latin9]{inputenc}
\usepackage{babel}
\usepackage[juratotoc]{scrjura}

\begin{document}
\tableofcontents

   \begin{contract}
     \Paragraph{title= Erstens}
     Etwas Text.

     \Paragraph{title=Zweitens}
     Noch etwas Text.

   \end{contract}
\end{document}
============================

The command \Paragraph{title=Headings} is something like a section.

I'd like to use RefTeX --  C-c ( --  to set labels for my \Paragraphs, e.g. 

\Paragraph{title=Erstens}
\label{PAR:Erstens}

and I'd like to refer to those labels as easy as if they were simple
sections-labels.

Can anybody tell me how to customize "reftex-section-levels" and other
variables to achieve that? I found this website
http://www.emacswiki.org/emacs/RefTeX , but failed to customize that
for \Paragraph{...} instead of \poem{...}.

Thank you very much,

Regards,
Alexander
___________________________________________________________
Neu: WEB.DE De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: https://produkte.web.de/go/demail02



reply via email to

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