summary refs log tree commit diff stats
path: root/mysql-php/tpl.typ
diff options
context:
space:
mode:
authorSudipto Mallick <smlckz@termux-alpine>2024-02-04 10:52:50 +0000
committerSudipto Mallick <smlckz@termux-alpine>2024-02-04 10:52:50 +0000
commit0ac38a6f4ce7144635525a5a73bf2946d2909fa6 (patch)
tree28ea56b63da9f5076d3ffca427bb5347fabdc6cb /mysql-php/tpl.typ
parente031215516573b14545e81665b991176a467bce5 (diff)
downloadzadania-0ac38a6f4ce7144635525a5a73bf2946d2909fa6.tar.gz
Starting PHP assignment #3 document
Diffstat (limited to 'mysql-php/tpl.typ')
-rw-r--r--mysql-php/tpl.typ16
1 files changed, 9 insertions, 7 deletions
diff --git a/mysql-php/tpl.typ b/mysql-php/tpl.typ
index 124e349..28c8343 100644
--- a/mysql-php/tpl.typ
+++ b/mysql-php/tpl.typ
@@ -19,7 +19,7 @@
   let code-color = rgb("#f4f4f4")
 //  show raw: set text(font: "CommitMono", size: 1.1em)
 //  show raw: set text(font: "Source Code Pro", size: 1.1em)
-  show raw: set text(font: "Iosevka Fixed", size: 10pt)
+  show raw: set text(font: "Iosevka Fixed", size: 1.1em)
   show raw.where(block: false): box.with(
     fill: code-color,
     inset: (x: 3pt, y: 0pt),
@@ -46,9 +46,11 @@
 #let objective(body) = align(center, [*Objective*: #body])
 #let oset(kind) = block(spacing: 0.6em, [===== #h(1em) #kind])
 
-#let scos(n, obody) = {
-    [=== Source Code]
-    hlfile("/code/a" + str(n) + ".php")
-    [=== Output]
-    obody
-}
+#let scos(n, obody) = [
+  === Source Code
+  #show raw: set text(size: 10pt)
+  #hlfile("/code/a" + str(n) + ".php")
+  === Output
+  #obody
+]
+