Tagged Questions
1
vote
1answer
45 views
In the hyperref-pkg, is there a way to (sometimes) use abbreviations; e.g. tab. _vs_ table?
"Manually", both of the following do the trick (as far as I can tell):
\ldots as presented in table~\ref{tab:birds_and_bees} \ldots
\ldots as presented in tab.~\ref{tab:birds_and_bees} \ldots
With ...
6
votes
1answer
111 views
Change caption of figure for references
I changed the caption of my figures running the following command (I'm using the babel package):
\addto\captionsngerman{\renewcommand{\figurename}{Abb.}}
If I use \autoref{$LABEL} to reference to ...
1
vote
2answers
140 views
subfigure \autoref
I am trying to redefine the subfigure \autoref, but have not been successful. Below is example code for the figure. I am using the acticle documentclass and the subcaption package.
\begin{figure}[H]
...
1
vote
1answer
172 views
Rename sections with ngerman
I am searching for a possibility to rename sections. I am using the ngerman package.
I have tried something similar to http://stackoverflow.com/questions/3125231/how-to-rename-sections-in-latex, with ...
8
votes
2answers
2k views
Autoref's inserted text has not the correct case
I'm using the \autoref tag which comes with the package hyperref for referencing my algorithms, figures etc. I read that it automatically adjusts the reference text's case, but it won't work with my ...