Skip to content

Commit c9698cf

Browse files
committed
Updated grid 5+10mm black
1 parent d5742ef commit c9698cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/din_a/graph_paper/grid/5+10mm/compile_template.py renamed to templates/din_a/graph_paper/grid/5+10mm/black/compile_template.py

File renamed without changes.

templates/din_a/graph_paper/grid/5+10mm/printablepaperlib.json renamed to templates/din_a/graph_paper/grid/5+10mm/black/printablepaperlib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template_name": "grid_black_5+10mm",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"page_sizes": [
55
"a4paper",
66
"a3paper",

templates/din_a/graph_paper/grid/5+10mm/template.latex_template renamed to templates/din_a/graph_paper/grid/5+10mm/black/template.latex_template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
\begin{tikzpicture}[remember picture,overlay]
1212

1313
% horizontal lines 5mm
14-
\foreach \i in {5,10,...,{{ vertical_5mm_count }}}{
14+
\foreach \i in {5,15,...,{{ vertical_5mm_count }}}{
1515
\draw[black, line width=\smalllinewidth] ($(current page.north west)+(0,-\i mm)$) -- ($(current page.north east)+(0,-\i mm)$);}
1616

1717
% vertical lines 5mm
18-
\foreach \i in {5,10,...,{{ horizontal_5mm_count }}}{
18+
\foreach \i in {5,15,...,{{ horizontal_5mm_count }}}{
1919
\draw[black, line width=\smalllinewidth] ($(current page.north west)+(\i mm,0)$) -- ($(current page.south west)+(\i mm,0)$);}
2020

2121
% horizontal lines 10mm

0 commit comments

Comments
 (0)