Skip to content

Commit

Permalink
fix links to l3 layer documentation (now under /required)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed May 25, 2024
1 parent 7f5bc39 commit 0f4b777
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description></description>
<link>https://latex-project.org//</link>
<atom:link href="https://latex-project.org//feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Wed, 22 May 2024 17:45:29 +0200</pubDate>
<lastBuildDate>Wed, 22 May 2024 17:45:29 +0200</lastBuildDate>
<pubDate>Sat, 25 May 2024 09:00:38 +0200</pubDate>
<lastBuildDate>Sat, 25 May 2024 09:00:38 +0200</lastBuildDate>
<generator>Jekyll v4.3.3</generator>

<item>
Expand Down
12 changes: 6 additions & 6 deletions _site/help/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 id="general-documentation">General documentation</h3>

<p>The LaTeX3 programming layer (which is part of the LaTeX format) is documented in</p>
<ul>
<li><a href="https://mirrors.ctan.org/macros/latex/contrib/l3kernel/interface3.pdf" target="_blank" onclick="vgwPixelCall('43ffde81969e49d587ace76424e37318');">The L3 programming layer interface documentation</a></li>
<li><a href="https://mirrors.ctan.org/macros/latex/required/l3kernel/interface3.pdf" target="_blank" onclick="vgwPixelCall('43ffde81969e49d587ace76424e37318');">The L3 programming layer interface documentation</a></li>
</ul>

<h3 id="documentation-of-the-new-hook-management">Documentation of the new hook management</h3>
Expand Down Expand Up @@ -222,16 +222,16 @@ <h3 id="source-code-documentation">Source code documentation</h3>
their usage within the kernel is</p>

<ul>
<li><a href="http://mirrors.ctan.org/macros/latex/base/source2e.pdf" target="_blank" onclick="vgwPixelCall('47645342fb934c628c269524107689eb');">The LaTeX2e Sources (1000+ pages)</a></li>
<li><a href="http://mirrors.ctan.org/macros/latex/contrib/l3kernel/source3.pdf" target="_blank" onclick="vgwPixelCall('43ffde81969e49d587ace76424e37318');">The L3 programming layer sources (1000+ pages)</a></li>
<li><a href="https://mirrors.ctan.org/macros/latex/base/source2e.pdf" target="_blank" onclick="vgwPixelCall('47645342fb934c628c269524107689eb');">The LaTeX2e Sources (1000+ pages)</a></li>
<li><a href="https://mirrors.ctan.org/macros/latex/required/l3kernel/source3.pdf" target="_blank" onclick="vgwPixelCall('43ffde81969e49d587ace76424e37318');">The L3 programming layer sources (1000+ pages)</a></li>
</ul>

<p>As a companion document Martin Scharrer compiled a useful reference
list with links back into the 2e source document if both are stored in
the same directory:</p>

<ul>
<li><a href="http://mirrors.ctan.org/info/macros2e/macros2e.pdf" target="_blank" onclick="vgwPixelCall('47645342fb934c628c269524107689eb');">List of internal LaTeX2e Macros useful to Package Authors</a></li>
<li><a href="https://mirrors.ctan.org/info/macros2e/macros2e.pdf" target="_blank" onclick="vgwPixelCall('47645342fb934c628c269524107689eb');">List of internal LaTeX2e Macros useful to Package Authors</a></li>
</ul>

<p>For the implementation of the standard classes <code class="language-plaintext highlighter-rouge">article</code>, <code class="language-plaintext highlighter-rouge">report</code>,
Expand All @@ -258,15 +258,15 @@ <h2 id="other-non-english-documentation">Other non-english documentation</h2>

<h3 id="german">German</h3>
<ul>
<li><a href="http://www.dante.de/">German LaTeX documentation maintained by German TeX User Group Dante e.V.</a></li>
<li><a href="https://www.dante.de/">German LaTeX documentation maintained by German TeX User Group Dante e.V.</a></li>
</ul>

<h3 id="french">French</h3>

