latextemplates / LNCS

Improved Lecture Notes in Computer Science (LNCS) template
https://latextemplates.github.io/LNCS/
BSD Zero Clause License
257 stars 64 forks source link

First try to generate files using the generator #27

Closed koppor closed 3 years ago

koppor commented 3 years ago

This switches from CircleCI to GitHub actions. Furthermore, it uses the latex-template-generator.

Open points

koppor commented 3 years ago

The commit should be done by the action-user:

grafik

koppor commented 3 years ago

The commit should be done by the action-user:

grafik

Blocked by https://github.com/EndBug/add-and-commit/issues/263.

koppor commented 3 years ago

Note we switched from crazy-max/ghaction-github-pages@v1 to peaceiris/actions-gh-pages@v3 which also works great.

k4rtik commented 2 years ago

Is paper.tex supposed to be deleted? If so, what is the default target for the makefile?

koppor commented 2 years ago

@k4rtik I did not fully update README.md. You have to choose one of the paper-...tex files. See the diff at https://github.com/latextemplates/LNCS/commit/f7cd65cc73b46a3428d068e6e198085b8873229b

It was very difficult for me to a) have this repository generated by the latex-template-generator and b) have the repository itself working.

Maybe, I should generate a paper.tex based on the most common default (pdflatex, bibtex, English, listings). Will do that in a follow-up.

Meanwhile, I would recommend to use the latex template generator directly (if it is possible for you to have nodejs installed on your machine).

koppor commented 2 years ago

@k4rtik The issue was more complicated. Should be finally fixed by https://github.com/latextemplates/LNCS/pull/33 (which is merged into main now).