{loops} is about looping constructs which allow a programmer to apply the same operation multiple times, each time with possibly different parameters.
3
votes
0answers
75 views
Macro to create new .tex files
I borrowed from Extracting the contents of text in a specified environment into a new file some code that extracts lines from a .tex file and puts it into a new file. The code works well, but I would ...
1
vote
0answers
83 views
Compare two comma separated lists
Hi I would like to compare two comma separated lists.
\documentclass[a4paper]{article}
\usepackage{comment}
\usepackage{ifthen}
\usepackage{xargs}
\usepackage{xkeyval}
\usepackage{xfor}
...