Search found 2 matches

by chicagocoyote
Thu Oct 02, 2025 10:50 pm
Forum: General
Topic: Padding Zeros in an \href
Replies: 2
Views: 459

Re: Padding Zeros in an \href

Thank you for your response. I was not able to get \href{} to work with \expandafter, however.

Included here is a complete latex example which illustrates my problem. \AudioLinkStr _is_ returning a correctly formatted string, but I cannot get \AudioLinkStr to work in \href

Thank you all for taking ...
by chicagocoyote
Tue Sep 30, 2025 9:44 pm
Forum: General
Topic: Padding Zeros in an \href
Replies: 2
Views: 459

Padding Zeros in an \href

I am using \newcounter{} to create integers used in links to audio files in my PDF document. I need to zero-pad these integers to "2" spaces.

Note that in my code examples, I have substituted the string "xxxxx" for "https". I have done this because the site formatter takes things that look like an ...