-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
7 changed files
with
2,524 additions
and
2,486 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
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,16 @@ | ||
// 16 lines 9 code 3 comments 4 blanks | ||
|
||
// Some example settings | ||
#set document(title: "a title", author: "an author") | ||
#set page(numbering: "1 / 1", number-align: center) | ||
#set par(justify: true) | ||
#set text(size: 13pt, lang: "fr") // with a trailing comment | ||
#set heading(numbering: "1.1") /* with another trailing comment */ | ||
|
||
#let foo = "multiline | ||
string" | ||
|
||
#let bar = "singleline string" | ||
|
||
/* comment */ /* nested /* comment */ */ | ||
#lorem(50) |
Oops, something went wrong.