sunye / latextemplate

latex template for correctexam

Home Page:https://correctexam.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latex template for correctexam

The goal of this repo to to share update on correct exam latex template

Removed spacing in \fbox and consequences

By design, this class sets the fboxsep length to 0, which removes the inner spacing inside an fbox. Not only does this affects the \fbox command, but this also affects all packages that rely on fboxes to draw frames.

For example, the minted package provides a frame option which underneath relies on fbox to display lines or boxes around a code listing. Fortunately, minted provides a framesep option which can be used to explicitly increase the spacing, and therefore "fix" (or compensate) the problem explained above:

\setminted{frame=lines,framesep=5pt}

About

latex template for correctexam

https://correctexam.github.io/


Languages

Language:TeX 100.0%