Activity for KOMA-Script

  • Markus Kohm Markus Kohm modified a comment on ticket #103

    Sorry for forgetting to document the workaround: Load tocbasic and all packages that load tocbasic themselves before caption. Of course, you can also install the current developer version of KOMA-Script instead. How to do this is documented in section "Testing" of CONTRIBUTING.md.

  • Markus Kohm Markus Kohm posted a comment on ticket #103

    Sorry for forgetting to document the workaround: Load tocbasic and all packages that load tocbasic themselves after caption. Of course, you can also install the current developer version of KOMA-Script instead. How to do this is documented in section "Testing" of CONTRIBUTING.md.

  • Markus Kohm Markus Kohm modified ticket #104

    tocbasis generate error if caption was loaded before

  • Markus Kohm Markus Kohm posted a comment on ticket #104

    Duplicate of [#103].

  • Julien Labbé Julien Labbé created ticket #104

    tocbasis generate error if caption was loaded before

  • Markus Kohm Markus Kohm committed [r4255] on Code

    replaced version v3.40 by v3.49.1 because it is a patch level version only

  • Markus Kohm Markus Kohm modified ticket #101

    long argument for \caption, \captionabove, \captionbelow etc.

  • Markus Kohm Markus Kohm modified ticket #102

    Problem with recent babel package and language "spanish"

  • Markus Kohm Markus Kohm posted a comment on ticket #102

    Workaround added in [r4254].

  • Markus Kohm Markus Kohm modified a comment on ticket #103

    Already fixed in [r4250] + [r4251].

  • Markus Kohm Markus Kohm modified ticket #103

    tocbasic throws error when nomencl is loaded after caption

  • Markus Kohm Markus Kohm posted a comment on ticket #103

    Already fixed in [r4251].

  • Paul van der Hulst Paul van der Hulst created ticket #103

    tocbasic throws error when nomencl is loaded after caption

  • Markus Kohm Markus Kohm committed [r4254] on Code

    babel catcode issue workaround

  • Markus Kohm Markus Kohm committed [r4253] on Code

    improved babel catcode issue workaround

  • Markus Kohm Markus Kohm committed [r4252] on Code

    new beta already started

  • Markus Kohm Markus Kohm committed [r4251] on Code

    \cs_if_exist:NTF \KOMAClassName has to be \cs_if_exist:NT …

  • Markus Kohm Markus Kohm committed [r4250] on Code

    patch \caption@documentclass only for KOMA-Script classes and disable package with beamer class

  • Markus Kohm Markus Kohm committed [r4249] on Code

    workaround for babel-spanish catcode issue [#102]

  • Markus Kohm Markus Kohm posted a comment on ticket #102

    The alternative would be to once again redefine \@startsection, which has been removed to avoid several other issues. So this is not really an option.

  • Markus Kohm Markus Kohm modified a comment on ticket #102

    You get the same error with: \documentclass{book} \AddToHook{cmd/@startsection/before}{\typeout{Hook Test}} \usepackage[spanish]{babel} \begin{document} Test \end{document} So IMHO this is a babel-spanish issue not a KOMA-Script issue. BTW: KOMA-Script does not use \@startsection anymore and the new version does no longer redefine it but only adds a hook to warn that several features are no longer available, when using \@startsection. See also [wiki-en:Release 3.49] resp. [wiki-de:Release 3.49].

  • U_Fischer U_Fischer posted a comment on ticket #102

    In some sense it is a KOMA issue, as KOMA is the one doing the patching. Command hooks are quite nice, but they are no fully safe if catcode changes are involved and personally I try to avoid them for long term code. See e.g. https://github.com/latex3/latex2e/issues/1099

  • Markus Kohm Markus Kohm modified a comment on ticket #102

    You get the same error with: \documentclass{book} \AddToHook{cmd/@startsection/before}{\typeout{Hook Test}} \usepackage[spanish]{babel} \begin{document} Test \end{document} So IMHO this is a babel-spanish issue not a KOMA-Script issue. BTW: KOMA-Script does not use \@startsection anymore and the new version does no longer redefine it but only adds a hook to warn that several features are no longer available, when using \@startsection.

  • Markus Kohm Markus Kohm modified a comment on ticket #102

    You get the same error with: \documentclass{book} \AddToHook{cmd/@startsection/before}{\typeout{Hook Test}} \usepackage[spanish]{babel} \begin{document} Test \end{document} So IMHO this is a babel-spanish issue not a KOMA-Script issue. BTW: KOMA-Script does not use \@startsection anymore and the new version does no longer redefine it but only adds a hook to warn, that several features are no longer available, when using \@startsection.

  • Markus Kohm Markus Kohm posted a comment on ticket #102

    You get the same error with: \documentclass{book} \AddToHook{cmd/@startsection/before}{\typeout{Hook Test}} \usepackage[spanish]{babel} \begin{document} Test \end{document} So IMHO this is a babel-spanish issue not a KOMA-Script issue.

  • Martin Sievers Martin Sievers created ticket #102

    Problem with recent babel package and language "spanish"

  • Markus Kohm Markus Kohm modified a comment on ticket #101

    \caption indeed accepted arguments with \par (because KOMA-Script did not touch \caption itself), but KOMA-Script wasn't able to process them, i.e., using a paragraph resulted in an error inside \@settodim. A somehow "strange error", because it was hard to understand. Hm, but yes, in combination with package caption paragraphs have been possible. Maybe I can support it, but this would result again in the "less than perfect" error messages at strange places, when not using package caption. But wouldn't...

  • Markus Kohm Markus Kohm modified a comment on ticket #101

    \caption indeed accepted arguments with \par (because KOMA-Script did not touch \caption itself), but KOMA-Script wasn't able to process them, i.e., using a paragraph resulted in an error inside \@settodim. A somehow "strange error", because it was hard to understand. Hm, but yes, in combination with package caption paragraphs have been possible. Maybe I can support it, but this would result again in the "less than perfect" error messages at strange places, when not using package caption. But wouldn't...

  • Markus Kohm Markus Kohm modified a comment on ticket #101

    \caption indeed accepted arguments with \par (because KOMA-Script did not touch \caption itself), but KOMA-Script wasn't able to process them, i.e., using a paragraph resulted in an error inside \@settodim. A somehow "strange error", because it was hard to understand. Hm, but yes, in combination with package caption paragraphs have been possible. Maybe I can support it, but this would result again in the "less than perfect" error messages at strange places, when not using package caption. But wouldn't...

  • Markus Kohm Markus Kohm posted a comment on ticket #101

    \caption indeed accepted arguments with \par (because KOMA-Script did not touch \caption itself), but KOMA-Script wasn't able to process them, i.e., using a paragraph resulted in an error inside \@settodim. A somehow "strange error", because it was hard to understand. Hm, but yes, in combination with package caption paragraphs have been possible. Maybe I can support it, but this would result again in the "less than perfect" error messages at strange places, when not using package caption. But maybe...

  • Cabohah Cabohah created ticket #101

    long argument for \caption, \captionabove, \captionbelow etc.

  • Markus Kohm Markus Kohm modified a wiki page

    Releases

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.49

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.48

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.49

  • Markus Kohm Markus Kohm created a wiki page

    Release 3.50

  • Markus Kohm Markus Kohm modified a wiki page

    Releases

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.48

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.49

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.50

  • Markus Kohm Markus Kohm created a wiki page

    Release 3.50

  • KOMA-Script KOMA-Script released /KOMA-Script/koma-script-3.49.zip

  • KOMA-Script KOMA-Script updated /KOMA-Script/README.md

  • Markus Kohm Markus Kohm committed [r4248] on Code

    release 3.49

  • Markus Kohm Markus Kohm committed [r4247] on Code

    release 3.49

  • Markus Kohm Markus Kohm committed [r4246] on Code

    prepared for release 3.49

  • Markus Kohm Markus Kohm modified a comment on ticket #61

    The code in scrkernel-footnotes.dtx is used only in scrextend. I've changed it in [r4245] to use xpatch if available, try also etoolbox of only this one is available and use hard coded redefinition in other cases.

  • Markus Kohm Markus Kohm modified ticket #61

    Patching using etoolbox or xpatch

  • Markus Kohm Markus Kohm posted a comment on ticket #61

    The code in scrkernel-footnotes.dtx is used only in scrextend. I've changed it in [r4225] to use xpatch if available, try also etoolbox of only this one is available and use hard coded redefinition in other cases.

  • Markus Kohm Markus Kohm committed [r4245] on Code

    patching uses xpatch if available → [#61]

  • Markus Kohm Markus Kohm modified ticket #62

    replacing eso-pic

  • Markus Kohm Markus Kohm modified ticket #91

    Suggesting `tocafterskip` option for `\RedeclareSectionCommand`

  • Markus Kohm Markus Kohm modified ticket #99

    Feature Request: Customizable vertical space before \closing in scrlttr2

  • Markus Kohm Markus Kohm modified ticket #100

    documentation occasionally misspells “scrreprt” as “scrreport”

  • Markus Kohm Markus Kohm modified ticket #100

    documentation occasionally misspells “scrreprt” as “scrreport”

  • Markus Kohm Markus Kohm posted a comment on ticket #100

    Thank you for reporting. It was an translation mistake corrected in [r4244].

  • Markus Kohm Markus Kohm committed [r4244] on Code

    scrreport → scrreprt as reported in issue [#100]

  • Flupp Flupp created ticket #100

    documentation occasionally misspells “scrreprt” as “scrreport”

  • Markus Kohm Markus Kohm committed [r4243] on Code

    preface changed for v3.49

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.49

  • Markus Kohm Markus Kohm modified a wiki page

    Release 3.49

  • Markus Kohm Markus Kohm modified a wiki page

    Warning_captionUnknownClass

  • Markus Kohm Markus Kohm modified a wiki page

    Warning_captionUnknownClass

  • Markus Kohm Markus Kohm committed [r4242] on Code

    change note added

  • Markus Kohm Markus Kohm committed [r4241] on Code

    \newcommand replaced by \providecommand for compatibility with contract 0.91

  • Markus Kohm Markus Kohm committed [r4240] on Code

    deprecated commands moved from package contract

  • Markus Kohm Markus Kohm committed [r4239] on Code

    Experimenting with extended templates for ToC styles

  • Markus Kohm Markus Kohm committed [r4238] on Code

    new branch for Markus' experiments with tocbasic

  • Markus Kohm Markus Kohm committed [r4237] on Code

    fake \caption@documentclass to avoid misleading warning

  • Markus Kohm Markus Kohm modified ticket #99

    Feature Request: Customizable vertical space before \closing in scrlttr2

  • Dominic Prinz Dominic Prinz created ticket #99

    Feature Request: Customizable vertical space before \closing in scrlttr2

  • Markus Kohm Markus Kohm modified ticket #98

    caption package: starred \caption not longer works with KOMA

  • Markus Kohm Markus Kohm posted a comment on ticket #98

    Should be fixed in [r4236].

  • Markus Kohm Markus Kohm posted a comment on ticket #98

    Thank you for the report. Indeed caption does not support \caption* with optional argument. So it is wrong to use it: \documentclass{scrartcl} \usepackage{caption} \ExplSyntaxOn \RenewDocumentCommand \__tocbasic_caption:w { s o m } { \__tocbasic_tocbasic_caption_setup: \exp_last_unbraced:Ne \__tocbasic_saved_caption:w { \IfBooleanT{#1} * \IfValueT{#2} {\exp_not:n{[#2]}} } { #3 } \hook_use:n { tocbasic / caption / after } } \ExplSyntaxOff \begin{document} \begin{table} blub \caption*{table key, not...

  • Markus Kohm Markus Kohm committed [r4236] on Code

    \caption and \captionof pass optional argument only if used

  • U_Fischer U_Fischer created ticket #98

    caption package: starred \caption not longer works with KOMA

  • Markus Kohm Markus Kohm committed [r4235] on Code

    missing activation of layerized page style in \thispagestyle

  • Markus Kohm Markus Kohm committed [r4234] on Code

    docu fix

  • Markus Kohm Markus Kohm committed [r4233] on Code

    automatic conversion of page styles into layer page styles

  • Markus Kohm Markus Kohm modified a comment on ticket #97

    From the introduction of the scrlayer-notecolumn package in chapter ”Note Columns with scrlayer-notecolumn“ in the English KOMA-Script guide: The scrlayer-notecolumn package should solve all these problems. To do so, it relies on the basic functionality of scrlayer. However, using this package has a drawback: you can only output notes on pages that use a page style based on scrlayer. This disadvantage, however, can easily be resolved, or even turned into an advantage, with the help of scrlayer-scrpage....

  • Markus Kohm Markus Kohm posted a comment on ticket #97

    In [r4232] I've added another warning to scrlayer-scrpage: Package scrlayer-scrpage Warning: Detected \makenote at page with non-layer (scrlayer-scrpage) page style. (scrlayer-scrpage) Delayed or too early output of the note is (scrlayer-scrpage) expected and not a bug in such cases. Even (scrlayer-scrpage) flipping notes without terminating states (scrlayer-scrpage) would be possible and not a bug. (scrlayer-scrpage) Redefinition of all used page styles to (scrlayer-scrpage) layer page styles would...

  • Markus Kohm Markus Kohm committed [r4232] on Code

    additional page style warning

  • Markus Kohm Markus Kohm modified a comment on ticket #97

    I get a warning message: Package scrlayer-notecolumn Warning: \clearnotecolumns while active non-layer page style. (scrlayer-notecolumn) Activate empty page style until note column (scrlayer-notecolumn) has been cleared on input line 13. From the introduction of the scrlayer-notecolumn package in chapter ”Note Columns with scrlayer-notecolumn“ in the English KOMA-Script guide: The scrlayer-notecolumn package should solve all these problems. To do so, it relies on the basic functionality of scrlayer....

  • Louis Stenger Louis Stenger posted a comment on ticket #97

    Thanks for the detailed reply and clarifications, Markus! My erroneous interpretation of the manual was that the loading the scrlayer package was sufficient, but I had not realized that page styles still defaulted to the standard ones. Sorry for the unnecessary ticket!

  • Markus Kohm Markus Kohm modified a comment on ticket #97

    From the introduction of the scrlayer-notecolumn package in chapter ”Note Columns with scrlayer-notecolumn“ in the English KOMA-Script guide: The scrlayer-notecolumn package should solve all these problems. To do so, it relies on the basic functionality of scrlayer. However, using this package has a drawback: you can only output notes on pages that use a page style based on scrlayer. This disadvantage, however, can easily be resolved, or even turned into an advantage, with the help of scrlayer-scrpage....

  • Markus Kohm Markus Kohm modified ticket #97

    makenote output on wrong page if scrlayer-scrpage is not loaded

  • Markus Kohm Markus Kohm posted a comment on ticket #97

    From the introduction of the scrlayer-notecolumn package in chapter ”Note Columns with scrlayer-notecolumn“ in the English KOMA-Script guide: The scrlayer-notecolumn package should solve all these problems. To do so, it relies on the basic functionality of scrlayer. However, using this package has a drawback: you can only output notes on pages that use a page style based on scrlayer. This disadvantage, however, can easily be resolved, or even turned into an advantage, with the help of scrlayer-scrpage....

  • Louis Stenger Louis Stenger created ticket #97

    makenote output on wrong page if scrlayer-scrpage is not loaded

  • Markus Kohm Markus Kohm posted a comment on ticket #96

    But perhaps I should mention explicitly at this point that I don't actually want to add any more new features to KOMA-Script. At least, not any that I have to write additional guidance for, that I myself have absolutely no need for, that I consider to be of little use, and whose implementation does not represent any personal gain for me. In the end, this new feature took me more time than I had initially anticipated. This means that my plans to continue working on tocbasic have been put on hold again...

  • Markus Kohm Markus Kohm modified a comment on ticket #96

    Changed again in [r4231] to change the order of the \pagenumbering commands and therefore make egreg's patch suggestion still works with next KOMA-Script release. BTW: I would prefer your suggestion without redefining or patching \frontmatter and \mainmatter. Patches or redefinition always depend somehow on internals. So solutions without are IMHO mostly better.

  • Markus Kohm Markus Kohm posted a comment on ticket #96

    Changed again in [r4231] to change the order of the \pagenumbering commands and therefore make @egreg's patch suggestion still works with next KOMA-Script release. BTW: I would prefer your suggestion without redefining or patching \frontmatter and \mainmatter. Patches or redefinition always depend somehow on internals. So solutions without are IMHO mostly better.

  • Markus Kohm Markus Kohm committed [r4231] on Code

    fix of usage of \ExplSyntaxOn \ExplSyntaxOff

  • Markus Kohm Markus Kohm committed [r4230] on Code

    avoid breaking patches of \frontmatter and \mainmatter

  • Markus Kohm Markus Kohm modified ticket #96

    Feature request: optional change of page number style after front/main matter

  • Markus Kohm Markus Kohm posted a comment on ticket #96

    Implemented in [r4229].

  • Markus Kohm Markus Kohm committed [r4229] on Code

    optional argument and star variant to \frontmatter, \mainmatter and \backmatter

  • Cabohah Cabohah created ticket #96

    Feature request: optional change of page number style after front/main matter

  • Markus Kohm Markus Kohm modified a wiki page

    HowTo_Template_PDFLaTeX

  • Markus Kohm Markus Kohm modified a wiki page

    HowTo_Template_LuaLaTeX_XeLaTeX

  • Markus Kohm Markus Kohm modified a wiki page

    HowTo_Template_LuaLaTeX_XeLaTeX

1 >