Skip to content

Commit

Permalink
Include documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Mar 29, 2024
1 parent 4a74ba5 commit 41ff7d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/g-exam.typ
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
/// - scholl: Information of scholl.
/// - name (string, content): Name of the school or institution generating the exam.
/// - logo (none, content, bytes): Logo of the school or institution generating the exam.
/// - exam-info: Information of exam
/// - academic-period(none, content, str): academic period.
/// - academic-level(none, content, str): acadmic level.
/// - academic-subject(none, content, str): acadmic subname,
/// - number(none, content, str): Number of exam.
/// - content(none, content, str): Conten of exam.
/// - model(none, content, str): Model of exam.
/// - date (sting): Date of generate document.
/// - keywords (string): keywords of document.
/// - languaje (en, es, de, fr, pt, it): Languaje of docuemnt. English, Spanish, German, Portuguese and Italian are defined.
Expand Down Expand Up @@ -43,6 +50,7 @@
content: none,
model: none
),
languaje: "en",
localization: (
grade-table-queston: none,
grade-table-total: none,
Expand All @@ -59,7 +67,6 @@
),
date: none,
keywords: none,
languaje: "en",
clarifications: none,
question-text-parameters: none,
show-studen-data: "first-page",
Expand Down

0 comments on commit 41ff7d4

Please sign in to comment.