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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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