I have a bunch of automatically generated LaTeX code with hypertrags of the form "functionname_2093840289fad1337", that is, the name of the function with the addition of a hash. I would like to refer to these functions from the rest of the document, referring only to the name of the function, which, as I know, is unique. I would like the search function to look something like this:
\hyperdyperlink{functionname}
which emits
\hyperlink{functionname_2093840289fad1337}{functionname}
Note that I cannot calculate the hash, but I am ready to write a table that maps each function name to the function name + hash. What is the best way to write such a function?
latex lookup-tables control-structure
Laserallan
source share