Skip to content

Commit 6f97077

Browse files
authored
Merge pull request #1 from BuddhiLW/feat/minor-fixes
Release v1.2.2
2 parents 7f8c0c6 + fbfab33 commit 6f97077

File tree

65 files changed

+12402
-683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+12402
-683
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ output.log
1818
*.log
1919
*.jpeg
2020

21-
.auctex-auto
21+
.auctex-auto
22+
.cursor

autopdf

18.7 MB
Binary file not shown.

config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
template: "test_template.tex"
2+
variables:
3+
title: "My Document"
4+
author: "AutoPDF User"
5+
date: "2025-10-15"
6+
engine: "pdflatex"
7+
output: ""
8+
conversion:
9+
enabled: false
10+
formats: ["png"]

0 commit comments

Comments
 (0)