From 7a13b2600da544079f3f7db05e7d9b1600fffd82 Mon Sep 17 00:00:00 2001 From: Sanjib Kumar Sen Date: Wed, 31 May 2023 11:08:58 +0000 Subject: [PATCH 1/4] added stars history --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ffc8e07..c182a63 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ [Video Preview](https://user-images.githubusercontent.com/54777542/224549577-1c5e0b5f-c544-4fdf-a79e-25655483e2da.mp4) +# Stars History + + + ## Why Do you use latex as your Resume builder / Research Project / Documentation / Article or any Documentation? Then you probably sometimes wondered in your life if you could use the advantages of git. You could just commit your changes and roll back to older versions anytime you like. When writing a journal, you suddenly remembered you need the section that you deleted earlier. What will you do? From 5ba81dccf4086c95311a180337ee47120f4effc9 Mon Sep 17 00:00:00 2001 From: Sanjib Kumar Sen Date: Wed, 31 May 2023 17:11:16 +0600 Subject: [PATCH 2/4] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c182a63..3defbb3 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,15 @@ [Video Preview](https://user-images.githubusercontent.com/54777542/224549577-1c5e0b5f-c544-4fdf-a79e-25655483e2da.mp4) -# Stars History - - +## Star History + + + + + + Star History Chart + + ## Why From 2f6fad0fbe94b1b252b1b715bdd43804d56b363c Mon Sep 17 00:00:00 2001 From: Sanjib Kumar Sen Date: Mon, 17 Jul 2023 02:55:26 +0600 Subject: [PATCH 3/4] Updated to Latest and Full Texlive version Added support for Texlive 2023 (Will always be updated) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b7b10f..eb3acea 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/ubuntu { "name": "weblatex", - "image": "danteev/texlive:latest", // https://github.com/dante-ev/docker-texlive + "image": "sanjibsen/weblatex:latest", // https://github.com/sanjib-sen/weblatex-docker "remoteUser": "root", // Do not change this "features": {}, "customizations": { From 3674edbcfcdd51be54383b1dfba22ffcd1cebd42 Mon Sep 17 00:00:00 2001 From: Sanjib Kumar Sen Date: Mon, 17 Jul 2023 02:57:57 +0600 Subject: [PATCH 4/4] Added texlive-full information on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3defbb3..a30f5d1 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Yes, but ## Whats New - [GitHub Copilot](#github-copilot) -- **[FIX]:** Autobuild fixes. No more annoying Error Notifications in every second. +- Added support for the up-to-date texlive-full package. Now, You can stop worrying about package support. ## Installation Instructions