2026-01-09 18:49:25 +01:00
|
|
|
|
<!DOCTYPE html>
|
2026-02-24 21:59:59 +01:00
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="" >
|
|
|
|
|
|
|
2026-01-09 18:49:25 +01:00
|
|
|
|
<head>
|
2026-03-09 12:16:56 +01:00
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
|
<meta name="generator" content="pandoc" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
|
|
|
|
<meta name="author" content="Never" />
|
|
|
|
|
|
<meta name="dcterms.date" content="2026-01-09" />
|
|
|
|
|
|
<title>Latex Endeavors</title>
|
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="images/favicon.png">
|
|
|
|
|
|
<link rel="alternate" type="application/atom+xml" title="nevereverever.de" href="https://nevereverever.de/eh/eh/eh/eh-eh/atom.xml">
|
|
|
|
|
|
<style>
|
|
|
|
|
|
code{white-space: pre-wrap;}
|
2026-02-24 21:59:59 +01:00
|
|
|
|
span.smallcaps{font-variant: small-caps;}
|
|
|
|
|
|
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
|
|
|
|
|
div.column{flex: auto; overflow-x: auto;}
|
|
|
|
|
|
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
|
|
|
|
/* The extra [class] is a hack that increases specificity enough to
|
|
|
|
|
|
override a similar rule in reveal.js */
|
|
|
|
|
|
ul.task-list[class]{list-style: none;}
|
|
|
|
|
|
ul.task-list li input[type="checkbox"] {
|
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
width: 0.8em;
|
|
|
|
|
|
margin: 0 0.8em 0.2em -1.6em;
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
}
|
2026-03-09 12:16:56 +01:00
|
|
|
|
</style>
|
|
|
|
|
|
<link rel="stylesheet" href="styles/style.css">
|
|
|
|
|
|
</head>
|
2026-02-24 21:59:59 +01:00
|
|
|
|
|
2026-01-09 18:49:25 +01:00
|
|
|
|
<body>
|
2026-03-09 12:16:56 +01:00
|
|
|
|
<img id="shork" src="images/shork.png"></img>
|
|
|
|
|
|
<header id="page-header">
|
2026-08-17 18:12:25 +02:00
|
|
|
|
<div>
|
|
|
|
|
|
<a class="page-header-button" href="index.html">Home</a>
|
|
|
|
|
|
<a class="rss-button" href="atom.xml">Atom Feed</a>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
|
|
|
<a class="hedgedoc-button" href="https://pad.nevereverever.de">Hedgedoc</a>
|
|
|
|
|
|
<a class="nextcloud-button" href="https://nextcloud.nevereverever.de">Nextcloud</a>
|
|
|
|
|
|
<a class="forgejo-button" href="https://git.nevereverever.de">Forgejo</a>
|
|
|
|
|
|
</div>
|
2026-03-09 12:16:56 +01:00
|
|
|
|
</header>
|
|
|
|
|
|
<main id="page">
|
|
|
|
|
|
<header id="title-block-header">
|
|
|
|
|
|
<h1 class="title">Latex Endeavors</h1>
|
|
|
|
|
|
<p class="subtitle">Some unintuitive quirks of Latex</p>
|
|
|
|
|
|
<p class="author">Never</p>
|
|
|
|
|
|
<p class="date">2026-01-09</p>
|
|
|
|
|
|
</header>
|
|
|
|
|
|
<nav id="TOC" role="doc-toc">
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
<li><a href="#biblatex-and-biber"
|
|
|
|
|
|
id="toc-biblatex-and-biber">BibLaTeX and Biber</a>
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
<li><a href="#biber-doesnt-run"
|
|
|
|
|
|
id="toc-biber-doesnt-run">Biber doesn’t run</a></li>
|
|
|
|
|
|
</ul></li>
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
<article>
|
|
|
|
|
|
<h1 id="biblatex-and-biber">BibLaTeX and Biber</h1>
|
|
|
|
|
|
<h2 id="biber-doesnt-run">Biber doesn’t run</h2>
|
|
|
|
|
|
<p>Biber doens’t run if the (fedora) package
|
|
|
|
|
|
<code>libxcrypt-compat</code> is missing. It will fail with
|
|
|
|
|
|
the error message</p>
|
|
|
|
|
|
<pre><code>biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory</code></pre>
|
|
|
|
|
|
</article>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
<footer id="page-footer">
|
|
|
|
|
|
<nav id="webring">
|
|
|
|
|
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous"
|
|
|
|
|
|
src="images/cups_left_dark.svg" width="30" height="30"></a>
|
|
|
|
|
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="images/cups_logo_dark.svg"
|
|
|
|
|
|
width="120" height="60"></a>
|
|
|
|
|
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next"
|
|
|
|
|
|
src="images/cups_right_dark.svg" width="30" height="30"></a>
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
</footer>
|
|
|
|
|
|
</body>
|
2026-02-21 02:07:03 +01:00
|
|
|
|
<script src="scripts/shork.js"></script>
|
2026-01-09 18:49:25 +01:00
|
|
|
|
</html>
|