Graphics, Figures & TablesModifying the image title

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gooly
Posts: 3
Joined: Wed Jul 06, 2022 2:33 pm

Modifying the image title

Post by gooly »

Hi,
I (Win 10, TeXStudio) managed to include an image:

Code: Select all

\begin{figure}
	\centering
	\includegraphics[width=0.7\linewidth]{"Material/Image from US-Patent"}
	\caption[US.Patent US9858496B2 (Abb.3)]{https://patents.google.com/patent/US9858496B2/en Abb.3}
	\label{fig:image-from-us-patent}
\end{figure}
but the numbering is labeled (in German) with "Abbildung 1: https ..."
Clipboarder.2022.07.06.png
Clipboarder.2022.07.06.png (3.14 KiB) Viewed 2621 times
How can I change the font size (can I?) and specially replace "Abbildung" by "Abb."??

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Modifying the image title

Post by Bartman »

On the right-hand side under the heading "other latex forums" there are links to two german-language forums.

An answer to the question requires more context. Which document class is used. Is the caption package loaded and if so, with what settings? Does the babel package also appear in the preamble?

Long story short: A Infominimal working example would be better than a code snippet.

A note on the citation of the patent: biblatex offers its own entry type for this.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Modifying the image title

Post by Stefan Kottwitz »

For information, there are cross-posts at goLaTeX.de and TeXwelt.de.
LaTeX.org admin
gooly
Posts: 3
Joined: Wed Jul 06, 2022 2:33 pm

Modifying the image title

Post by gooly »

Post Reply