diff options
Diffstat (limited to 'typst/report.typ')
| -rw-r--r-- | typst/report.typ | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/typst/report.typ b/typst/report.typ index 34bd7e4..b5cc9d0 100644 --- a/typst/report.typ +++ b/typst/report.typ @@ -1,3 +1,24 @@ - = Hello Typst +// Title Page += Solid particle interaction in Stokes flow - This PDF was built by Nix +Author: "Claudius Holeksa" +Date: 2025-11-09 + +// Abstract +== Abstract +This is a brief summary of the report. It gives an overview of the objectives, methods, and conclusions. + +// Table of Contents +[toc] + +// Introduction +== Stokes flow +This section introduces the topic, explains the purpose of the report, and outlines the scope. + + +// #image("path/to/image.png", width: 10cm) + +// References +== References +1. Author, Title, Journal/Publisher, Year. +2. Another source. |
