Skip to content

Commit 706efbc

Browse files
Merge pull request #59 from ClojureCivitas/pdf2
post pdf
2 parents 41b6f43 + f86ee06 commit 706efbc

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
metosin/malli {:mvn/version "0.19.1"}
1212
clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}
1313
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
14-
org.scicloj/clay {#_#_:mvn/version "2-beta52"
15-
:git/url "https://github.com/scicloj/clay.git"
16-
:git/sha "b5ebd1a98d7deba6c165a72077ffa08554f4c93a"}
14+
org.scicloj/clay {:mvn/version "2-beta53"
15+
#_#_:git/url "https://github.com/scicloj/clay.git"
16+
#_#_:git/sha "b5ebd1a98d7deba6c165a72077ffa08554f4c93a"}
1717
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
1818
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
1919
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version "0.10.0"}

site/scicloj/clay/pdf.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ category: clay
44
tags: [clay, workflow, pdf]
55
format:
66
pdf: {title: 'Two Columns, One Namespace: Clojure to PDF'}
7-
date: '2025-08-21'
7+
date: '2025-09-03'
88
toc: true
99
classoption: [twocolumn]
1010
include-in-header: {text: '\AddToHook{env/Highlighting/begin}{\small}'}
@@ -22,7 +22,8 @@ author:
2222
links:
2323
- {icon: github, href: 'https://github.com/timothypratley'}
2424
colorlinks: true
25-
draft: true
25+
image: pdf.jpg
26+
2627

2728
---
2829
<style></style><style>.printedClojure .sourceCode {

src/scicloj/clay/pdf.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
:quarto {:author :timothypratley
88
:description "Transform your Clojure code into a beautiful, journal-style PDF, complete with math, charts, and images."
99
:type :post
10-
:date "2025-08-21"
11-
:draft true
10+
:date "2025-09-03"
11+
:image "pdf.jpg"
1212
:category :clay
1313
:tags [:clay :workflow :pdf]
1414
:documentclass "article"

0 commit comments

Comments
 (0)