Skip to content

Commit

Permalink
In pdfLaTeX, use package soul instead of soulutf8 in TeX Live >= 2023
Browse files Browse the repository at this point in the history
As discussed in
<#466 (comment)>
and below.
  • Loading branch information
Witiko committed Oct 9, 2024
1 parent b3e1856 commit ef041e6
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -37794,8 +37794,17 @@ end
}
}
{
\RequirePackage
{ soulutf8 }
% TODO: Use just package soul after TeX Live 2023.
\IfFormatAtLeastTF
{ 2023-02-18 }
{
\RequirePackage
{ soulutf8 }
}
{
\RequirePackage
{ soul }
}
\markdownSetup
{
rendererPrototypes = {
Expand Down Expand Up @@ -37835,8 +37844,17 @@ end
}
}
{
\RequirePackage
{ soulutf8 }
% TODO: Use just package soul after TeX Live 2023.
\IfFormatAtLeastTF
{ 2023-02-18 }
{
\RequirePackage
{ soulutf8 }
}
{
\RequirePackage
{ soul }
}
\markdownSetup
{
rendererPrototypes = {
Expand Down

0 comments on commit ef041e6

Please sign in to comment.