Search found 1 match

by lobelt
Thu Jul 24, 2025 11:08 am
Forum: General
Topic: input files with variable filenames
Replies: 0
Views: 729

input files with variable filenames

I want to input a file with a variable filename.
Suppose we have the following files:

foobar.tex
foo123.tex
bar123.tex
foo456.tex
bar456.tex

The files foo123 and foo456 are latex root files and include foobar.tex.
In foobar.tex I want to include bar123 if I compile foo123. When compiling foo456 ...