Search found 10279 matches

by Stefan Kottwitz
Sun Oct 05, 2025 1:27 pm
Forum: General
Topic: Padding Zeros in an \href
Replies: 5
Views: 1830

Re: Padding Zeros in an \href

Since it occurs with hyperref and not in regular text, you could post it as a Github issue . I recommend not calling it a bug, but a limitation or a problem. Such issues arise when complex macros are expanded and rewritten to create hyperlinks. There are commands to work around such issues, such as ...
by Stefan Kottwitz
Fri Oct 03, 2025 12:05 pm
Forum: Text Formatting
Topic: List of items shiftted to right
Replies: 2
Views: 1528

Re: List of items shiftted to right

Hi,

you could use the leftmargin=* option,

Stefan
by Stefan Kottwitz
Fri Oct 03, 2025 11:42 am
Forum: General
Topic: Padding Zeros in an \href
Replies: 5
Views: 1830

Re: Padding Zeros in an \href

Both versions work basically:

\documentclass{book}
\usepackage[colorlinks = true, urlcolor = blue]{hyperref}
\newcommand{\AudioLinkStr}{https://soundcloud.com/user-145142078/}
\begin{document}
\href{\AudioLinkStr}{\textbf{Audio Example}}

\expandafter\href\expandafter{\AudioLinkStr}{\textbf{Audio ...
by Stefan Kottwitz
Wed Oct 01, 2025 12:07 pm
Forum: General
Topic: Padding Zeros in an \href
Replies: 5
Views: 1830

Re: Padding Zeros in an \href

Hi,

welcome to the forum!

That may be solved with \expandafter, like this:

\expandafter\href\expandafter{AudioLinkStr}{\textbf{Audio Example Whatever}}

If that doesn't work for you, perhaps copy a small (complete) example here that doesn't work. Use the "Code" button, then https is not parsed ...
by Stefan Kottwitz
Tue Sep 23, 2025 6:14 pm
Forum: General
Topic: How to delete a post on this forum?
Replies: 1
Views: 1226

Re: How to delete a post on this forum?

As we only talk here about LaTeX related topics, you would not need to worry about the thesis. It's just about the writing Software, like we would discuss Microsoft Word and how to make a word bold or a footnote in a smaller font. Nothing related to the content of your thesis, nothing regarding ...
by Stefan Kottwitz
Fri Sep 12, 2025 5:48 pm
Forum: General
Topic: Reducing the height of a row in a table
Replies: 2
Views: 2394

Re: Reducing the height of a row in a table

Yes, you may use such a workaround. The reason is, that you use equations in table cells, and equations have vertical space around.

Take a look here, I set the values to 0pt:

\documentclass{article}
\usepackage{amsmath,array}
\begin{document}
\begin{table}[h!]
\caption{Current amplitude response ...
by Stefan Kottwitz
Wed Sep 03, 2025 11:37 am
Forum: General
Topic: biblatex printbibliography continue numbering after each chapter
Replies: 2
Views: 3958

Re: biblatex printbibliography continue numbering after each chapter

It could be defined in the document class you are using, in your template, some package; this information is missing. The code you showed doesn't cause this.

Try this, click "Run LaTeX here", it's the same settings as you have, except that I removed the defernumbers and keyword options (the code ...
by Stefan Kottwitz
Thu Aug 21, 2025 12:44 pm
Forum: General
Topic: Problem starting Miktex with BAT file
Replies: 1
Views: 7930

Re: Problem starting Miktex with BAT file

Hi Gerry,

were you able to solve it? If yes, what was the cause?

If not, perhaps provide some more information. Like the error messages, or a .log file, as attachment here. Try running the commands manually in a cmd window to see any errors, and let us know.

Stefan
by Stefan Kottwitz
Thu Aug 21, 2025 12:43 pm
Forum: General
Topic: BAT file does has stopped working
Replies: 1
Views: 5127

Re: BAT file does has stopped working

This looks exactly like the topic here, so I close it and it can continue there. I'll update in the other thread.

Stefan
by Stefan Kottwitz
Thu Aug 21, 2025 12:32 pm
Forum: General
Topic: cmd acronym error when compiling with pdfLatex
Replies: 1
Views: 5542

Re: cmd acronym error when compiling with pdfLatex

Sorry to see there's no answer yet. Perhaps that's because no code is here that can be tested.

Were you able to fix it? If yes, what was the reason? If not, perhaps post code here, that brings the error message.

Thanks!

Stefan