all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joerg Schuster <js@cis.uni-muenchen.de>
Subject: Re: preview-latex: preview normal text?
Date: 05 Sep 2003 16:09:54 +0200	[thread overview]
Message-ID: <crt8yp3tjgt.fsf@pinatubo.cis.uni-muenchen.de> (raw)
In-Reply-To: x54qzr5pa6.fsf@lola.goethe.zz

David Kastrup <dak@gnu.org> writes:

> You are aware that \em\bf is exactly equivalent to \bf, that both as
> well as \sc are quite obsolete and have been for about 7 years?

The example was quite artificial. Yet, I *do* use \bf, \em and \sc.
Why are they obsolete and what should one use instead? 
(\emph and \textbf?) I learned Latex from a 1996 book. They didn't say
anything about these commands' obsoleteness.

> preview-latex has no problems with formulas occuring in normal text.

Then it seems that I have misunderstood some passage of the manual
(that I cannot find now). 

> > I also wonder why section headers are previewed while chapter headers
> > are not.
> 
> Probably because you are using some package that replaces chapter
> headers by something not using \@startsection.
> 
> > Can I change this in some way?
> 
> Well, certainly.  But unless you tell us just what you are doing,

I am writing a document of the type [german]{book}. I would like
to preview all headers. I will attach my preamble to this mail.

Thanks for your answers so far and sorry for all this text.
I dont know how to state the problem clearly with less text.

Jörg

-----------------------------------------------------------------------------------

%&latex

\documentclass[german]{book}

\makeindex

%\usepackage[pdftex]{graphicx}                   % um pdf einzubinden
%\usepackage[usenames,dvipsnames]{color}         % keine Ahnung, warum man das braucht
%\usepackage[pdftex]{hyperref}                   % um Hyperlinks in der pdf-Datei zu erzeugen
\usepackage{a4wide}                              % Text breiter
\usepackage{tipa}                                % phonetische Zeichen
\usepackage{float}
\usepackage[latin1]{inputenc}
%\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{graphicx}
\usepackage{url}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{amsfonts}
\usepackage[noeepic]{qtree}
\usepackage{eurosym}
\usepackage{stmaryrd}
\usepackage{longtable}
\usepackage{babel}
\usepackage{lscape}
\usepackage{theorem}
\usepackage{array}
\usepackage{makeidx}
\usepackage{rotating}
\usepackage{multirow}
\renewcommand{\labelenumi}{\alph{enumi})}
\renewcommand{\labelenumii}{\arabic{enumii}.}
\newcommand{\uuu}[1]{\underline{#1}}\theorembodyfont{\upshape}
\newcommand{\fig}{\input}
\newtheorem{Definition}{Definition}
\newtheorem{Anmerkung}{Anmerkung}
\newtheorem{Anmerkungen}[Anmerkung]{Anmerkungen}
\newtheorem{Axiom}{Axiom}
\newtheorem{Beispiel}{Beispiel}
\newtheorem{Beispiele}[Beispiel]{Beispiele}
\newtheorem{Aufgabe}{Aufgabe}
\newtheorem{Aufgaben}[Aufgabe]{Aufgaben}
\newtheorem{Personenbeschreibung}{Personenbeschreibung}
\newtheorem{Problem}{Problem}
\newtheorem{Notationskonvention}{Notationskonvention}
\newtheorem{Prinzip}{Prinzip}
\newtheorem{Lemma}{Lemma}
\usepackage[displaymath,textmath,sections,graphics,floats]{preview}
\PreviewEnvironment{enumerate}
\PreviewEnvironment{tabular}
\PreviewEnvironment{Text}
\PreviewEnvironment{Definition}
\PreviewEnvironment{Anmerkung}
\PreviewEnvironment{Anmerkungen}
\PreviewEnvironment{Beispiel}
\PreviewEnvironment{Beispiele}
\PreviewEnvironment{Personenbeschreibung}
\PreviewEnvironment{Aufgabe}
\begin{document}

  reply	other threads:[~2003-09-05 14:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-05 12:40 preview-latex: preview normal text? Joerg Schuster
2003-09-05 12:51 ` David Kastrup
2003-09-05 13:01   ` Joerg Schuster
2003-09-05 13:38     ` David Kastrup
2003-09-05 14:09       ` Joerg Schuster [this message]
2003-09-05 14:31         ` David Kastrup
2003-09-05 15:14           ` Joerg Schuster
2003-09-05 15:36             ` David Kastrup
2003-09-05 14:57         ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=crt8yp3tjgt.fsf@pinatubo.cis.uni-muenchen.de \
    --to=js@cis.uni-muenchen.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.