I want to indent with gg=G
some LaTeX files. But I get a bad indent.
\title{
\rule{\textwidth}{1pt}\\[0.5em] \huge
\textsc{My headline
\rule{\textwidth}{1pt}}
}
What I get:
\title{
\rule{\textwidth}{1pt}\\[0.5em] \huge
\textsc{My headline
\rule{\textwidth}{1pt}}
}
What I want (or similar):
\title{
\rule{\textwidth}{1pt}\\[0.5em] \huge
\textsc{My headline
\rule{\textwidth}{1pt}}
}
Is this normal? Wrong config file? Flags? AddOns? Can anybody help? Thank you!
\rule
is indide\textsc
which is inside\huge
– rbernabelatexindent.plx
Perl script on your existing LaTeX files. – Werner