init
This commit is contained in:
122
main.typ
Normal file
122
main.typ
Normal file
@@ -0,0 +1,122 @@
|
||||
#import "@preview/minimal-presentation:0.6.0": *
|
||||
|
||||
//#set text(font: "Lato")
|
||||
//#show math.equation: set text(font: "Lato Math")
|
||||
//#show raw: set text(font: "Fira Code")
|
||||
|
||||
#show: project.with(
|
||||
title: "Minimalist presentation template",
|
||||
sub-title: "This is where your presentation begins",
|
||||
author: "Flavio Barisi",
|
||||
date: "10/08/2023",
|
||||
index-title: "Contents",
|
||||
// logo: image("./logo.svg"),
|
||||
// logo-light: image("./logo_light.svg"),
|
||||
// cover: image("./image_1.jpg"),
|
||||
main-color: rgb("#5ec7a7"),
|
||||
lang: "it",
|
||||
)
|
||||
|
||||
= This is a section
|
||||
|
||||
== This is a slide title
|
||||
|
||||
#lorem(10)
|
||||
|
||||
- #lorem(10)
|
||||
- #lorem(10)
|
||||
- #lorem(10)
|
||||
// - #lorem(10) @harry @electronic.
|
||||
|
||||
|
||||
== One column image
|
||||
|
||||
// #figure(
|
||||
// image("image_1.jpg", height: 10.5cm),
|
||||
// caption: [An image],
|
||||
// ) <image_label>
|
||||
|
||||
== Two columns image
|
||||
|
||||
// #columns-content()[
|
||||
// #figure(
|
||||
// image("image_1.jpg", width: 100%),
|
||||
// caption: [An image],
|
||||
// ) <image_label_1>
|
||||
// ][
|
||||
// #figure(
|
||||
// image("image_1.jpg", width: 100%),
|
||||
// caption: [An image],
|
||||
// ) <image_label_2>
|
||||
// ]
|
||||
|
||||
== Two columns
|
||||
|
||||
// #columns-content()[
|
||||
// - #lorem(10)
|
||||
// - #lorem(10)
|
||||
// - #lorem(10)
|
||||
// ][
|
||||
// #figure(
|
||||
// image("image_1.jpg", width: 100%),
|
||||
// caption: [An image],
|
||||
// ) <image_label_3>
|
||||
// ]
|
||||
|
||||
= This is a section
|
||||
|
||||
== This is a slide title
|
||||
|
||||
#lorem(10)
|
||||
|
||||
= This is a section
|
||||
|
||||
== This is a slide title
|
||||
|
||||
#lorem(10)
|
||||
|
||||
= This is a section
|
||||
|
||||
== This is a slide title
|
||||
|
||||
#lorem(10)
|
||||
|
||||
= This is a very v v v v v v v v v v v v v v v v v v v v long section
|
||||
|
||||
== This is a very v v v v v v v v v v v v v v v v v v v v long slide title
|
||||
|
||||
= Subtitle test
|
||||
|
||||
== Slide title
|
||||
|
||||
#lorem(50)
|
||||
|
||||
=== Slide subtitle 1
|
||||
|
||||
#lorem(50)
|
||||
|
||||
=== Slide subtitle 2
|
||||
|
||||
#lorem(50)
|
||||
|
||||
== Slide title 2
|
||||
|
||||
#lorem(50)
|
||||
|
||||
=== Slide subtitle 3
|
||||
|
||||
#lorem(50)
|
||||
|
||||
=== Slide subtitle 4
|
||||
|
||||
#lorem(50)
|
||||
|
||||
#set-main-color(blue)
|
||||
|
||||
= You can change color
|
||||
|
||||
== Slide title
|
||||
|
||||
#lorem(50)
|
||||
|
||||
// #bibliography("bibliography.yaml")
|
||||
Reference in New Issue
Block a user