[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??
From: |
Juan Manuel Macías |
Subject: |
Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ?? |
Date: |
Tue, 16 Jan 2024 19:46:32 +0000 |
Horst Leps writes:
> % Created 2024-01-16 Tue 20:00
> % Intended LaTeX compiler: pdflatex
> \documentclass{scrartcl}
> \usepackage[utf8]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{graphicx}
> \usepackage{grffile}
> \usepackage{longtable}
> \usepackage{wrapfig}
> \usepackage{rotating}
> \usepackage[normalem]{ulem}
> \usepackage{amsmath}
> \usepackage{textcomp}
> \usepackage{amssymb}
> \usepackage{capt-of}
> \usepackage{hyperref}
> \usepackage[germanb]{babel}
> \usepackage[utf8]{inputenc}
> \usepackage[LGR,T1]{fontenc}
> \usepackage[greek,german]{babel}
> \author{HL}
The document loads babel twice:
\usepackage[germanb]{babel} <==
\usepackage[utf8]{inputenc}
\usepackage[LGR,T1]{fontenc}
\usepackage[greek,german]{babel} <==
Hence the 'option class for package babel' error. You have loaded babel
in your org document with the [greek,german] option and (probably, in
the class you are loading) babel is already loaded as well.
Try:
#+LaTeX_Header: \PassOptionsToPackage{greek,german}{babel}
Best regards,
Juan Manuel
- Re: AW: AW: Tableofcontents, (continued)
Re: Tableofcontents, Tory S. Anderson, 2024/01/12
- Re: Tableofcontents, Ihor Radchenko, 2024/01/13
- Re: Tableofcontents, Tory S. Anderson, 2024/01/13
- #+LATEX_HEADER: \usepackage[greek,german]{babel} ??, Horst Leps, 2024/01/16
- Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??, Ihor Radchenko, 2024/01/16
- Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??, Horst Leps, 2024/01/17
- Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??, Horst Leps, 2024/01/17
- Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??, Ihor Radchenko, 2024/01/18
Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??,
Juan Manuel Macías <=
Re: Tableofcontents, Pedro Andres Aranda Gutierrez, 2024/01/13