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

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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 1933 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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Bartman
Posts: 366
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: 10290
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