General ⇒ Abstract Heading question
Abstract Heading question
I'm using the ngerman.sty package for german language. Unfortunately the heading for the "Abstract" is translated in german as well, but I think it looks better not to use the german translation. Is there some way to define the \abstractname{} in the preamble of the document without changing the entry in the ngerman.sty file?
thanks
Fab
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Abstract Heading question
Code: Select all
\renewcommand{\abstractname}{Abstract}
Code: Select all
\usepackage[ngerman]{babel}
Code: Select all
\addto{\captionsngerman}{
\renewcommand{\abstractname}{Abstract}
}
Best reagrds an welcome on Board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Abstract Heading question
you solved my problem! I did try the \renewcommand but it didn't work, because I was using babel with ngerman...
got to check the manual as you said!
thanks + regards
Fab