Refactor demo and template files: removed horizontal logo demo, added responsive sizing and spacing functions for text elements, and improved logo placement logic for vertical layouts.
This commit is contained in:
parent
2d48050378
commit
957dfef98d
2 changed files with 137 additions and 41 deletions
13
demo.typ
13
demo.typ
|
|
@ -41,19 +41,6 @@
|
|||
about: [This is a simple event with just one logo.]
|
||||
)
|
||||
|
||||
// Demo 4: Vier Logos in horizontalem Layout (Gitter)
|
||||
#sharepic(
|
||||
logos: (
|
||||
(path: "tux.svg", height: 3cm),
|
||||
(path: "connection.png", height: 3cm, rotation: -10deg),
|
||||
(path: "kew.jpg", height: 3cm, rotation: 10deg),
|
||||
(path: "tux.svg", height: 3cm, rotation: -5deg)
|
||||
),
|
||||
layout: "horizontal",
|
||||
title: [Four Logo Event],
|
||||
about: [This demonstrates how four logos are arranged in a grid pattern in horizontal layout.]
|
||||
)
|
||||
|
||||
// Demo 5: Vertikales layout mit benutzerdefinierter Positionierung
|
||||
#sharepic(
|
||||
logos: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue