Skip to content

Commit

Permalink
Change author in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Sep 30, 2024
1 parent 5f8e115 commit afce2b0
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 27 deletions.
8 changes: 4 additions & 4 deletions docs/pages/configuration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ indicate a logo of the educational center, a description of the exam, subject, c
```typst
#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Carl Friedrich Gauss",
email: "[email protected]",
watermark: "Teacher: andres", ),
watermark: "Teacher: Carl", ),
school: (
name: "Sunrise Secondary School",
logo: read("./logo.png", encoding: none),
Expand Down Expand Up @@ -105,9 +105,9 @@ name, e-mail, watermark, exam information, …
```
#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Leonhard Euler",
email: "[email protected]",
watermark: "Teacher: andres", ),
watermark: "Teacher: Leonhard", ),
school: (
name: "Sunrise Secondary School",
logo: read("./logo.png", encoding: none),
Expand Down
13 changes: 13 additions & 0 deletions docs/pages/latexmit.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: default
title: latex mit
nav_order: 3
has_children: true
has_toc: false # on by default
nav_exclude: false
---
# LaTeX Mit exam template

Examples of LaTex Mit exam template.

https://typst.app/project/raMRy5AmlNGMYCPvrYISH1
4 changes: 2 additions & 2 deletions examples/exam-big-image.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Évariste Galois",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Évariste",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions examples/exam-latexmit-example-without-spaces.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Bernhard Riemann",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Bernhard",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions examples/exam-latexmit-example.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Ferdinand Eisenstein",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Ferdinand",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions examples/exam-latexmit-wxample-with-points.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Moritz Abraham Stern",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Moritz",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions examples/exam-mathematics.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Farkas Bolyai, August Möbius,",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Möbius",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions examples/exam-table-content.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Peter Gustav Lejeune Dirichlet,",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Peter",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions examples/size-text-question.typ
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Gustav Kirchhoff",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Gustav",
),
school: (
name: "Sunrise Secondary School",
Expand Down
8 changes: 4 additions & 4 deletions manual/g-exam-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ We can indicate a logo of the educational center, a description of the exam, sub
```typ-example
#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Heinrich Christian Schumacher",
email: "[email protected]",
watermark: "Teacher: andres", ),
watermark: "Teacher: Heinrich", ),
school: (
name: "Sunrise Secondary School",
logo: read("./logo.png", encoding: none),
Expand Down Expand Up @@ -166,9 +166,9 @@ If a pdf document is generated, the information will be saved in the document. S
```typ-example
#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Peter Andreas Hansen",
email: "[email protected]",
watermark: "Teacher: andres", ),
watermark: "Teacher: Peter", ),
school: (
name: "Sunrise Secondary School",
logo: read("./logo.png", encoding: none),
Expand Down
2 changes: 1 addition & 1 deletion manual/util.typ
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

let url = "https://github.com/MatheSchool/typst-g-exam"
let authors = (
([Andrés Jorge Giménez Muñoz], "[email protected]"),
([], []),
)

set page(
Expand Down
4 changes: 2 additions & 2 deletions test/Otros/test-002.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Ernest William Brown",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Ernest",
),
school: (
name: "Sunrise Secondary School",
Expand Down
4 changes: 2 additions & 2 deletions test/Otros/test-006.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#show: g-exam.with(
author: (
name: "Andrés Jorge Giménez Muñoz",
name: "Wallace Eckert",
email: "[email protected]",
watermark: "Teacher: andres",
watermark: "Teacher: Wallace",
),
school: (
name: "Sunrise Secondary School",
Expand Down

0 comments on commit afce2b0

Please sign in to comment.