From ffa3ef0329edaf5581e297ab47406fb9be61d9a9 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Mon, 28 Mar 2022 15:40:34 +0200 Subject: [PATCH] moved infos up top --- example.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/example.tex b/example.tex index 0d46255..317c83c 100644 --- a/example.tex +++ b/example.tex @@ -1,3 +1,9 @@ +% # INFO: +% this file will produce a few warnings, even when working correctly: +% - using fallback Bibtex backend, cased because of the older backend, which may not support all features +% - Bad type area setting, caused by using a landscape page. The type area is malformed, but this is no problem if you only include external pages + + \documentclass[ %----------------------Preamble---------------------------------------------------% fontsize=11pt, % fontsize a4paper, % papersize @@ -9,11 +15,6 @@ %draft % quicker compilations, images are not included ]{HsH-report} % documentclass -% INFO: -% this file will produce a few warnings, even when working correctly: -% - using fallback Bibtex backend, cased because of the older backend, which may not support all features -% - Bad type area setting, caused by using a landscape page. The type area is malformed, but this is no problem if you only include external pages - % bibliography % include biblatex, if you want to use it: -- GitLab