nuluh
|
1a994fd59c
|
fix(documentclass): restore and customize English bibliography strings
|
2025-06-03 19:10:01 +07:00 |
|
nuluh
|
cdb3010b78
|
fix(documentclass): fix redefined bibliography strings error
|
2025-06-03 19:05:43 +07:00 |
|
nuluh
|
12669ed24c
|
Squashed commit of the following:
commit 6fb3c103c7
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:29:16 2025 +0700
fix: adjust subsection number width in table of contents
commit c29aab89e1
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:24:47 2025 +0700
fix: adjust subsection indentation and dot separation in table of contents
commit 9d89e950ce
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:22:47 2025 +0700
fix: adjust spacing for table of contents and list titles
commit f19b18ec8d
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:20:56 2025 +0700
feat: adjust chapter title spacing and increase section numbering depth
- Modify chapter title top spacing from 0pt to 0cm for consistency
- Set section numbering depth to 3 levels (1.1.1 format)
commit 4be018fe57
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:17:02 2025 +0700
feat: Update watermark text and settings for draft mode
commit 8e6b2fbb13
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:15:19 2025 +0700
feat: Update language settings and bibliography strings for Indonesian and English
Closes #81
commit 3af5a5dbb1
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:12:30 2025 +0700
feat: Add documentclass scope to commit message template
commit c8f5662977
Author: nuluh <dam.ar@outlook.com>
Date: Fri May 23 14:10:40 2025 +0700
feat(documentclass): Add packages for SVG support, indentation, and float placement
|
2025-05-23 14:33:42 +07:00 |
|
nuluh
|
b4fb0d64a2
|
feat(latex): add amsmath package for improved math support
|
2025-05-15 22:52:42 +07:00 |
|
nuluh
|
471eccb12c
|
fix(latex): remove new macro \frontmattersection to manually add \addcontentsline into each frontmatter to make hyperlink ToC jumpt into correct page.
Closes #65
|
2025-05-14 17:58:06 +07:00 |
|
nuluh
|
74ea4d412c
|
fix(latex): update TOC title to use the correct language dynamically
|
2025-05-14 17:37:17 +07:00 |
|
nuluh
|
9d526971d9
|
feat(latex): add polyglossia package and set main language to Bahasa Indonesia
|
2025-05-14 17:34:56 +07:00 |
|
nuluh
|
49adb273d8
|
fix(latex): fix equation numbering to include chapter prefix in arabic
Closes #62
|
2025-05-14 12:21:21 +07:00 |
|
nuluh
|
ee004e55f4
|
fix(latex): add figure and table numbering prefixes to TOC
|
2025-05-13 02:02:41 +07:00 |
|
nuluh
|
f97c58e114
|
feat(latex): add styling for List of Figures and List of Tables titles
|
2025-05-13 01:42:16 +07:00 |
|
nuluh
|
190cd0904e
|
fix(latex): fix merge conflicts
|
2025-05-12 00:45:30 +07:00 |
|
nuluh
|
6105da57f0
|
Merge branch 'latex/57-feat-add-dynamic-page-style-for-chapter-page' into latex/initial-template
|
2025-05-12 00:36:34 +07:00 |
|
nuluh
|
63da3b6308
|
fix(latex): remove titlepage environment from frontmattersection macro to make the \frontmatter and \mainmatter pagination number type change properly
Closes #57
|
2025-05-12 00:31:24 +07:00 |
|
nuluh
|
eb1d2a87b4
|
refactor(latex): move figure numbering declaration
|
2025-05-11 23:05:13 +07:00 |
|
nuluh
|
1f275fad42
|
feat(latex): add figure and table numbering to include chapter numbern arabic despite the chapter number using roman and dummy figures to test
|
2025-05-11 22:57:26 +07:00 |
|
nuluh
|
1b20376700
|
Merge branch 'latex/initial-template' into latex/57-feat-add-dynamic-page-style-for-chapter-page
|
2025-05-11 22:15:40 +07:00 |
|
nuluh
|
104b72e624
|
fix(latex): remove second \hfill in the \cftaftertoctitle to fix the \contentsname with book document class
|
2025-05-11 22:15:05 +07:00 |
|
nuluh
|
e9568583e4
|
fix(latex): change document class from report to book for having access to \frontmatter, \mainmatter, and \backmatter
|
2025-05-11 22:13:46 +07:00 |
|
nuluh
|
ae201d61fa
|
Merge branch 'latex/initial-template' into latex/57-feat-add-dynamic-page-style-for-chapter-page
|
2025-05-11 21:56:14 +07:00 |
|
nuluh
|
921dc9245c
|
fix(latex): add draft watermark functionality with conditional loading
|
2025-05-11 19:32:13 +07:00 |
|
nuluh
|
bf3c43639d
|
fix(latex): update page layout margins to 3cm for all sides
|
2025-05-11 18:26:46 +07:00 |
|
nuluh
|
702760cc5e
|
fix(latex): assign fancyhdr preset page style to frontmatter section macro
|
2025-05-11 12:52:52 +07:00 |
|
nuluh
|
43a0f40182
|
fix(latex): creating header and footer styles preset
|
2025-05-11 12:51:23 +07:00 |
|
nuluh
|
92a7143d90
|
fix(latex): update frontmatter section command to correctly add TOC entries as chapters
|
2025-05-11 11:38:53 +07:00 |
|
nuluh
|
5e08d4f8c6
|
fix(latex): remove custom table of contents command since it doesnt give any effects when directly \renewcommand without through packages
|
2025-05-11 11:21:50 +07:00 |
|
nuluh
|
907f725fa7
|
fix(latex): remove redundant command for chapter dot separation in TOC
|
2025-05-11 11:13:20 +07:00 |
|
nuluh
|
676b2b1a87
|
fix(latex): remove accidental prefix 'chapter' string in TOC and fix the section numbering to keep using chapter's counter in arabic instead of inherited in roman
|
2025-05-11 11:12:50 +07:00 |
|
nuluh
|
e0fbc23257
|
fix(latex): ensure TOC and references respect custom numbering by redefining \thechapter to preserve the roman in TOC
|
2025-05-11 11:09:24 +07:00 |
|
nuluh
|
39f966e71b
|
chore(latex): clarify comment for TOC title styling in thesis class
|
2025-05-11 10:56:32 +07:00 |
|
nuluh
|
740680d1c7
|
fix(latex): fix \contentsname to keep the title centered by adding dummy second \hfill in the \cftaftertoctitle when using \fancypagestyle or other fancyhdr effects
|
2025-05-11 10:45:42 +07:00 |
|
nuluh
|
2db5170366
|
fix(latex): correct chapter dot leaders and page font in table of contents to be all normalfont for all level instead of bfseries
|
2025-05-11 10:41:40 +07:00 |
|
nuluh
|
f83b890055
|
fix(latex): add tocbibind package to include toc itself in the toc and give dot leaders to it.
|
2025-05-11 10:23:30 +07:00 |
|
nuluh
|
6c0fb67b86
|
refactor(latex): refactor metadata commands for thesis information and load from external file to implement reusability
|
2025-05-11 01:08:49 +07:00 |
|
nuluh
|
792ed64027
|
fix(latex): adjust section number width in table of contents for best desired looks
|
2025-05-11 00:48:57 +07:00 |
|
nuluh
|
c57a916a1a
|
fixlatex): fix chapter formatting and spacing in thesis class to be aligned at before chapter number and restyle \chapter to be centered and use hardcoded prefix "BAB" following with roman numbering
|
2025-05-10 18:50:41 +07:00 |
|
nuluh
|
8d09adefd4
|
fix(latex): rename endorsement page command to avoid core LaTeX primitive for ending environments.
Closes #56
|
2025-05-10 17:36:15 +07:00 |
|
nuluh
|
d13dfdc34e
|
feat(latex): add frontmatter macros for frontmatters pages (endorsement, originality, approval, acknowledgement etc.)
|
2025-05-10 17:17:51 +07:00 |
|
nuluh
|
6b866b9ed5
|
feat(latex): create thesis class and initial document structure with title page and macros
|
2025-05-10 16:23:39 +07:00 |
|