aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
Diffstat (limited to 'report')
-rw-r--r--report/report.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/report/report.tex b/report/report.tex
index 3d17df8..977914c 100644
--- a/report/report.tex
+++ b/report/report.tex
@@ -15,6 +15,12 @@
\geometry{a4paper}
+\DeclareCaptionFormat{custom}
+{
+ \textbf{#1#2}\textit{\small #3}
+}
+\captionsetup{format=custom, justification=centering}
+
% ----- Custom commands ------
\newcommand{\code}[1]{\small\mintinline[xleftmargin=2em, xrightmargin=2em,
breaklines]{asm}{#1}}