The {multido} package provides an easy do use macro "\multido", which is a loop command for usage within LaTeX and other TeX documents.

learn more… | top users | synonyms

2
votes
1answer
37 views

How to repeat centered text in a sideway environment?

Some text can be repeated, for example, by using \multido of the package "multido" and text can be rotated by using the sideways environment of the package "rotating". Combining both works. But when ...
2
votes
1answer
88 views

Get a specific item from table using datatool and print it

I'm using datatool to load a csv table. Students names are in that table (first column first name, second column last name) and I like to print them on the exam. In a related question, I asked how to ...