Skip to main content

Dragonaax

NSFW - Adult Content

u/Dragonaax

Feed options
Hot
New
Top
View
Card
Compact

First Platinum
First Platinum
u/Dragonaax - First Platinum
u/Dragonaax - First Platinum

The player


Just... take hand and move through all the fluff


Thamks


Oh my god it works


How can it work with multiple languages except one?

@article{einstein,
    author =       "Albert Einstein",
    title =        "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
    [{On} the electrodynamics of moving bodies]",
    journal =      "Annalen der Physik",
    volume =       "322",
    number =       "10",
    pages =        "891--921",
    year =         "1905",
    DOI =          "http://dx.doi.org/10.1002/andp.19053221004",
    keywords =     "physics"
}

Is it gonna be TPK?


Biblatex doesn't work with Polish language
r/LaTeX
Biblatex doesn't work with Polish language

For some reason Polish breaks biblatex. I have simple test article

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\usepackage[style=apa, sorting=none]{biblatex}
\addbibresource{sample.bib}

\begin{document}

	This should always work (\cite{einstein})

\printbibliography

\end{document}

This works and everything is fine, but when I change \usepackage[english]{babel} to polish it doesn't compile and I get errors

Undefined control sequence. This should always work (\cite{einstein})
Undefined control sequence.

I tried with German, Spanish and even Russian and it worked but Polish doesn't, why? How to fix? I use TeXstudio