this post was submitted on 13 Jun 2023
5 points (100.0% liked)

LaTeX

246 readers
1 users here now

A community for the LaTeX typesetting language.

founded 2 years ago
MODERATORS
 

Anyone have recommendations for how best to make a packet of circle-the-word puzzles? I'll be using fairly short (5 letters?) English words around various themes as part of an activity packet for elementary-school-aged children.

Thanks in advance.

top 2 comments
sorted by: hot top controversial new old
[โ€“] jdnewmil 2 points 2 years ago

I would use a data manipulation language like R or Python with Quarto to generate the LaTeX programmatically. Then the document generation gets separated from the template design. Quarto is a system for generating LaTeX and HTML and docx files. R currently has more data rendering packages than Python, but either can probably do it.

(I somehow replied with the above to the wrong thread a few days ago. Hope this works.)

[โ€“] [email protected] 1 points 2 years ago

How much automation do you envision? Do you mean a "word search", the one with a grid of letters and you have to find words going horizontally or vertically etc?