<ul>
<li><a href="https://www.gutenberg.eu.org/-TeXniques-">French LaTeX documentation maintained by the Francophone TeX Users Group GUTenberg</a></li>
<li><a href="http://lozzone.free.fr/index.php?vlunch=latex">Tout ce que vous avez toujours voulu savoir sur LaTeX</a></li>
<li><a href="http://www.framasoft.net/rubrique266.html">A collection of french LaTeX documentation</a> maintained by <a href="http://www.framasoft.net/">Framasoft</a></li>
<li><a href="https://www.framasoft.net/rubrique266.html">A collection of french LaTeX documentation</a> maintained by <a href="http://www.framasoft.net/">Framasoft</a></li>
<li><a href="http://www.babafou.eu.org/Apprends_LaTeX/">Apprends LaTeX!</a></li>
</ul>

Expand Down
12 changes: 6 additions & 6 deletions help/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ More advanced documentation about core LaTeX, which is available via the net inc
Project</a>

The LaTeX3 programming layer (which is part of the LaTeX format) is documented in
+ <a href="https://mirrors.ctan.org/macros/latex/contrib/l3kernel/interface3.pdf"
+ <a href="https://mirrors.ctan.org/macros/latex/required/l3kernel/interface3.pdf"
target="_blank"
onclick="vgwPixelCall('43ffde81969e49d587ace76424e37318');">The L3 programming layer interface documentation</a>

Expand Down Expand Up @@ -204,10 +204,10 @@ distributed as part of the LaTeX2e distribution. A compiled version (from the cu
with a list of all major changes and an index of all commands and
their usage within the kernel is

+ <a href="http://mirrors.ctan.org/macros/latex/base/source2e.pdf"
+ <a href="https://mirrors.ctan.org/macros/latex/base/source2e.pdf"
target="_blank"
onclick="vgwPixelCall('47645342fb934c628c269524107689eb');">The LaTeX2e Sources (1000+ pages)</a>
+ <a href="http://mirrors.ctan.org/macros/latex/contrib/l3kernel/source3.pdf"
+ <a href="https://mirrors.ctan.org/macros/latex/required/l3kernel/source3.pdf"
target="_blank"
onclick="vgwPixelCall('43ffde81969e49d587ace76424e37318');">The L3 programming layer sources (1000+ pages)</a>

Expand All @@ -216,7 +216,7 @@ As a companion document Martin Scharrer compiled a useful reference
list with links back into the 2e source document if both are stored in
the same directory:

+ <a href="http://mirrors.ctan.org/info/macros2e/macros2e.pdf"
+ <a href="https://mirrors.ctan.org/info/macros2e/macros2e.pdf"
target="_blank"
onclick="vgwPixelCall('47645342fb934c628c269524107689eb');">List of internal LaTeX2e Macros useful to Package Authors</a>

Expand Down Expand Up @@ -248,13 +248,13 @@ documented here:
There is a lot of documentation in languages other than English. Lists of books and other resources in other languages are maintained by TeX user groups in the respective countries. The following are known to us:

### German
+ [German LaTeX documentation maintained by German TeX User Group Dante e.V.](http://www.dante.de/)
+ [German LaTeX documentation maintained by German TeX User Group Dante e.V.](https://www.dante.de/)

### French

+ [French LaTeX documentation maintained by the Francophone TeX Users Group GUTenberg](https://www.gutenberg.eu.org/-TeXniques-)
+ [Tout ce que vous avez toujours voulu savoir sur LaTeX](http://lozzone.free.fr/index.php?vlunch=latex)
+ [A collection of french LaTeX documentation](http://www.framasoft.net/rubrique266.html) maintained by [Framasoft](http://www.framasoft.net/)
+ [A collection of french LaTeX documentation](https://www.framasoft.net/rubrique266.html) maintained by [Framasoft](http://www.framasoft.net/)
+ [Apprends LaTeX!](http://www.babafou.eu.org/Apprends_LaTeX/)

<hr>
Expand Down

0 comments on commit 0f4b777

Please sign in to comment.