- Questo topic ha 5 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 18 anni, 3 mesi fa da .
-
Topic
-
salve a tutti,Sto usando il pacchetto sidecap.
Quando scrivo il testo in \caption
usando \tiny come dimensione,
mi da’ un errore nella compliazione.
Se tolgo lo \tiny funziona tutto bene.Premetto che uso la classe birkmult
nel mio documento.Per correttezza vi copio il mio preambolo
`
\documentclass[]{birkmult}
% THEOREM Environments (Examples)—————————————–
%
\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
\newtheorem*{ex}{Example}
\numberwithin{equation}{section}
\newcommand{\R}{\mathbb{R}}
\newcommand{\N}{\mathbb{N}}
\usepackage[rightcaption]{sidecap}
\usepackage{epsfig,amsmath,amsthm}
\usepackage{amsfonts,graphicx,latexsym}
\renewcommand{\dfrac}{\displaystyle\frac}
\renewcommand{\bfdefault}{bx}
\usepackage{enumitem}
\newcommand{\eqnref}{(\ref)}
\newenvironment{elencoi}{
\begin{enumerate}[label=\textbf{\roman*}),ref=\textbf{\roman*}]}
{\end{enumerate}}
\usepackage{amssymb}
`e la parte in cui uso sidecap
`
\begin{SCfigure}[50][ht]
\label{subcases}
\includegraphics[angle=-90,width=6cm]{subcases.pdf}
\caption
{
{
\tiny
The upper triangle in the square includes all the possible subcases
$A),\,B),\,C)$ and $D)$. The point $O$ is the intersection point of
the closure of $A$, $B$, $C$ and $D$ regions.
In the last subcases $u_{i}$ is given by (\ref{pay1}).
The diagonal line in the square represents all the overlapping allocations (i.e. $x_{j}=x_{k}$).
In this case $u_{i}$ is given by $(\ref{pay})$.
The lower triangle in the square represents all the allocations
obtained by supposing $x_{j}
- Devi essere connesso per rispondere a questo topic.