All Questions
3 questions
5
votes
2
answers
1k
views
Problem with patching babel package
I am trying to use babel and biblatex package together but I am getting following error:
! Package biblatex Error: Patching 'babel' package failed.
This is my code example:
\documentclass[12pt,...
0
votes
0
answers
125
views
diagbox with babel RTL tabular issue
I have issue with \diagbox in RTL tabular (babel with bidi=basic, lualatex engine), with xelatex bidi package provide patch of diagbox commands for right to left tabular, but for lualatex there isn't.
...
12
votes
3
answers
5k
views
What is the right way to redefine macros defined by babel?
If I want to use the babel package and redefine a macro such as \contentsname, what is the right way to go about this? Just putting \renewcommand in the preamble doesn't work.
This sort of works
\...