Hi there!
I am importing svg using the svg usepackage:
\documentclass[11pt, a4paper, titlepage]{book}
\usepackage{svg}
\begin{document}
\begin{figure}
\centering
\includesvg[width=0.7\textwidth]{CAD/temp01}
\caption{this is the temp drawing}\label{fig:temp}
\end{figure}
\end{document}
With ...
Search found 5 matches
- Fri May 12, 2023 12:32 pm
- Forum: Graphics, Figures & Tables
- Topic: Changing font in svg-drawing
- Replies: 0
- Views: 1719
- Tue Mar 28, 2023 3:48 pm
- Forum: Fonts & Character Sets
- Topic: language settings for latex-template
- Replies: 3
- Views: 49826
language settings for latex-template
Ok, I figured it out. babel and my chapter numbering system are incompatible:
Fails:
\chapter{Grundlagen\markboth{Grundlagen}{Grundlagen}}
\addcontentsline{toc}{chapter}{\protect\numberline{}Grundlagen}
\label{Grundlagen}
Works:
\chapter*{Grundlagen\markboth{Grundlagen}{Grundlagen ...
Fails:
\chapter{Grundlagen\markboth{Grundlagen}{Grundlagen}}
\addcontentsline{toc}{chapter}{\protect\numberline{}Grundlagen}
\label{Grundlagen}
Works:
\chapter*{Grundlagen\markboth{Grundlagen}{Grundlagen ...
- Tue Mar 28, 2023 9:46 am
- Forum: Fonts & Character Sets
- Topic: language settings for latex-template
- Replies: 3
- Views: 49826
language settings for latex-template
Thank you for your reply, rais.
I changed from
\documentclass[11pt, a4paper, titlepage]{book} to \documentclass[11pt, a4paper, titlepage, ngerman]{book} in my main.tex, and applied the 3 lines in the preamble:
\usepackage[utf8]{inputenc}% not necessary with TeX Distri from Apr 2018 or newer ...
I changed from
\documentclass[11pt, a4paper, titlepage]{book} to \documentclass[11pt, a4paper, titlepage, ngerman]{book} in my main.tex, and applied the 3 lines in the preamble:
\usepackage[utf8]{inputenc}% not necessary with TeX Distri from Apr 2018 or newer ...
- Mon Mar 27, 2023 11:39 am
- Forum: Fonts & Character Sets
- Topic: language settings for latex-template
- Replies: 3
- Views: 49826
language settings for latex-template
Hello there!
I am using a latex-template and would like to switch from english to german. So I'd like to get "Kapitel" instead of "Chapter", and "Abbildung" instead of "Figure" etc. in the pdf.
[*]Latex-template: https://hci.rwth-aachen.de/thesis-template (the template for ph.d thesis).
[*]Software ...
I am using a latex-template and would like to switch from english to german. So I'd like to get "Kapitel" instead of "Chapter", and "Abbildung" instead of "Figure" etc. in the pdf.
[*]Latex-template: https://hci.rwth-aachen.de/thesis-template (the template for ph.d thesis).
[*]Software ...
- Wed Jan 11, 2023 10:30 pm
- Forum: Math & Science
- Topic: linear equation with curved bracket and numbering
- Replies: 0
- Views: 6937
linear equation with curved bracket and numbering
Hi.
I am rather new to latex. Would you please help me to align the following linear equation, so identical terms stand straight below each other? Also, I'd like to have a curved bracket (left side) and finally, I'd like to know how to display one, common number for both lines (e.g.: "1"), but I'd ...
I am rather new to latex. Would you please help me to align the following linear equation, so identical terms stand straight below each other? Also, I'd like to have a curved bracket (left side) and finally, I'd like to know how to display one, common number for both lines (e.g.: "1"), but I'd ...