diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-08 15:07:16 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-08 15:07:16 +0200 |
| commit | 34351baa98ffbdaa85b77c444f740e0abad511ef (patch) | |
| tree | c2efc7ad50956f95f91c54c1ef1c7b57f91586fd /main.typ | |
| parent | 14960f43d8e556a2124f5172cd72acb6e0ab0852 (diff) | |
| download | same-34351baa98ffbdaa85b77c444f740e0abad511ef.tar.gz same-34351baa98ffbdaa85b77c444f740e0abad511ef.tar.bz2 same-34351baa98ffbdaa85b77c444f740e0abad511ef.zip | |
Improve global project (typos, enforce 80 columns whenever possible, diagrams) and finish 3.1
Diffstat (limited to 'main.typ')
| -rw-r--r-- | main.typ | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/main.typ b/main.typ deleted file mode 100644 index 41d166d..0000000 --- a/main.typ +++ /dev/null @@ -1,79 +0,0 @@ -#set document( - title: [SAME Analog Modular Ecosystem], - author: "Denis Chevalier", - description: [SAME Analog Modular Ecosystem Specification], - date: auto, -) - -#set page( - paper: "a4", - header: context { - if counter(page).get().first() > 1 { - grid( - columns: (1fr, 1fr), - align(left, text(8pt)[SAME Analog Modular Ecosystem]), - align(right, text(8pt)[CC BY-SA 4.0 - CERN-OHL-S-2.0+]), - ) - } - }, - - footer: context { - let pg = counter(page).get().first() - if pg > 1 { - v(4pt) - grid( - columns: (1fr, 1fr, 1fr), - align(left, text(8pt)[© 2026 Denis Chevalier]), - align(center, text(8pt)[Page #pg]), - align(right, text(8pt)[Draft]), - ) - } - }, -) - -#set heading(numbering: "1.") -#show heading.where(depth: 1): body => { - pagebreak(weak: true) - body -} - -#set par( - justify: true, -) - -// Title page -#title() - -- SPDX-FileCopyrightText: 2026 Denis Chevalier \<perso\@denischevalier.fr> -- SPDX-License-Identifier: CC-BY-SA-4.0 -- SPDX-License-Identifier: CERN-OHL-S-2.0+ - -The text, figures, tables, and mathematical content of this specification are -licensed under CC BY-SA 4.0. If a later version of CC BY-SA is published, the -author grants permission to distribute this work under that later version as -well. - -Hardware designs contained herein (schematics, PCB layouts, mechanical -drawings) are licensed under CERN-OHL-S-2.0+. - -// Toc -#outline( - title: [Table of Contents], - indent: auto, -) - -#outline( - title: [List of Tables], - target: figure.where(kind: table), -) - -#outline( - title: [List of Listings], - target: figure.where(kind: raw), -) - -#include "introduction.typ" - -#include "electrical-specifications.typ" - -#include "mechanical-specifications.typ" |
