File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333\RequirePackage {titletoc} % Package for customizing toc
3434\RequirePackage {fancyhdr} % Package for the HDR
3535\RequirePackage {hyperref} % Package for links
36+ \RequirePackage {csquotes} % Package for quotes
3637
3738\RequirePackage [T1]{fontenc} % Package for font encoding
3839\RequirePackage {fouriernc} % Package with the font
138139
139140}
140141
142+ \setquotestyle {quotes}
143+
141144\contentsmargin {0cm}
142145\titlecontents {chapter}[3.7pc]
143146{\addvspace {30pt}
483486 },
484487}
485488
489+ \newtcolorbox {quotebox}[1]{
490+ title=$ \sim $ \textit {#1 },
491+ coltitle=black!70,
492+ halign title=left,
493+ attach boxed title to bottom right = {
494+ xshift=-6mm,
495+ yshift=5mm,
496+ },
497+ boxed title style = {
498+ colback=white,
499+ },
500+ colback=white,
501+ colframe=white,
502+ enhanced,
503+ breakable,
504+ leftrule=3mm,
505+ bottomrule=5mm,
506+ enlarge top initially by=1.5mm,
507+ skin first=enhanced,
508+ skin middle=enhanced,
509+ skin last=enhanced,
510+ borderline west={5pt}{0pt}{gray},
511+ coltext=black!70,
512+ fontupper=\itshape
513+ }
514+
486515
487516% LSTListing Style
488517
You can’t perform that action at this time.
0 commit comments