Created
November 19, 2023 15:50
-
-
Save brunobord/64fab061c5219aa4379452648b7e696f to your computer and use it in GitHub Desktop.
exemple de variabilisation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import "names.typ": homme, village | |
Il était une fois l'histoire de #homme, qui habitait le village de #village. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#let homme = "Nabuchodonosor" | |
#let village = "Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment