In a follow up of Highlighting words only the first time they appear it was suggested to use \seq_use:Nn to display the content of a sequence. It works really nice but it concatenates the items with a given separator (like join in Python). Is there a way to loop through the elements and do something with each of them?
Asked
Active
Viewed 42 times
0
\seq_map_inline:Nnand\seq_map_function:NN– egreg Sep 23 '15 at 21:43