|
Computer /
TypstTouyongTemplate
#import "@preview/touying:0.6.1": *
#import themes.metropolis: *
#import "@preview/tiptoe:0.4.0": *
#import "@preview/physica:0.9.8": *
#import "@preview/metropolyst:0.1.0": metropolyst-theme
#set text(font: "Fira Sans", weight: "light", size: 18pt)
#set strong(delta: 150) // how strong is *bold text*
#let colMath(x, color) = text(fill: color)[$#x$]
#set list(marker:([‣], [–]))
#show: metropolyst-theme.with(
config-info(
title: [Superconductors - 2],
// subtitle: [A personal view],
author: [Roberto De Renzi],
institution: [University of Parma],
date: [17-01-2026],
),
)
#title-slide(extra: [Rigi Muon School 2026])
== Outline
#slide(composer: (50%,50%),align:horizon)[
#text(stroke:gray.transparentize(70%),[
*Superconductors - 1*
- Why this?
- Basic properties
- prima
- seconda
- models])
][
#text(stroke:black.transparentize(50%),[
*Superconductors 2*
- The vortex lattice
- Field distribution
- Esempi
- Conclusioni ])
]
|