Improve build
This commit is contained in:
@@ -2,6 +2,7 @@ import os
|
||||
from typing import List
|
||||
import labels
|
||||
import datetime
|
||||
import sys
|
||||
|
||||
version = "1.0.1"
|
||||
|
||||
@@ -17,6 +18,12 @@ print("""
|
||||
|
||||
""")
|
||||
|
||||
build_sty = False
|
||||
try:
|
||||
build_sty = sys.argv.index("sty") > -1
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def load_all_files_of_array(dirname: str, files: List[str]):
|
||||
data = ""
|
||||
@@ -28,6 +35,7 @@ def load_all_files_of_array(dirname: str, files: List[str]):
|
||||
|
||||
|
||||
output = load_all_files_of_array("../src/", ["header.sty"])
|
||||
if build_sty:
|
||||
output += f"\\ProvidesPackage{{janishutz-helpers}}[{datetime.datetime.now().date().isoformat()} v{version}]\n\n"
|
||||
output += load_all_files_of_array("../src/", ["core.sty"])
|
||||
output += load_all_files_of_array("../src/config/", os.listdir("../src/config/"))
|
||||
@@ -41,9 +49,11 @@ output += l[1]
|
||||
|
||||
output += "\\endinput"
|
||||
|
||||
|
||||
if not build_sty:
|
||||
with open("../janishutz-helpers.tex", "w") as file:
|
||||
file.write(output)
|
||||
|
||||
else:
|
||||
with open("../janishutz-helpers.sty", "w") as file:
|
||||
file.write(output)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd build/
|
||||
python build.py
|
||||
python build.py sty
|
||||
cd ..
|
||||
|
||||
loc="l"
|
||||
|
||||
@@ -496,7 +496,6 @@
|
||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||
\newcommand{\setup}[1]{
|
||||
\typeout{[Setup] Setting up...}
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
@@ -520,7 +519,6 @@
|
||||
|
||||
% Set up the latex document, only configuring the author, title and page size
|
||||
\newcommand{\setupBarebones}[1]{
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
@@ -530,7 +528,6 @@
|
||||
% TODO: Use landscape and columns for new version
|
||||
% Set up the latex document for exam summaries (Extra wide body, small margins, no header)
|
||||
\newcommand{\setupCheatSheet}[1]{
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=20cm,textheight=28.5cm]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
|
||||
|
||||
\ProvidesPackage{janishutz-helpers}[2026-02-19 v1.0.1]
|
||||
|
||||
% Package imports
|
||||
\RequirePackage[table, dvipsnames]{xcolor}
|
||||
\RequirePackage{amsmath}
|
||||
@@ -496,7 +494,6 @@
|
||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||
\newcommand{\setup}[1]{
|
||||
\typeout{[Setup] Setting up...}
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
@@ -520,7 +517,6 @@
|
||||
|
||||
% Set up the latex document, only configuring the author, title and page size
|
||||
\newcommand{\setupBarebones}[1]{
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
@@ -530,7 +526,6 @@
|
||||
% TODO: Use landscape and columns for new version
|
||||
% Set up the latex document for exam summaries (Extra wide body, small margins, no header)
|
||||
\newcommand{\setupCheatSheet}[1]{
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=20cm,textheight=28.5cm]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
|
||||
\newcommand{\setup}[1]{
|
||||
\typeout{[Setup] Setting up...}
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
@@ -28,7 +27,6 @@
|
||||
|
||||
% Set up the latex document, only configuring the author, title and page size
|
||||
\newcommand{\setupBarebones}[1]{
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
@@ -38,7 +36,6 @@
|
||||
% TODO: Use landscape and columns for new version
|
||||
% Set up the latex document for exam summaries (Extra wide body, small margins, no header)
|
||||
\newcommand{\setupCheatSheet}[1]{
|
||||
\loadLang
|
||||
\RequirePackage[a4paper,textwidth=20cm,textheight=28.5cm]{geometry}
|
||||
\title{\Huge \textbf{#1}}
|
||||
\author{\authorTitle}
|
||||
|
||||
Reference in New Issue
Block a user