Questions tagged [tasks]

{tasks} is about the tasks package.

is about the tasks package.

The rea­son for the cre­ation of the tasks en­vi­ron­ment was an un­writ­ten agree­ment in Ger­man maths text­books (exspe­cially (ju­nior) high school text­books) to or­ga­nize ex­er­cises in columns count­ing hor­i­zon­tally rather than ver­ti­cally. This is what the tasks pack­age helps to achieve.

(from the CTAN package page)

148 questions
5
votes
1 answer

Equally split the aligned items in tasks package

Problem I am now updating my resume and I found tasks package is a good choice to list my research interests in the same line (which could save a lot of space). Even though I basically got what I want, it seems that three items I list did not have…
Mr.Robot
  • 257
4
votes
1 answer

Adding a star in the tasks package

I am using the tasks package to create a list of maths problems in a textbook. Usually, these textbooks use a star or asterisk symbol to point out questions which are a bit more challenging than the rest; like this: How can I go about this? Here's…
Luke Collins
  • 1,910
4
votes
1 answer

Unwanted vertical whitespace after 'tasks' environments

I'm using the tasks package to build a set of math tests. Some of the problems need to be in one column, and some of them need to be in multiple columns, so I'm using separate tasks environments. However, every time I end one tasks environment and…
3
votes
1 answer

\tasks \alphalph

I need to give a huge list of matrices to diagonalise. I read this answer, but I can't figure how to make it work. Here is my code, in fact, I have many more matrices. \documentclass{article} \usepackage{blindtext} \usepackage{tasks}…
JCBR
  • 81
3
votes
1 answer

tasks package: items are in two line with 4 columns and 4 items

I write some choice questions into beamer frame, after some research, here is my code: \documentclass[aspectratio=169]{beamer} \usetheme{Berkeley} \usepackage{tasks,CJK} \begin{document} \begin{CJK*}{utf8}{bsmi} \begin{frame} \transwipe 1.Which one…
3
votes
1 answer

Can tasks be used to make a list with \itemindent = \labelwidth + \labelsep

My question will use terms from the diagram below. Using the tasks environment from the tasks package, is it possible to make lists where \itemindent = \labelwidth + \labelsep? The objective is to have lines in "Item 1" beyond the first line have…
alex.jordan
  • 2,179
2
votes
1 answer

Configuring the tasks package

The tasks package forms a list like this * a * b * c * d * e * f How to configure the package to display such a list * a * d * b * e * c * f ? Also need to have line alignment as tasks does, multicols does not do this
Pavel
  • 43
  • 3
2
votes
1 answer

Task align style

Original .: And I want to do like this. how can I do it? \documentclass[a5paper]{article} \usepackage[margin=1.5cm]{geometry} \usepackage{amsmath} \usepackage{tasks} \newlength{\taskindent} % \settowidth{\taskindent}{\text{m)}} \settasks{ …
cufcuf
  • 594
2
votes
1 answer

Line spacing problem and Multiple choice option editing

Why is red vertical alignment not regular? I want to show choices in capital bold letter and i want to horizontal align choices. Help me…
suarez
  • 182
2
votes
1 answer

Issue with recent version of tasks and numbering

I recently updated my Miktex and now the package tasks is not behaving how it used to. Using \task[] would provide a non labeled task that wouldn't increase the enumeration, but now it increases the enumeration, giving me a…
2
votes
1 answer

How to skip some arabic labels in task environment?

I am writing an answer key to a (math) problem set which contains, suppose, 10 problems. To generate a sequence of numbers I am using task environment with global settings \NewTasks[label = {\bf \arabic*.},label-width=4ex]{answers}[\a]. For example,…
2
votes
1 answer

How to auto-fit a left-to-right list?

For instance, \documentclass{article} \usepackage{tasks} \begin{document} \begin{tasks}(3) \task A \task B \task C \task D \task E \task F \end{tasks} \vspace{1cm} \begin{tasks}(5) \task A \task B \task C \task D \task E \task…
Ali
  • 195
2
votes
1 answer

An appropriate value for `item-indent` in tasks package

I have three examples of increasing functions that I have listed using the tasks package. A value in the \settasks{} command is item-indent=2cm. I want the left edge of iii.) to be indented 2em from the left margin, though. I set label-width…
Adelyn
  • 3,373
1
vote
3 answers

Increment counter by 2 in tasks package

I am using the tasks package to layout answers to exercises. However the exercises are numbered 1, 3, 5, 7, etc. Of course tasks wants to increment by 1 to get 1, 2, 3, 4, etc. Is there anyway to set a increment value for…
rhody
  • 1,020
1
vote
1 answer

How to modify the decimal separator of the tasks package?

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 period in the source code? In other words, the following…
AndréC
  • 24,137
1
2