From a367daa185dec48c245afe8ce134255ea03d2c6e Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Sun, 12 Aug 2018 23:45:44 +0200
Subject: [PATCH] load placeins for \FloatBarrier by default, with the section
 option

cf. https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Keeping_floats_in_their_place
---
 teckids2style.sty | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/teckids2style.sty b/teckids2style.sty
index 40dc9a8..f307e4f 100644
--- a/teckids2style.sty
+++ b/teckids2style.sty
@@ -37,7 +37,7 @@
 % • (em dash) → \dash
 
 \NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{teckids2style}[2018/08/12 1.7 Teckids TeX/LaTeX style, second epoch]% Teχ/LᴬTᴇX
+\ProvidesPackage{teckids2style}[2018/08/12 1.8 Teckids TeX/LaTeX style, second epoch]% Teχ/LᴬTᴇX
 
 \RequirePackage{accsupp}%
 \RequirePackage[utf8]{inputenc}%
@@ -67,6 +67,7 @@
 \RequirePackage{unicodepoints}%
 \RequirePackage{framed}%
 \RequirePackage[export]{adjustbox}%
+\RequirePackage[section]{placeins}%
 \RequirePackage[pdftex,unicode]{hyperref}%
 
 \definecolor{teckidsorangedark}{HTML}{FF6600}%
-- 
GitLab