forked from sinara-hw/datasheets
Fix some compilation warnings
This commit is contained in:
parent
c9b68e38b6
commit
8312ff762e
|
@ -40,17 +40,12 @@
|
|||
\RequirePackage{threeparttable}
|
||||
|
||||
% Align figure and table captions to left.
|
||||
\RequirePackage[font=bf, skip=5pt, justification=raggedright, format=hang, singlelinecheck=off]{caption}
|
||||
|
||||
% Format hyperlinks as blue and set PDF title based on \title{} in the document.
|
||||
\RequirePackage[pdfusetitle]{hyperref}
|
||||
\hypersetup{
|
||||
pdftex,
|
||||
breaklinks=true,
|
||||
colorlinks=true,
|
||||
linkcolor=.,
|
||||
urlcolor=blue
|
||||
}
|
||||
\RequirePackage[font=bf,
|
||||
skip=5pt,
|
||||
justification=raggedright,
|
||||
format=hang,
|
||||
singlelinecheck=off,
|
||||
hypcap=false]{caption}
|
||||
|
||||
% Configure page margins
|
||||
\RequirePackage{geometry}
|
||||
|
@ -124,6 +119,17 @@
|
|||
% No numbering for section titles
|
||||
\setcounter{secnumdepth}{0}
|
||||
|
||||
% Section and subsection spacing
|
||||
\usepackage{titlesec}
|
||||
\titlespacing*{\section}{0pt}{.2ex}{.2ex}
|
||||
\titlespacing*{\subsection}{0pt}{.2ex}{.2ex}
|
||||
|
||||
% Format hyperlinks as blue and set PDF title based on \title{} in the document.
|
||||
% Hyperref must be loaded last (in particular after titlesec)
|
||||
\RequirePackage[pdfusetitle]{hyperref}
|
||||
\hypersetup{
|
||||
breaklinks=true,
|
||||
colorlinks=true,
|
||||
linkcolor=.,
|
||||
urlcolor=blue
|
||||
}
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
\usepackage{tikz}
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.18}
|
||||
\usepackage{circuitikz}
|
||||
\usepackage{pifont}
|
||||
|
||||
|
|
Loading…
Reference in New Issue