LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Proportional Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Fri, 22 Aug 2014 16:27:29 +0200
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Message-ID:
Subject:
MIME-Version:
1.0
Content-Transfer-Encoding:
7bit
In-Reply-To:
Content-Type:
text/plain; charset=ISO-8859-1; format=flowed
From:
Javier Bezos <[log in to unmask]>
Parts/Attachments:
text/plain (33 lines)
> That looks like a good start!  Though, I can't find the string @elt in
> the output of
>
> \documentclass{article}
> \usepackage[german]{babel}
> \begin{document}
> \makeatletter
> \message{\bbl@languages}
> \makeatother
> \end{document}

Replace

\message{\bbl@languages}

by

\show\bbl@languages

to see the actual (unexpanded) contents of \[log in to unmask] Or to see it
in action, try

\documentclass{article}
\usepackage[german]{babel}
\begin{document}
\makeatletter
\def\bbl@elt#1#2#3#4{// #1 - #2 - #3 - #4}
\message{\bbl@languages}
\makeatother
\end{document}

Javier

ATOM RSS1 RSS2