I'm trying to create some checklists with Latex using a template that I've found here: https://github.com/mavcunha/checklists/ ... eamble.inc
I want to do some special things, such as getting some items in the checklist to have a colored background. So I tried to do something like:
Code: Select all
Code, edit and compile here:
\begin{checklist}{Cockpit}\colorbox{blue!10}{\item{Gear switch} {VERIFY DOWN}\item{Magneto/Starter} {VERIFY OFF}\item{Avionics Switch} {VERIFY OFF}\item{Master Switch} {SET ON}\item{Fuel gauges, quantity} {CHECK}}\item{Pitot heat} {SET ON}\item{Interior/Exterior lights} {SET ON}\item{Interior lights} {CHECK}\item{Exterior lights} {CHECK}\end{checklist}
I have already invested some hours and I cannot fully understand the issue, let alone how to fix it!
Any help?!
