Touying笔记
使用现有模板
#import "@preview/touying:0.6.1": *
#import themes.university: *
#show: university-theme.with(
aspect-ratio: "4-3",
config-info(
title: [],
subtitle: [],
author: [],
date: datetime.today(),
),
config-colors(
primary: rgb("#005fbf"),
secondary: rgb("#003f88"), // 求是蓝
tertiary: rgb("#005fbf"),
)
)