A6 als weiteres Ausgabeformat
This commit is contained in:
3307
src/data/a6.pdf
Normal file
3307
src/data/a6.pdf
Normal file
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@ csvtrenner = ;
|
||||
# Rand für Toolbar eines Remarkable Devices: links, rechts (leer = kein Rand)
|
||||
rand = links
|
||||
|
||||
# Ausgabegerät: rm2, paperpro, move, mini2345, mini67, ipad789, ipad1011, air4567, pro234, pro5, a5, a4
|
||||
# Ausgabegerät: rm2, paperpro, move, mini2345, mini67, ipad789, ipad1011, air4567, pro234, pro5, a6, a5, a4
|
||||
device = rm2
|
||||
|
||||
|
||||
|
||||
@@ -2097,7 +2097,7 @@ endobj
|
||||
endobj
|
||||
357 0 obj
|
||||
<<
|
||||
/Author () /CreationDate (D:20251008182035+02'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20251008182035+02'00') /Producer (xhtml2pdf <https://github.com/xhtml2pdf/xhtml2pdf/>)
|
||||
/Author () /CreationDate (D:20251012163216+02'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20251012163216+02'00') /Producer (xhtml2pdf <https://github.com/xhtml2pdf/xhtml2pdf/>)
|
||||
/Subject () /Title () /Trapped /False
|
||||
>>
|
||||
endobj
|
||||
@@ -2984,7 +2984,7 @@ xref
|
||||
trailer
|
||||
<<
|
||||
/ID
|
||||
[<c1601852daf517862bbadbacd3c965f9><c1601852daf517862bbadbacd3c965f9>]
|
||||
[<5a8bd7cb940f8f8099579e9bd8769a19><5a8bd7cb940f8f8099579e9bd8769a19>]
|
||||
% ReportLab generated PDF document -- digest (http://www.reportlab.com)
|
||||
|
||||
/Info 357 0 R
|
||||
|
||||
11
src/devices/a6.css
Normal file
11
src/devices/a6.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@page {
|
||||
size: a6 portrait;
|
||||
margin-left: 0.5cm;
|
||||
margin-right: 0.5cm;
|
||||
margin-top: 0.25cm;
|
||||
margin-bottom: 0.25cm;
|
||||
}
|
||||
|
||||
@import url("devices/css/small.css");
|
||||
|
||||
@import url("devices/css/color.css");
|
||||
37
src/devices/a6.ini
Normal file
37
src/devices/a6.ini
Normal file
@@ -0,0 +1,37 @@
|
||||
[Navigation]
|
||||
|
||||
# Bezeichnungen in Navigation (Zeilenumbruch vermeiden): normal, kurz, abgekuerzt
|
||||
bezeichnung = abgekuerzt
|
||||
|
||||
|
||||
[Namen]
|
||||
|
||||
# Schülernamen in Tabellen in Langform ("Hans Müller") oder Kurzform ("Hans M."): lang, kurz
|
||||
form = kurz
|
||||
|
||||
|
||||
[Korrekturbogen]
|
||||
|
||||
# Anzahl der Aufgaben in der Korrekturtabelle: 1, 2, 3, ...
|
||||
anzahl_aufgaben = 5
|
||||
|
||||
|
||||
[SoMiNoten]
|
||||
|
||||
# Anzahl der SoMi-Noten-Spalten
|
||||
anzahl_noten = 12
|
||||
|
||||
# kompakte Darstellung: ja, nein
|
||||
kompakt = ja
|
||||
|
||||
|
||||
[Hausaufgaben]
|
||||
|
||||
# Anzahl der HA-Noten-Spalten
|
||||
anzahl_ha = 8
|
||||
|
||||
|
||||
[Checkliste]
|
||||
|
||||
# Anzahl der Check-Spalten
|
||||
anzahl_checks = 8
|
||||
Reference in New Issue
Block a user