wortsammler 2.0.1 → 2.0.2.pre.dev3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/wortsammler/version.rb +1 -1
- data/resources/default.wortsammler.latex +18 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2428bb7e9beed06c7d1988f3ad4292b5fb1d5c1fbf9bbfef16abae9eb11664cc
|
|
4
|
+
data.tar.gz: df9990288e9841109da60f4ed3b081dd0aa3d40c018d06b6285bdfa8969fca51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6c5abe51379ae71360a618542004def4b58217c58558b4818928e74a7ce1cfbe2eed984e834de72c04ff6234b16f2862588461d00c5889079bdada5c18d7930
|
|
7
|
+
data.tar.gz: ac7224f1f41ca6f045727b4342353b5e255b670743e91fa140ebc49f352776c80c3e96183aaeae15764a5538d92001c64c6dc748662399a2f87e1d526dfdb25e
|
data/lib/wortsammler/version.rb
CHANGED
|
@@ -66,6 +66,7 @@ $if(fancy-enums)$
|
|
|
66
66
|
\usepackage{enumerate}
|
|
67
67
|
$endif$
|
|
68
68
|
\usepackage{longtable,booktabs}
|
|
69
|
+
\usepackage{needspace} % provides %needspace
|
|
69
70
|
\usepackage{float} % provides the H option for float placement
|
|
70
71
|
\usepackage{graphicx}
|
|
71
72
|
% We will generate all images so they have a width \maxwidth. This means
|
|
@@ -260,6 +261,22 @@ $endif$
|
|
|
260
261
|
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
|
261
262
|
\usepackage{makeidx}
|
|
262
263
|
\makeindex
|
|
264
|
+
|
|
265
|
+
%
|
|
266
|
+
% suppress float
|
|
267
|
+
%
|
|
268
|
+
|
|
269
|
+
% keep aspect ration for iamges
|
|
270
|
+
\floatplacement{figure}{H}
|
|
271
|
+
\makeatletter
|
|
272
|
+
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
|
|
273
|
+
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
|
|
274
|
+
\makeatother
|
|
275
|
+
% Scale images if necessary, so that they will not overflow the page
|
|
276
|
+
% margins by default, and it is still possible to overwrite the defaults
|
|
277
|
+
% using explicit options in \includegraphics[width, height, ...]{}
|
|
278
|
+
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
|
|
279
|
+
|
|
263
280
|
%
|
|
264
281
|
%
|
|
265
282
|
%\renewcommand{Befehl der Gliederungsebene z.B. \chapter}{\@startsection{Name z.B. chapter}{Ebene z.B. 0}{Einrückung z.B. 0pt}{Abstand zum vorigen Text z.B. 3.5ex plus 1ex minus 0pt\relax}{Abstand zum nachfolgenden Text z.B. 2.5ex plus 0.5ex minus 0pt\relax}{Schrift z.B. \normalfont\Large\bfseries}}
|
|
@@ -287,7 +304,7 @@ $endif$
|
|
|
287
304
|
$if(toc)$
|
|
288
305
|
{
|
|
289
306
|
\hypersetup{linkcolor=black}
|
|
290
|
-
\setcounter{tocdepth}{
|
|
307
|
+
\setcounter{tocdepth}{2}
|
|
291
308
|
\tableofcontents
|
|
292
309
|
\newpage
|
|
293
310
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wortsammler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2.pre.dev3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bernhard Weichel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logger
|
|
@@ -350,9 +350,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
350
350
|
version: '2.4'
|
|
351
351
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
352
352
|
requirements:
|
|
353
|
-
- - "
|
|
353
|
+
- - ">"
|
|
354
354
|
- !ruby/object:Gem::Version
|
|
355
|
-
version:
|
|
355
|
+
version: 1.3.1
|
|
356
356
|
requirements: []
|
|
357
357
|
rubygems_version: 3.0.6
|
|
358
358
|
signing_key:
|