Compare commits
No commits in common. "4b22e85d853d5e977795d5f5d458ed1cd85d1874" and "878a3f006dd8bdef26702fc837c799c9d05e15a9" have entirely different histories.
4b22e85d85
...
878a3f006d
@ -91,21 +91,6 @@ body {
|
|||||||
background: white;
|
background: white;
|
||||||
grid-area: content;
|
grid-area: content;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
body .layout-content.titlepage {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: flex-end;
|
|
||||||
padding-bottom: calc(var(--margin) * var(--square) + 0.5 * 3em); }
|
|
||||||
body .layout-content.titlepage::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: calc(var(--margin) * var(--square));
|
|
||||||
right: calc(var(--margin) * var(--square));
|
|
||||||
width: 15vw;
|
|
||||||
height: 15vw;
|
|
||||||
background-image: url(../../images/logo-fachschaft.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: contain; }
|
|
||||||
body .layout-preview {
|
body .layout-preview {
|
||||||
grid-area: preview;
|
grid-area: preview;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -367,21 +352,15 @@ body {
|
|||||||
bottom: calc(38.2% - .5em); }
|
bottom: calc(38.2% - .5em); }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 300%;
|
|
||||||
max-width: var(--square); }
|
|
||||||
|
|
||||||
:not(.titlepage) > h1 {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
font-size: 300%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
line-height: 115%;
|
line-height: 115%;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
max-width: var(--square);
|
||||||
padding: 0 calc(var(--margin) * var(--square)) 0.5em; }
|
padding: 0 calc(var(--margin) * var(--square)) 0.5em; }
|
||||||
|
|
||||||
.titlepage > h1 {
|
|
||||||
line-height: 100%;
|
|
||||||
margin-bottom: 3rem; }
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
line-height: 1.2; }
|
line-height: 1.2; }
|
||||||
|
|
||||||
|
|||||||
@ -139,25 +139,6 @@ body {
|
|||||||
background: white;
|
background: white;
|
||||||
grid-area: content;
|
grid-area: content;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&.titlepage {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: flex-end;
|
|
||||||
padding-bottom: calc(var(--margin) * var(--square) + 0.5 * 3em);
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: calc(var(--margin) * var(--square));
|
|
||||||
right: calc(var(--margin) * var(--square));
|
|
||||||
width: 15vw;
|
|
||||||
height: 15vw;
|
|
||||||
background-image: url(../../images/logo-fachschaft.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-preview {
|
.layout-preview {
|
||||||
@ -454,24 +435,16 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 300%;
|
|
||||||
max-width: var(--square);
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(.titlepage) > h1 {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
font-size: 300%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
line-height: 115%;
|
line-height: 115%;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
max-width: var(--square);
|
||||||
padding: 0 calc(var(--margin) * var(--square)) .5em;
|
padding: 0 calc(var(--margin) * var(--square)) .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlepage > h1 {
|
|
||||||
line-height: 100%;
|
|
||||||
margin-bottom: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 294 KiB |
@ -1,6 +1,5 @@
|
|||||||
<div class="layout-content-only">
|
<div class="layout-content-only">
|
||||||
<div class="layout-content titlepage">
|
<div class="layout-content">
|
||||||
<h1>L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X-Wochenende</h1>
|
<h1>L<sup style="font-weight: bold; font-size: 73%; margin-left: -.25em; margin-right: -.05em; position: relative; top: .2em">A</sup>T<sub style="font-size: 100%; margin-left: -.1em">E</sub>X</h1>
|
||||||
<small>Ein Workshop der Fachschaft WIAI in Zusammenarbeit mit Prof. Dr. Udo Krieger und der Universitätsbibliothek der Otto-Friedrich-Universität Bamberg </small>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<div class="layout-content-and-preview">
|
<div class="layout-content-and-preview">
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<h2>Präambel & Dokumentumgebung</h2>
|
<h2>Präambel & Dokumentumgebung</h2>
|
||||||
<p><span class="emoji">👁</span> Ein mit LaTeX gesetztes Dokument besteht aus:</p>
|
<p>👁 Ein mit LaTeX gesetztes Dokument besteht aus:</p>
|
||||||
<ul class="fragment">
|
<ul class="fragment">
|
||||||
<li><b>Präambel:</b> globale Einstellungen (Dokumentklasse, Encoding, Sprache, Seitenformat, zusäzliche Pakete, ...) und</li>
|
<li><b>Präambel:</b> globale Einstellungen (Dokumentklasse, Encoding, Sprache, Seitenformat, zusäzliche Pakete, ...) und</li>
|
||||||
<li><b>Dokumentumgebung:</b> textueller Inhalt des Dokuments.</li>
|
<li><b>Dokumentumgebung:</b> textueller Inhalt des Dokuments.</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user