LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

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

Print Reply
Subject:
From:
Javier Bezos <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Fri, 22 Aug 2014 16:27:29 +0200
Content-Type:
text/plain
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