Skip to content

Commit

Permalink
Remove titles from callout frames
Browse files Browse the repository at this point in the history
Untested, because I'm not sure how to test this without publishing it.

Closes #5
  • Loading branch information
noelhwelsh committed Oct 8, 2015
1 parent 1928cda commit cc4dfd6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/templates/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -206,22 +206,19 @@
topline=false,bottomline=false,rightline=false,
innertopmargin=1em,innerbottommargin=1em,
splittopskip=1em,splitbottomskip=1em,
backgroundcolor=infocolor!30,
frametitle=Tip]{InfoCallout}
backgroundcolor=infocolor!30]{InfoCallout}
\newmdenv[%
linecolor=warningcolor,linewidth=5pt,
topline=false,bottomline=false,rightline=false,
innertopmargin=1em,innerbottommargin=1em,
splittopskip=1em,splitbottomskip=1em,
backgroundcolor=warningcolor!30,
frametitle=Advanced]{WarningCallout}
backgroundcolor=warningcolor!30]{WarningCallout}
\newmdenv[%
linecolor=dangercolor!60,linewidth=5pt,
topline=false,bottomline=false,rightline=false,
innertopmargin=1em,innerbottommargin=1em,
splittopskip=1em,splitbottomskip=1em,
backgroundcolor=dangercolor!25,
frametitle=Warning]{DangerCallout}
backgroundcolor=dangercolor!25]{DangerCallout}

% \newmdenv[%
% topline=false,bottomline=false,leftline=false,rightline=false,
Expand Down

0 comments on commit cc4dfd6

Please sign in to comment.