From 7d51cb10b395c344f79f85b7b252e0857c5ce4b0 Mon Sep 17 00:00:00 2001 From: will king Date: Tue, 26 Nov 2024 15:57:50 -0800 Subject: [PATCH] updated layout, added gitignore --- Paper/.gitignore | 5 +++++ Paper/jmp_layout.kdl | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 Paper/.gitignore diff --git a/Paper/.gitignore b/Paper/.gitignore new file mode 100644 index 0000000..be86fef --- /dev/null +++ b/Paper/.gitignore @@ -0,0 +1,5 @@ +*.pdf +*.aux +*.lof +*.lot +*.idx diff --git a/Paper/jmp_layout.kdl b/Paper/jmp_layout.kdl index 1cbc57d..b9ecab0 100644 --- a/Paper/jmp_layout.kdl +++ b/Paper/jmp_layout.kdl @@ -1,5 +1,5 @@ layout { - tab name="Main and Compile" cwd="~/research/PhD_Deliverables/jmp/Latex/Paper/" hide_floating_panes=true focus=true { + tab name="Main and Compile" cwd="./" hide_floating_panes=true focus=true { // This tab is where I manage main from. // it opens up Main.txt for my JMP, opens the pdf in okular (in a floating tab), and then get's ready to build the pdf. pane size=1 borderless=true { @@ -33,7 +33,7 @@ layout { } } - tab name="sections" cwd="~/research/PhD_Deliverables/jmp/Latex/Paper/sections/" { + tab name="sections" cwd="sections/" { pane size=1 borderless=true { plugin location="tab-bar" } @@ -56,7 +56,7 @@ layout { } } - tab name="git" cwd="~/research/PhD_Deliverables/jmp/Latex/Paper/" { + tab name="git" cwd="./" { pane size=1 borderless=true { plugin location="tab-bar" } @@ -73,7 +73,7 @@ layout { } pane command="git" { - args "log" "-n 10" "--all" "--oneline" "--graph" "--stat" "--decorate" + args "log" "--all" "--oneline" "--graph" "--stat" "--decorate" } }