Skip to content

Commit 0c024c5

Browse files
committed
resize merged pdf
1 parent dacd4ff commit 0c024c5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_and_release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
root_file: PCPT_all.tex
5353
working_directory: tools/pdf_booklet
5454
latexmk_use_xelatex: true
55+
post_compile: "pdfjam --papersize '{17cm,24cm}' PCPT_all.pdf -o PCPT_all_17-24.pdf"
5556

5657
- name: Create zip file
5758
run: |
58-
cp tools/pdf_booklet/PCPT_all.pdf ./PCPT_all.pdf
59+
cp tools/pdf_booklet/PCPT_all_17-24.pdf ./PCPT_all.pdf
5960
ZIP_NAME="PCPT_${{ steps.get_version.outputs.version }}.zip"
6061
zip "$ZIP_NAME" -@ < <(git ls-files; ls *.html; ls *.pdf)
6162

PCPT_01_getstarted.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"output_type": "stream",
107107
"text": [
108108
"------------------------------------------------------------------------------\n",
109-
"https://github.com/meinardmueller/PCPT/releases/download/v0.6.1/PCPT_0.6.1.zip\n",
109+
"https://github.com/meinardmueller/PCPT/releases/download/v0.6.2/PCPT_0.6.2.zip\n",
110110
"------------------------------------------------------------------------------\n"
111111
]
112112
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

0 commit comments

Comments
 (0)