Search found 3 matches

by gooly
Sat Nov 30, 2024 10:30 pm
Forum: Text Formatting
Topic: How to start writing a book
Replies: 0
Views: 3019

How to start writing a book

Hi,
I want to write a book (with the TeXStudio), and after some searches today I end up with this:

\documentclass[ngerman,12pt,a5paper]{book}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{thmtools}
\usepackage{xcolor}
\usepackage{nameref ...
by gooly
Wed Jul 06, 2022 10:23 pm
Forum: Graphics, Figures & Tables
Topic: Modifying the image title
Replies: 3
Views: 1931

Modifying the image title

by gooly
Wed Jul 06, 2022 2:52 pm
Forum: Graphics, Figures & Tables
Topic: Modifying the image title
Replies: 3
Views: 1931

Modifying the image title

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

\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 ...