Saltar al contenido

¿Cómo crear un crucigrama en LaTeX?

Posteriormente a investigar con expertos en esta materia, programadores de varias ramas y profesores dimos con la respuesta a la interrogande y la plasmamos en esta publicación.

Solución:

Te sugiero que uses el cwpuzzle paquete.

Utilicé este paquete hace un par de semanas para escribir un pequeño crucigrama y funcionó bastante bien.

El contenido del crucigrama está tomado de abcteach.com. Acabo de adaptarlo para el uso con el cwpuzzle paquete.

Código

documentclassarticle

usepackage[unboxed]cwpuzzle
begindocument

beginPuzzle1612
|   |[1]O |[2]P |E  |R     |A  |T     |I  |O    |N  |    |   |[3]B | | | |.
|   |   |L    | |    | |    | |   | |    |[4]R |A    |N  |G  |E  |.
|[5]E |   |A    | |[6]M  | |    | |   | |    |   |R    | | | |.
|S    |   |[7]C |O  |O     |R  |D     |I  |N    |A  |T     |E    |G    |R  |I  |D  |.
|T    |   |E    | |D     | |    | |   | |    |   |R    | | | |.
|I    |   |V    | |E     | |    | |[8]V |A  |R     |I    |A    |B  |L  |E  |.
|[9]M |E    |A    |N  |    | |    | |   | |    |   |P    | | | |.
|A    |   |L    | |[10]L |I  |N     |E  |G    |R  |[11]A |P    |H    | | | |.
|T    |   |U    | |    | |    | |   | |X     |   |   | | | |.
|I    |   |E    | |    | |[12]S |C  |A    |L  |E     |M    |O    |D  |E  |L  |.
|O    |   |   | |    | |    | |   | |S     |   |   | | | |.
|N    |   |   | |    | |    | |   | |    |   |   | | | |.
endPuzzle

beginPuzzleCluestextbfAcross
Clue1OPERATIONAny mathematical process
Clue4RANGEThe lowest value in a set of numbers through the highest value in the set
Clue7COORDINATEGRIDA network of lines used for locating points
Clue8VARIABLEAny symbol that could represent a number
Clue9MEANAverage
Clue10LINEGRAPHGraph that displays data using line segments
Clue12SCALEMODELA model or drawing based on a ratio
endPuzzleClues

beginPuzzleCluestextbfDown
Clue2PLACEVALUEthe positions of a single digit in the whole number
Clue3BARGRAPHA graph that uses bars to display data
Clue5ESTIMATIONThe use of rounding to determine a reasonable answer
Clue6MODEThe number found most often
Clue11AXESThe horizontal and vertical number lines used in a graph
endPuzzleClues

enddocument

Resultado

ingrese la descripción de la imagen aquí

O si prefieres tener un fondo negro:

documentclassarticle

usepackage[unboxed]cwpuzzle
begindocument

beginPuzzle1612
|*    |[1]O |[2]P |E  |R     |A  |T     |I  |O    |N  |*     |*    |[3]B |*  |*  |*  |.
|*    |*    |L    |*  |*     |*  |*     |*  |*    |*  |*     |[4]R |A    |N  |G  |E  |.
|[5]E |*    |A    |*  |[6]M  |*  |*     |*  |*    |*  |*     |*    |R    |*  |*  |*  |.
|S    |*    |[7]C |O  |O     |R  |D     |I  |N    |A  |T     |E    |G    |R  |I  |D  |.
|T    |*    |E    |*  |D     |*  |*     |*  |*    |*  |*     |*    |R    |*  |*  |*  |.
|I    |*    |V    |*  |E     |*  |*     |*  |[8]V |A  |R     |I    |A    |B  |L  |E  |.
|[9]M |E    |A    |N  |*     |*  |*     |*  |*    |*  |*     |*    |P    |*  |*  |*  |.
|A    |*    |L    |*  |[10]L |I  |N     |E  |G    |R  |[11]A |P    |H    |*  |*  |*  |.
|T    |*    |U    |*  |*     |*  |*     |*  |*    |*  |X     |*    |*    |*  |*  |*  |.
|I    |*    |E    |*  |*     |*  |[12]S |C  |A    |L  |E     |M    |O    |D  |E  |L  |.
|O    |*    |*    |*  |*     |*  |*     |*  |*    |*  |S     |*    |*    |*  |*  |*  |.
|N    |*    |*    |*  |*     |*  |*     |*  |*    |*  |*     |*    |*    |*  |*  |*  |.
endPuzzle

beginPuzzleCluestextbfAcross
Clue1OPERATIONAny mathematical process
Clue4RANGEThe lowest value in a set of numbers through the highest value in the set
Clue7COORDINATEGRIDA network of lines used for locating points
Clue8VARIABLEAny symbol that could represent a number
Clue9MEANAverage
Clue10LINEGRAPHGraph that displays data using line segments
Clue12SCALEMODELA model or drawing based on a ratio
endPuzzleClues

beginPuzzleCluestextbfDown
Clue2PLACEVALUEthe positions of a single digit in the whole number
Clue3BARGRAPHA graph that uses bars to display data
Clue5ESTIMATIONThe use of rounding to determine a reasonable answer
Clue6MODEThe number found most often
Clue11AXESThe horizontal and vertical number lines used in a graph
endPuzzleClues

enddocument

ingrese la descripción de la imagen aquí

Para desplegar las soluciones solo tienes que usar el PuzzleSolution comando que te da el siguiente resultado:

ingrese la descripción de la imagen aquí

brian hamilton kelly introdujo un paquete para crucigramas en remolcador 11. este paquete está en ctan como crosswd y también en tex live. también hay varias otras posibilidades enumeradas en una búsqueda de ctan. los estilos de los acertijos varían, por lo que las preferencias personales pueden influir en su elección.

Te invitamos a añadir valor a nuestra información aportando tu veteranía en las crónicas.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)


Tags : /

Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *