Tagged Questions
5
votes
2answers
166 views
subsection vs Theorem
This a typographical/style question. Inside a subsection (after just one paragraph) I have some theorems (amsmath environment). The word Theorem looks stronger (bold, starting with a capital letter) ...
1
vote
1answer
350 views
is it possible to fake the amsart class format?
I often use the amsart documentclass. I like it because it is very compact (it also seems to be an industry standard in my area).
What I don't like about it is that I'm not able to use kpfonts or ...
2
votes
1answer
3k views
pdfTeX warning: destination with same identifier has been already used, duplicate ignored (weird behavior)
Here is a minimal example:
\documentclass{amsart}
\usepackage{amsthm}
\usepackage[pdftex]{hyperref}
\newtheoremstyle{myexercise}{\baselineskip}{\baselineskip}{}{}{\bfseries}{.}{ ...