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

Bug#396322: Possible to revert changes in amsthm.sty?



Subject: tetex-extra: Possible to revert changes in amsthm.sty
Package: tetex-extra
Version: 3.0.dfsg.3-1
Severity: wishlist

*** Please type your report below this line ***

Hi

Im using amsthm for creating theorems etc. Now one can give a Name to
a theorem in []-Brackets (see example). If I compile it on a sarge
system with older amsthm.sty then it was created right (with the name
also in boldface). If I crate it hiere with amsthm.sty with Version
"2004/08/06" then the Theoremname wasn't show anymore in bold.

The line following line in amsthm.sty is causing this new "behavior"?
\thm@notefont{\fontseries\mddefault\upshape}%

Is it possible as wish, to revert this to the old behavior?

I have attached, a "minimal" example (hoping it can be understand as
such), and two ps-Files: one gereated on a unstable-System
(simple_example.ps) and one on a sarge system (simple_example_old.ps).

About this "Problem" or wish, i have found this:
http://www.tug.org/pipermail/macostex-archives/2006-July/023683.html

Regards,
Salvatore Bonaccorso

-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##################################
minimal input file

see: simple_example.tex

##################################
other files
simple_example.ps
simple_example_old.ps

######################################
 List of ls-R files

-rw-r--r-- 1 salvi salvi 145 2006-10-30 20:14 /home/salvi/texmf/ls-R
-rw-r--r-- 1 root users 1051 2006-10-27 22:26 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root staff 25 2005-10-19 09:42 /usr/local/share/texmf/ls-R -> /var/lib/texmf/ls-R-LOCAL
lrwxrwxrwx 1 root root 29 2006-10-27 16:40 /usr/share/texmf/ls-R -> /var/lib/texmf/ls-R-TEXMFMAIN

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-ea
Locale: LANG=C, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages tetex-extra depends on:
ii  tetex-base                  3.0.dfsg.3-1 Basic TeX input files of teTeX
ii  tetex-bin                   3.0-23       The teTeX programs
ii  ucf                         2.0016       Update Configuration File: preserv

Versions of packages tetex-extra recommends:
pn  latex-beamer                <none>       (no description available)
pn  latex-xcolor                <none>       (no description available)
pn  lmodern                     <none>       (no description available)
pn  pgf                         <none>       (no description available)
pn  preview-latex-style         <none>       (no description available)
ii  texinfo                     4.8.dfsg.1-3 Documentation system for on-line i

-- no debconf information
\documentclass[12pt,fleqn,a4paper]{article}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{mathpazo}
\usepackage[scaled=.95]{helvet}
\usepackage{courier}
\usepackage{t1enc}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amstext}
\usepackage{amsthm}
\usepackage{amsmath}

%% Theorem-Ungebungen
% Axiom; Theorem, Lemma, Proposition, Korollar, Satz.
\theoremstyle{plain}
\newtheorem{axiom}{Axiom}
\newtheorem{thm}{Theorem}[section]
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\newtheorem{kor}[thm]{Korollar}
\newtheorem{satz}[thm]{Satz}
% alternative Style:
% \newtheorem{lem}{Lemma}[section]

% Defintion, Beispiel.
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\newtheorem{exmp}[thm]{Beispiel}

% Bemerkung.
\theoremstyle{remark}
\newtheorem{bem}[thm]{Bemerkung}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Titlepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Titel}
\date{\today}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Begin Document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle

\tableofcontents

\section{Einführung}
\begin{defn}[Messbare Funktion]Eine messbare \ldots
\end{defn}

\begin{proof} Sei \ldots
\end{proof}
\end{document}

Attachment: simple_example.ps
Description: PostScript document

Attachment: simple_example_old.ps
Description: PostScript document


Reply to: