Skip to content

Commit

Permalink
Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Nov 25, 2024
1 parent ab6a33c commit 4dad154
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions test/localization/test-002-localization-es-mod.typ
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#import "../../src/lib.typ": *

#show: exam.with(
language: "es",
show-grade-table: true,
draft: true,
localization: (
grade-table-points: [*Puntitos*],
grade-table-grade: [_Calificación_],
family-name: [#text(blue)[Apellido]],
given-name: [#text(red)[Nombre]],
point: [#text(size:15pt)[*punto*]],
points: [#text(size:15pt)[*puntos*]]
)
)

#question(points:2)[Hello, how are you doing?]
#pagebreak()

Page 2
#pagebreak()

Page 3
#pagebreak()

Page 4
#pagebreak()

Page 5
#pagebreak()

Page 6
#pagebreak()

Page 7
#pagebreak()

0 comments on commit 4dad154

Please sign in to comment.