tasks
tasks copied to clipboard
LaTeX package for columned lists filled horizontally.
Having an environment like `align*` or even your own blank in a separate line of the task, the next task moves away an additional line. ```latex \documentclass{article} \usepackage{amsmath} \usepackage{xsim} \usepackage{tasks}...
By default, the decimal separator of the tasks package is the period. In French, it is the comma. How to make the following code display a comma while keeping the...
Using `\NewTasksEnvironment[label={\alph*) (T/F):},indent=3cm]{tftasks}` results in an error: `LaTeX3 Error: The key 'tasks/list/indent' is unknown and is being ignored.`
a47c119 (add warning messages regarding with of labels and indent,2019-10-04) changed the default value of `label-indent` from 1em to 11pt.