Skip to content

Commit

Permalink
Merge pull request sanjib-sen#19 from sanjib-sen/dev
Browse files Browse the repository at this point in the history
New Features added. You can use the full version of texlive now. And can use this as a docker container. There are also some performance improvement!
  • Loading branch information
sanjib-sen authored Aug 21, 2023
2 parents 466e257 + 3674edb commit 8591856
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@

[Video Preview](https://user-images.githubusercontent.com/54777542/224549577-1c5e0b5f-c544-4fdf-a79e-25655483e2da.mp4)

## Star History

<a href="https://star-history.com/#sanjib-sen/weblatex&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=sanjib-sen/weblatex&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=sanjib-sen/weblatex&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=sanjib-sen/weblatex&type=Date" />
</picture>
</a>

## 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?
Expand Down Expand Up @@ -71,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

Expand Down

0 comments on commit 8591856

Please sign in to comment.