-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
140 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "istqb_product_base"] | ||
path = istqb_product_base | ||
url = https://github.com/istqborg/istqb_product_base.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
\documentclass{istqb} | ||
\usepackage{markdown} | ||
\markdownSetup { | ||
import = { | ||
istqb/syllabus = metadata as meta | ||
} | ||
} | ||
\markdownInput[snippet=meta]{metadata.yml} | ||
\begin{document} | ||
\istqblandingpage | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Custom latexmk configuration | ||
## Enable shell escape | ||
set_tex_cmds('--shell-escape %O %S'); | ||
|
||
## Output PDF by default | ||
$pdf_mode = 1; | ||
|
||
## Treat warnings as errors | ||
$warnings_as_errors = 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
organization: ISTQB® | ||
schema: Certified Tester | ||
level: Foundation Level | ||
title: Example Document | ||
prefix: EXMPL | ||
code: CT-EXMPL | ||
type: Syllabus | ||
version: v0.1 | ||
language: en | ||
compatibility: > | ||
Compatible with Syllabus on Foundation | ||
and Advanced Levels, and Specialist | ||
Modules | ||
provided-by: | ||
- name: Czech and Slovak Quality Board | ||
logo: casqb-logo-vertical | ||
- name: Polish Testing Board | ||
logo: sjsi-logo | ||
- name: > | ||
International Requirements Engineering | ||
Board | ||
- Hungarian Testing Board |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule istqb_product_base
added at
479317
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Custom latexmk configuration | ||
## Output PDF by default | ||
$pdf_mode = 1; | ||
|
||
## Treat warnings as errors | ||
$warnings_as_errors = 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters