Search found 2 matches

by luozi
Wed Jun 18, 2014 7:23 pm
Forum: Document Classes
Topic: Problem with amsthm
Replies: 3
Views: 7498

Problem with amsthm

Thanks for the answer. Actually my \cuatex newcommmand is defined as:

\newcommand{\cuatex}[3]
{\begin{center}
\setlength{\unitlength}{2.54cm}
\begin{picture}(#1,#2)
\put(0,0){\special{eps:quadrado.eps x=#1 in y=#2 in}}
\put(0,0){\framebox(#1,#2){\begin{minipage}{12.5cm}#3\end{minipage}}}
\end ...
by luozi
Wed Jun 18, 2014 6:56 am
Forum: Document Classes
Topic: Problem with amsthm
Replies: 3
Views: 7498

Problem with amsthm

What is wrong with the following code?:

\documentclass[11pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amsthm, amssymb, enumerate}

\begin{document}

\newtheorem{defi}{Definición}[section]

\newcommand{\cuatex}[3]
{\begin{center}
\setlength{\unitlength}{2.54cm}
\begin{picture}(#1,#2 ...