Latest news 2026-05-05: new blog post "FlowframTk Descriptions and Tags".

Bug Tracker RSS feed

ID 317🔗
Submitted by: Nicola Talbot 🦜
Date: 2026-05-17 19:40:27
Last update: 2026-05-18 07:55:21
Status Open
Sign in if you want to bump this report.
Category tracklang
Version 1.6.6
Summary Package options processed in order of option definition
Cross Ref 316

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

Options picked up through the document class are processed in the order the option was defined instead of the listed order.

The example lists options in the order french, german, english, spanish but the dialect list is in the order: english, french, german, spanish.

MWE

Download (184B)

% arara: pdflatex
\documentclass[french,german,english,spanish]{article}

\usepackage{tracklang}

\begin{document}
 \ForEachTrackedDialect{\thisdialect}{\thisdialect. }
\end{document}

Evaluation

Comments

2 comments.

🔗Comment from Denis Bitouzé
Date: 2026-05-18 07:45:38

> but the dialect list is in the order: english, french, german, spanish.

So in the alphabetic order?

Replying to Comment #178:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

🔗Comment from Nicola Talbot 🦜
Date: 2026-05-18 07:55:21
Repying to: Denis Bitouzé 2026-05-18 07:45:38

It’s the order in which the tracklang package options are defined which happens to be in alphabetical order.

Replying to Comment #179:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=317

Return to Search Results