Skip to content
Snippets Groups Projects
Commit 5540fcd4 authored by Lorenzo Ferron's avatar Lorenzo Ferron
Browse files

Documentate due macro, aggiunto supporto a pacchetto subcaption.

parent d64a004b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
% enable tikz in packages/packages.tex
% enable adjustbox in packages/packages.tex
% https://tex.stackexchange.com/a/568963
\newcommand{\cutimage}[3]{
\adjustbox{max width=\textwidth}{
......@@ -19,4 +20,4 @@
\draw[decoration={zigzag, mirror,segment length=6mm,amplitude=1.1pt}, decorate](A.north west) -- (A.south west)
}
}
}
\ No newline at end of file
}
%! Author = lorenzo
%! Date = 19/12/21
\newcommand{\Vlabel}[1]{\label[line]{#1}\hypertarget{#1}{}}
\ No newline at end of file
% Avoid ref name with - (hypen) because cause a compilation error.
\newcommand{\Vlabel}[1]{\label[line]{#1}\hypertarget{#1}{}}
......@@ -12,6 +12,7 @@
%\input{preamble/packages/tikz.tex}
%\usepackage{embedfile}
\input{preamble/packages/ams.tex}
%\input{preamble/packages/subcaption.tex}
\usepackage[figuresright]{rotating}
\input{preamble/packages/pgf-umlsd.tex}
\usepackage{enumitem,ragged2e}
......
\usepackage{caption}
\DeclareCaptionLabelSeparator{septoptesi}{.\quad}
\captionsetup{labelsep=septoptesi, figureposition=bottom, font=small}
\captionsetup[table]{position=above}
\usepackage[font=small]{subcaption}
\renewcommand\thesubfigure{(\alph{subfigure})}
\captionsetup[subfigure]{labelformat=simple}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment