Tagged Questions
8
votes
2answers
196 views
Non-English identifiers in \label / \ref (“Missing \endcsname inserted”)
I found that LaTeX chokes on certain non-ASCII identifiers in \ref.
This works fine:
\documentclass{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
...
1
vote
1answer
86 views
Macro needed for automatic creation of labels
I'm asking for help with the creation of a label inside a command out of a given text. The given text contains spaces and an umlaut. See my MWE, which contains my question:
\documentclass[pagesize, ...
3
votes
2answers
213 views
Umlauts in label
I'm using LuaLaTeX and wonder why I cannot label theorems with words containing umlauts. For example:
\documentclass[a4paper,12pt]{article}
\usepackage{luatextra}
\usepackage[utf8]{luainputenc}
...
1
vote
2answers
2k views
Label referring problem
I'm new here and new user of LaTeX I'm trying to write my PhD, intermediate reports with it and I am facing some problems.
I tried to look on the internet for 2 weeks, but found no answer to my ...