
Text Formatting ⇒ Highlight an Umlaut like "ß"
Highlight an Umlaut like "ß"
Hi there, I've got an umlaut like ß or Ä and I want to higlight it! Generally i've the ngerman babel package and everything. I can write them complile them into pdf's, but I when I highlight it, I can't compile the file. What's wrong? I additionally use the sudo and beamercolor package! \hl and \sethlcolor does function as well...
can anybody help?

NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Highlight an Umlaut like "ß"
Hi Alwin,
welcome to the board!
Perhaps post a minimal working example which shows the problem.
Stefan
welcome to the board!
Perhaps post a minimal working example which shows the problem.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Highlight an Umlaut like "ß"
It would be very kind if you mention when doing a crossposting [1]*. This is only fair because it prevents others from double efforts and waste of time.
* According to the rules you are obliged to do so.
[1] \hl mit Umlauten .:. goLaTeX — Mein LaTeX-Forum
Best regards and welcome to the board
Thorsten
* According to the rules you are obliged to do so.
[1] \hl mit Umlauten .:. goLaTeX — Mein LaTeX-Forum
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Highlight an Umlaut like "ß"
what the heck do you need a working example for? do you wanna stalk my text? Oh dude, sorry for the crossposting. And furthermore, I explained my issue. I need to highlight a extraordinary letter like "Ä" or "ß".What packages do I need?
Congrats that you found out about my crossposting. I hope you wasted not to much time being angry about it! It was my first post. And I'm in a big hurry. 2 Weeks later I didn't get any hints about highlighting some text. thanks.
Congrats that you found out about my crossposting. I hope you wasted not to much time being angry about it! It was my first post. And I'm in a big hurry. 2 Weeks later I didn't get any hints about highlighting some text. thanks.
Highlight an Umlaut like "ß"
Because it is hard to know what problem you are having otherwise.alwin89 wrote:what the heck do you need a working example for?
He didn't ask for your text. He asked for a MINIMAL example. This is the least you can do if you want people to help you.do you wanna stalk my text?
As is, it is very hard to help you. You seem to be going out of your way not to be helped.
Without a minimal example, we do not know what packages you are using for highlighting. The soul package maybe?
The following generates errors for me:
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{soul}
\begin{document}
\hl{ß or Ä}
\end{document}
But it is fixed if I use the soulutf8 package instead:
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{soulutf8}
\begin{document}
\hl{ß or Ä}
\end{document}
Re: Highlight an Umlaut like "ß"
Frabjous, your answer at least solved my problem and for this I thank you.
People like angry-alwin89 don't get it (he doesn't even know the difference between Umlaut and ligature), and they probably never will.
People like angry-alwin89 don't get it (he doesn't even know the difference between Umlaut and ligature), and they probably never will.