Am Di., 29. Jan. 2019 um 10:53 Uhr schrieb Baris Erkus <
[email protected]>:

> No, it is part of the preamble:
> http://joshua.smcvt.edu/latex2e/_005cAtBeginDocument.html
>
> I couldn't confirm this. See for example this SE answer
> <https://tex.stackexchange.com/questions/177397/why-does-it-matter-when-atbegindocument-is-run>.
> Anyhow, this may be an issue related to the macro as you have said.
>
>
\AtBeginDocument is a somewhat liminal beast. Technically, it is part of
the preamble, but it is also issued at a stage where some things have
already been processed.

A good explanation is given by Philipp Lehman in the etoolbox manual:

"Any \AtBeginDocument code is executed towards the beginning of the
document body, after the main aux file has been read
for the first time. [...] In a way, \AtBeginDocument code is part neither
of the preamble nor the document body but located in-between them since it
gets executed in the middle of the
initialization sequence performed prior to typesetting. It is sometimes
desirable to move code to the end of the preamble because all requested
packages have been
loaded at this point. \AtBeginDocument code, however, is executed too late
if it is required in the aux file. In contrast to that, \AtEndPreamble code
is part of the
preamble."

This might be just the issue here.

> Adding a new localization is quite straightforward and not too much work.
> If you feel like contributing that, it would be a good way to "give back"
> to the community:
>
> https://github.com/plk/biblatex/wiki/Checklist-for-submitting-a-new-localisation-file-(.lbx)
>
> Actually, I have spent couple of hours working on a Turkish lbx file
> yesterday. Indeed, it does not look complicated. Still it requires
> attention from people with expertise in Turkish publishing rules.
>
> I will start a GitHub project on this, and see if I can get help ldx. I
> will fix the parts that I need in the mean time.
>
Great. You could also file a ticket at the biblatex tracker to make people
aware of your effort. This might help attracting other:
https://github.com/plk/biblatex/issues

Jürgen



> Thanks for the help!
> --
>
> ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
> Please bottom-post. Start your reply here:
>
>

Reply via email to