From f7ccf4bb8707cf4cfd66671defc435d1f7c6b6a2 Mon Sep 17 00:00:00 2001 From: Never Gude Date: Fri, 9 Jan 2026 18:49:25 +0100 Subject: [PATCH] new article --- Makefile | 2 +- articles.json | 10 ++- articles/latex-endeavors.html | 79 +++++++++++++++++++ articles/latex-endeavors.md | 16 ++++ articles/random-linux-utils.html | 4 +- articles/random-linux-utils.md | 2 +- index.html | 13 ++- public_html/eh/eh/eh/eh-eh/index.html | 15 ++-- .../eh/eh/eh/eh-eh/latex-endeavors.html | 79 +++++++++++++++++++ .../eh/eh/eh/eh-eh/random-linux-utils.html | 4 +- 10 files changed, 209 insertions(+), 15 deletions(-) create mode 100644 articles/latex-endeavors.html create mode 100644 articles/latex-endeavors.md create mode 100644 public_html/eh/eh/eh/eh-eh/latex-endeavors.html diff --git a/Makefile b/Makefile index 418eae1..2d6c923 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ article_list := articles.json # article targets articles := $(patsubst %.md,%.html,$(wildcard articles/*.md)) -all: clean index.html about.html +all: index.html about.html install: cp -r index.html about.html $(articles) $(style) $(images) $(INSTALLDIR); \ diff --git a/articles.json b/articles.json index 6981602..60dd251 100644 --- a/articles.json +++ b/articles.json @@ -1,7 +1,15 @@ { "articles": [ { - "author": "Never Gude", + "author": "Never", + "date": "9.1.2026", + "subtitle": "Some unintuitive quirks of Latex", + "summary": "Latex undoubtedly has some quirks. Some of them have a rather unintuitive solution. In this article I cover some quirks and solutions I have encountered.", + "title": "Latex Endeavors", + "filename": "latex-endeavors.html" + }, + { + "author": "Never", "date": "25.7.2025", "subtitle": "Neat things I picked up along the way", "summary": "Tricks and tools I learned about, while tweaking my Linux sytem or trying to do productive things.", diff --git a/articles/latex-endeavors.html b/articles/latex-endeavors.html new file mode 100644 index 0000000..eeba541 --- /dev/null +++ b/articles/latex-endeavors.html @@ -0,0 +1,79 @@ + + + + + + + + Latex Endeavors + + + + + + +
+

Latex Endeavors

+

Some unintuitive quirks of Latex

+

Never

+

9.1.2026

+
+
+ +
+

BibLaTeX and Biber

+

Biber doesn’t run

+

Biber doens’t run if the (fedora) package +libxcrypt-compat is missing. It will fail with the error +message

+
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
+
+ +
+ + + diff --git a/articles/latex-endeavors.md b/articles/latex-endeavors.md new file mode 100644 index 0000000..fb19c9a --- /dev/null +++ b/articles/latex-endeavors.md @@ -0,0 +1,16 @@ +--- +title: Latex Endeavors +subtitle: Some unintuitive quirks of Latex +author: Never +date: 9.1.2026 +summary: Latex undoubtedly has some quirks. Some of them have a rather unintuitive solution. + In this article I cover some quirks and solutions I have encountered. +--- + +# BibLaTeX and Biber +## Biber doesn't run +Biber doens't run if the (fedora) package `libxcrypt-compat` is missing. +It will fail with the error message +``` +biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory +``` diff --git a/articles/random-linux-utils.html b/articles/random-linux-utils.html index cad423f..8f6e893 100644 --- a/articles/random-linux-utils.html +++ b/articles/random-linux-utils.html @@ -4,7 +4,7 @@ - + Random linux utilities + + + + +
+

Latex Endeavors

+

Some unintuitive quirks of Latex

+

Never

+

9.1.2026

+
+
+ +
+

BibLaTeX and Biber

+

Biber doesn’t run

+

Biber doens’t run if the (fedora) package +libxcrypt-compat is missing. It will fail with the error +message

+
biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
+
+ +
+ + + diff --git a/public_html/eh/eh/eh/eh-eh/random-linux-utils.html b/public_html/eh/eh/eh/eh-eh/random-linux-utils.html index cad423f..8f6e893 100644 --- a/public_html/eh/eh/eh/eh-eh/random-linux-utils.html +++ b/public_html/eh/eh/eh/eh-eh/random-linux-utils.html @@ -4,7 +4,7 @@ - + Random linux utilities