Skip to content

Commit 96c08af

Browse files
committed
typst PDF: add document title and metadata
for #509
1 parent 878928c commit 96c08af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

emacs-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ See also other commands in the menu.
228228

229229
But what's the difference between evaluating and compiling some code?
230230

231-
### evaluation VS compilation
231+
### evaluation vs. compilation
232232

233233
There are a couple of pragmatic differences when choosing between compiling or evaluating.
234234

typst-preamble.typ

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
#set document(
2+
title: [the Common Lisp Cookbook],
3+
date: auto,
4+
author: "collective",
5+
keywords: ("programming", "lisp", "common lisp", "free"),
6+
description: [A code-first tutorial and language reference for Common Lisp],
7+
)
8+
19
#image("orly-cover.png", width: 90%),
210

311
#pagebreak(

0 commit comments

Comments
 (0)