Changes to project structure
This commit is contained in:
parent
7d71c4bfda
commit
fb63da2836
51 changed files with 801 additions and 586 deletions
16
src/articles/latex-endeavors.md
Normal file
16
src/articles/latex-endeavors.md
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue