I am very beginner to latex. I have one question Can I open one file and get some information from file Using latex document. I mean By using pattern match in file if that word or pattern matches, then get information from file. for example
Code: Select all
begin
if (match)
get that information.
if (match)
get information.
else(no information)
end