From 144d381a2b0d45556102f4f8ca0dc4071223fdf4 Mon Sep 17 00:00:00 2001 From: nuluh Date: Thu, 15 May 2025 21:16:14 +0700 Subject: [PATCH] feat(latex): restructure and initialize new introduction chapter background files structure --- latex/chapters/01_introduction.tex | 2 +- latex/chapters/id/01_background/background.tex | 0 latex/chapters/id/01_background/index.tex | 7 +++++++ latex/chapters/id/01_background/key_issue.tex | 0 latex/chapters/id/01_background/novelty.tex | 0 latex/chapters/id/01_background/purpose.tex | 0 latex/chapters/id/01_background/scope.tex | 0 7 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 latex/chapters/id/01_background/background.tex create mode 100644 latex/chapters/id/01_background/index.tex create mode 100644 latex/chapters/id/01_background/key_issue.tex create mode 100644 latex/chapters/id/01_background/novelty.tex create mode 100644 latex/chapters/id/01_background/purpose.tex create mode 100644 latex/chapters/id/01_background/scope.tex diff --git a/latex/chapters/01_introduction.tex b/latex/chapters/01_introduction.tex index a97f344..ea4d782 100644 --- a/latex/chapters/01_introduction.tex +++ b/latex/chapters/01_introduction.tex @@ -1,4 +1,4 @@ -\chapter{PENDAHULUAN} + \section{Latar Belakang} Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc consequat lectus dolor, a commodo odio suscipit nec. Aliquam posuere elit eget tellus dapibus, auctor ornare mi porttitor. Donec auctor aliquet nisl, quis convallis ligula rutrum id. Duis tortor ipsum, scelerisque vestibulum viverra eu, maximus vel mi. Nullam volutpat nunc et varius tempor. Vivamus convallis mi eros, aliquam semper dui tincidunt a. Morbi nunc dui, accumsan ac arcu nec, condimentum efficitur mauris. Etiam sed mauris semper, volutpat justo eu, placerat mauris. Suspendisse at erat eu arcu gravida mattis et id nunc. Aliquam malesuada magna odio, ac dictum erat vestibulum a. Mauris vel nisi sit amet elit tempor bibendum sit amet a velit. Morbi dignissim facilisis placerat.\par diff --git a/latex/chapters/id/01_background/background.tex b/latex/chapters/id/01_background/background.tex new file mode 100644 index 0000000..e69de29 diff --git a/latex/chapters/id/01_background/index.tex b/latex/chapters/id/01_background/index.tex new file mode 100644 index 0000000..fab6244 --- /dev/null +++ b/latex/chapters/id/01_background/index.tex @@ -0,0 +1,7 @@ +\chapter{PENDAHULUAN} + +\input{background} +\input{key_issue} +\input{scope} +\input{purpose} +\input{novelty} \ No newline at end of file diff --git a/latex/chapters/id/01_background/key_issue.tex b/latex/chapters/id/01_background/key_issue.tex new file mode 100644 index 0000000..e69de29 diff --git a/latex/chapters/id/01_background/novelty.tex b/latex/chapters/id/01_background/novelty.tex new file mode 100644 index 0000000..e69de29 diff --git a/latex/chapters/id/01_background/purpose.tex b/latex/chapters/id/01_background/purpose.tex new file mode 100644 index 0000000..e69de29 diff --git a/latex/chapters/id/01_background/scope.tex b/latex/chapters/id/01_background/scope.tex new file mode 100644 index 0000000..e69de29