{"id":24857312,"url":"https://github.com/latextemplates/lncs-enhanced","last_synced_at":"2025-05-16T12:07:52.672Z","repository":{"id":14726086,"uuid":"17446804","full_name":"latextemplates/lncs-enhanced","owner":"latextemplates","description":"Improved Lecture Notes in Computer Science (LNCS) template","archived":false,"fork":false,"pushed_at":"2025-04-11T19:39:07.000Z","size":915,"stargazers_count":262,"open_issues_count":10,"forks_count":64,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-12T06:14:58.807Z","etag":null,"topics":["academic-publishing","continuous-integration","latex","lncs","springer","template"],"latest_commit_sha":null,"homepage":"http://latextemplates.github.io/lncs-enhanced/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/latextemplates.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-03-05T16:22:01.000Z","updated_at":"2025-04-11T19:37:23.000Z","dependencies_parsed_at":"2025-01-27T06:57:03.961Z","dependency_job_id":"57673b93-187f-4b95-b59e-58390d7512a8","html_url":"https://github.com/latextemplates/lncs-enhanced","commit_stats":null,"previous_names":["latextemplates/lncs-enhanced","latextemplates/lncs"],"tags_count":22,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latextemplates%2Flncs-enhanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latextemplates%2Flncs-enhanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latextemplates%2Flncs-enhanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latextemplates%2Flncs-enhanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/latextemplates","download_url":"https://codeload.github.com/latextemplates/lncs-enhanced/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525138,"owners_count":21118619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academic-publishing","continuous-integration","latex","lncs","springer","template"],"created_at":"2025-01-31T17:26:49.096Z","updated_at":"2025-04-12T06:15:07.677Z","avatar_url":"https://github.com/latextemplates.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enhanced LNCS Template\n\n\u003e Quick start for modern LaTeXing with [LNCS](http://www.springer.com/computer/lncs).\n\n## Usage\n\n- `paper.tex` is the main document\n- Use \"lualatex + bibtex\" in your TeX editor or `latexmk paper` / `make` in the command line\n\n### Using `latexmk`\n\n[latexmk] is a very smart tool for latex compilation.\nIt executes the latex tools as often as needed to get the final PDF.\n(More information about why `latexmk` is great can be found at \u003chttps://tex.stackexchange.com/a/249243/9075\u003e.)\n\nTo build the whole document, execute following command.\nNote that this requires a working perl installation.\n\n```bash\nlatexmk paper\n```\n\nTo enable latexmk, please move `_latexmkrc` to `latexmkrc`.\n\nIf you want automatic compilation use following command:\n\n```bash\nlatexmk -pvc paper\n```\n\nThis will also open a [Sumatra PDF] and only works with the supplied configuration.\n\n#### latexmk configuration\n\nThis repository ships a `.latexmkrc` which is read by latexmk.\nIn case there is a `_latexmkrc` file, you need to rename it to `.latexmkrc`.\nIt is configured for Windows and especially sets Sumatra PDF as default PDF viewer.\nYou can make this local configuration a global configuration, when you put it at [the right place](http://tex.stackexchange.com/a/41149/9075).\n\nIf you want to add more packages, configure it there.\nFor instance, for support of makeglossaries see \u003chttp://tex.stackexchange.com/questions/1226/how-to-make-latexmk-use-makeglossaries\u003e.\n\n### Debugging LaTeX errors\n\nIn case something goes wrong, you can instruct the LaTeX compiler to stop at the first error:\n\n```bash\nlualatex --synctex=1 --shell-escape paper\n```\n\nRun `bibtex paper` to get the bibliography rendered (execute `lualatex` afterwards).\n\n### Advanced usage\n\nOn the command line, there are additional features:\n\n- `latexmk -C` or `make clean` for cleaning up\n- `make format` to reformat the `.tex` files (one sentence per line and indent)\n- `make aspell` for interactive spell checking\n- `make stand`: Creates a new PDF with the current status of the thesis.\n- `make view`: Opens the configured viewer\n- `make mrproper`: Cleans up and removes also editor backup files.\n\n## Benefits\n\nFollowing features are enabled in this template:\n\n- Provides a skeletal [paper.tex](paper.tex) file\n- Example to have an image being placed right to a text\n- Support for German documents (without broken headers):\n  Contains a fix to increase compatibility with Babel.\n  See \u003chttps://tex.stackexchange.com/a/441701/9075\u003e for details.\n- Automatic setting of \"Fig.\" and \"Section\"/\"Sect.\" according to the LNCS style.\n  Just use `\\Cref{sec:xy}` at the beginning of a sentence and `\\cref{sec:xy}` in the middle of a sentence.\n  Thanx to [cleveref].\n- Sharper font (still compatible with Springer's requirements).\n- (Optional) Typesetting of listings using advanced highlighting powered by the [minted] package.\n  `minted` provides better output than [listings], but requires [pygments] to be installed.\n- Generated PDF allows for copy and paste of text without getting words with [ligatures](https://en.wikipedia.org/wiki/Typographic_ligature) such as \"workflow\" destroyed.\n  This is enabled by `glyphtounicode`, which encodes ligatures (such as fl) using unicode characters.\n- Ligatures are removed if they are typeset at the wrong place.\n  This is enabled by the [selnolig](https://tex.meta.stackexchange.com/questions/2884/new-package-selnolig-that-automates-suppression-of-typographic-ligatures) package.\n- Support of hyperlinked references without extra color thanx to [hyperref].\n- Better breaking of long URLs.\n- Support for `\\powerset` command.\n- (Optional) Support todos as pdf annotations. This is enabled by the [pdfcomment] package.\n- [microtypographic extensions](https://www.ctan.org/pkg/microtype) for a better look of the paper.\n- Modern packages such as [microtype], [cleveref], [csquotes], [hyperref], [hypcap], [upquote], [natbib], [booktabs].\n- (Optional) LaTeX compilation using the modern [lualatex] compiler.\n  For older systems, [pdflatex](https://en.wikipedia.org/wiki/PdfTeX) is still supported.\n- [latexmk] for easy compilation of the LaTeX document.\n- Ready-to-go configuration for [latexindent].\n- Proper hyphenation and microtype for English texts.\n\n## Disabled features\n\nFollowing features were not activated for this template.\nYou can run the [latex template generator] to enable the features.\n\nHints on writing an abstract and thesis by Dirk Fahland.\n\nThere is currently no official biblatex support.\nA first step towards that is done at [biblatex-lncs](https://ctan.org/pkg/biblatex-lncs).\n\n## Examples\n\n- [paper.pdf](https://latextemplates.github.io/lncs-enhanced/paper.pdf) - normal paper.\n- [paper-minted.pdf](https://latextemplates.github.io/lncs-enhanced/paper-minted.pdf) - paper showing minted in action.\n- [paper-newtx.pdf](http://latextemplates.github.io/lncs-enhanced/paper-newtx.pdf) - paper typeset in Times Roman to save some space.\n- [paper-minted-newtx.pdf](http://latextemplates.github.io/lncs-enhanced/paper-minted-newtx.pdf) - paper typeset in Times Roman to save some space.\n\n## Background\n\nThe official template is available at \u003chttps://www.springer.com/gp/computer-science/lncs/conference-proceedings-guidelines\u003e --\u003e \"Templates, samples files \u0026 useful links\" --\u003e \"LaTeX2e Proceedings Templates (zip)\"\n\n## Quick start\n\n- Click on `Download ZIP` or [here](https://github.com/latextemplates/lncs-enhanced/archive/main.zip).\n- Extract `LNCS-main.zip` in the folder where you want to write your paper.\n- Edit [paper.tex](paper.tex).\n- `latexmk paper`.\n\nWhen using on overleaf, you have to switch Overleaf to use TeXLive 2024 (or later).\n\nAs you see on GitHub actions, the paper compiles out of the box.\nThere is no need to adjust the packages or to remove some of them.\nThis might lead to undesired results such as hyperlinks not working any more or no good microtypographic features.\nIn case you think, a package needs to be altered or added, feel free to open an issue.\n\n## Tool hints\n\n### Prerequisites\n\n- Windows: Recent [MiKTeX](http://miktex.org/). MiKTeX installation hints are given at \u003chttp://latextemplates.github.io/scientific-thesis-template/#installation-hints-for-windows\u003e.\n- Mac OS X: Recent [TeX Live](https://www.tug.org/texlive/) (e.g. through [MacTeX](https://tug.org/mactex/)) - Try `sudo tlmgr update --all` if you encounter issues with biblatex\n- Linux: Recent TeX Live distribution\n- Grammar and spell checking is available at [TeXstudio].\n  Please download [LanguageTool] (Windows: `choco install languagetool`) and [configure TeXstudio to use it](http://wiki.languagetool.org/checking-la-tex-with-languagetool#toc4).\n  Note that it is enough to point to `languagetool.jar`.\n  **If TeXstudio doesn't fit your need, check [the list of all available LaTeX Editors](http://tex.stackexchange.com/questions/339/latex-editors-ides).**\n- Use [JabRef] to manage your bibliography (Windows: `choco install jabref`).\n\n### Usage of `minted`\n\nTo have minted running properly, you have to do following steps on Windows:\n\n1. Install python: `choco install python` - that uses [chocolatey](https://chocolatey.org/) to install Python\n2. Install [pygments]: `pip instal pygments` - that uses the Pyhton package manager to install the pygments library\n3. When latexing, use `-shell-escape`: `pdflatex -shell-escape paper`.\n   You can also just execute `latexmk paper`.\n\n### VSCode configuration\n\nCurrently, following extensions are recommended:\n\n- [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) to support LaTeX in VSCode and\n- [LaTeX Utilities](https://marketplace.visualstudio.com/items?itemName=tecosaur.latex-utilities) to enhance LaTeX Workshop\n- [LTeX+] to have a nice spell checker that also identifies grammar issues\n\nThen, change the setting of LaTeX Workshop to use biber:\n\nPress \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e to open the command palette.\nThen type \"JSON\" and select \"Preferences: Open Settings (JSON)\" to open `settings.json`.\n\nUpdate the following lines in VSCode's `settings.json` to contain:\n\n```javascript\n    \"latex-workshop.latex.recipes\": [\n        {\n            \"name\": \"lualatex ➞ bibtex ➞ lualatex × 2 🔃\",\n            \"tools\": [\n                \"lualatex\",\n                \"bibtex\",\n                \"lualatex\",\n                \"lualatex\"\n            ]\n        },\n    ],\n    \"latex-workshop.latex.tools\": [\n        // ...\n        {\n            \"name\": \"bibtex\",\n            \"command\": \"bibtex\",\n            \"args\": [\n                \"%DOCFILE%\"\n            ],\n            \"env\": {}\n        },\n        // ...\n    ],\n```\n\nThe following settings are additionally recommended:\n\n```javascript\n{\n    \"editor.wordWrap\": \"on\",                              // enable soft line breaks\n    \"latex-workshop.view.pdf.viewer\": \"tab\",              // display the generaded PDF in a separate tab\n    \"latex-workshop.view.pdf.backgroundColor\": \"#cccccc\", // use a darker background in de PDF viewer to lift of the pages from it\n    \"latex-workshop.latex.autoBuild.run\": \"never\",        // never automatically build; alternative: \"onSave\" (on saving .tex files)\n    \"editor.renderWhitespace\": \"all\",                     // display all whitespaces\n}\n```\n\nAlternatively, just copy and paste the contents of the [vscode.settings.json](vscode.settings.json) file to your VSCode settings file.\n\nYou can manually trigger compilation by hitting the green button in the extension or using other methods provided by LaTeX Workshop.\n\nPlease remove the magic comments (`% !TeX program ...`) at the top of the `main-....tex` file.\nAlthough [LaTeX-Workshop supports magic comments](https://github.com/James-Yu/LaTeX-Workshop/blob/master/README.md#magic-comments), it currently does not work reliably.\nWithout the magic comments, compilation works.\n\n### LTeX+ tips and tricks\n\n[LTeX+] is an offline grammar and spell checker with support for LaTeX and Markdown.\n\nAdd a magic comment to your files to tell LTeX+ which language to use:\n\n```latex\n% LTeX: language=de-DE\n```\n\nIf you want to use different languages in the text, use the `\\foreignlanguage{language}{text}` command.\nLTeX+ will detect these elements and automatically switch the spell checker's language.\nFor example:\n\n```latex\n\\foreignlanguage{english}{Therefore, our proposed approach will change the world.}\n```\n\n## Usage with docker\n\nThe generated `Dockerfile` is based on the [Dockerfile by the Island of TeX](https://gitlab.com/islandoftex/images/texlive#tex-live-docker-image).\n\n```cmd\ndocker run --rm -v \"c:\\users\\example\\latex-document:/workdir\" ltg latexmk\n```\n\nFollowing one-time setup is required:\n\n```cmd\ndocker build -t ltg .\n```\n\n## Contained Directories and Files\n\n### Directories\n\n- [figures](graphics/) Directory containing the figures.\n  By using LuaLaTex/PDFLaTeX it is possible to use PDFs, JPGs, PNGs, ... We recommend to use PDFs to enable smooth scaling.\n\n### Files\n\n- `paper.tex` - The main `.tex` file loading all LaTeX packages and their configurations.\n  - Add text here\n  - Adjust title etc. here\n- [bibliography.bib](bibliography.bib) - Bibliography. [biblatex] format. Manage it with [JabRef].\n- [abbreviations.tex](abbreviations.tex) - Acronyms and abbreviations.\n- [commands.tex](commands.tex) - Example LaTeX macros.\n\nFollowing additional files are included, which do not need to be adapted:\n\n- [localSettings.yaml](localSettings.yaml) - Settings for [latexindent](https://ctan.org/pkg/latexindent)\n- [Makefile](Makefile) - The Makefile. Builds on latexmk.\n- [Texlivefile](Texlivefile) - List of packages required for a minimal TeXLive installation.\n\n## FAQs\n\n### Q: Overleaf outputs a warning regarding the llncs class\n\nOverleaf might output following warning:\n\n\u003e LaTeX Warning: You have requested, on input line 8, version\n\u003e 2018/03/10' of document class llncs, but only version 2004/08/17 v2.14\n\u003e LaTeX document class for Lecture Notes in Computer Science'\n\u003e is available.\n\nThe reason is that you did not use `llncs.cls` (included in your LaTeX distribution).\nPlease remove the file and update your LaTeX distribution.\n\n### Q: How can I synchronize updates from the template to my repository?\n\n1. Initialize your git repository as usual\n2. Add this repository as git remote: `git remote add template https://github.com/latextemplates/{template}.git`\n3. Merge the branch `template/main` into your `main` branch: `git merge template/main`.\n\nAfter that you can use and push the `main` branch as usual.\nNotes on syncing with the upstream repository [are available from GitHub](https://help.github.com/articles/syncing-a-fork/).\n\n### Q: I get the error `! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.`\n\nInstall the `cm-super` package using the MiKTeX package manager. Then, run `initexmf --mkmaps` on the command line. (Long description: \u003chttps://tex.stackexchange.com/a/324972/9075\u003e)\n\n### Q: I get `Package csquotes Error: Unbalanced groups or invalid nesting.` What can I do?\n\nA: You have activated `\\MakeOuterQuote{\"}` and used some special babel command to allow hyphenation at other places as a dash. One example is writing `application\"=specific`.\nNow, you have to decide whether you want keep using plain quotes to enquote a word or use the special hyphenation command.\nIn other words: Do you want `\"quote\"` and `app\\-lication\\-specific` or `\\enquote{quote} and  application\"=specific`?\n\nNote that this should not happen when the template is generated as the setting `tweakouterquote` ensures that these two options are mutually exclusive.\n\n### Q: I need more space. What can I do?\n\nThe most simple solution to get more space is to exchange the font.\n\n### Q: How can I reformat my `.tex` files?\n\nExecute `latexindent -l -s -sl -w paper.tex`\n\nAlternatively, execute `make format`.\n\n### Q: How I want to obey the one-sentence-per-line rule. How to do?\n\nSee \"How can I reformat my `.tex` files?\"\n\n### Q: I want to use minted, because I think its syntax highlighting seems to be better.\n\nYou can re-generate the template and choose `minted` as listings environment.\nMoreover, ensure that python and [pygments](https://pygments.org/) are installed properly:\n\n- `choco install python`\n- `pip install pygments`\n\n### Q: I have troubles with minted on Windows.\n\nTry out following command to update `latexminted`.\nSee [minted#425](https://github.com/gpoore/minted/issues/425) for details.\n\n```shell\npy -m pip install --force-reinstall latexminted\n```\n\n### Q: Is it possible to have a footer indicating that the paper is intended to be submitted/submitted/published?\n\nActivate the `llncsconf` package.\nThe possible options are listed in `paper.tex`.\n\n### Q: Can I also write in German?\n\nYes. You can regenerate the template and choose \"German\" as language.\n\n### Q: `ngerman-x-latest` is reported missing\n\nInstall the package `dehyph-exptl`.\n\n### Q: I get ``! I can't find file `clmr28t10+20'.``\n\nYou seem to use `latexmk` locally.\nPlease move `_latexmkrc` to `latexmkrc` to get `latexmk` working.\nIf you don't do this, `latexmk` tries to execute `latex`, which tries to produce a DVI file (and not a PDF file).\n\n### Q: I get `Font \"LatinModernMath-Regular\" not found.`. What can I do?\n\nError message:\n\n```text\nluaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: Font \"LatinModernMath-Regular\" not found.\nluaotfload | resolve : sequence of 3 lookups yielded nothing appropriate.\n\n! Package fontspec Error: The font \"LatinModernMath-Regular\" cannot be found.\n```\n\nInstall the package `lm-math` manually.\n\n### Q: I get `! Package fontspec Error: The font \"TeXGyreTermes\" cannot be found.`. What can I do?\n\nInstall the package `tex-gyre` and `tex-gyre-math` manually.\n\n### Q: I get `! error:  (type 1): cannot find encoding file 'ntx-ot1-tlf.enc' for reading`. What can I do?\n\nSee \u003chttps://tex.stackexchange.com/a/240850/9075\u003e: Install the packages `newpx` and `newtxsf` manually.\n\n### Q: I get `! TeX capacity exceeded, sorry [main memory size=3000000].`. What can I do?\n\nFollow the steps at \u003chttps://tex.stackexchange.com/a/548335/9075\u003e\n\nTry with following command\n\n```bash\nlualatex -shell-escape --extra-mem-top=10000000 --synctex=1 paper.tex\n```\n\nSee \u003chttps://tex.stackexchange.com/a/124206/9075\u003e for details.\n\n### Q: There is an output that biber/biblatex too old\n\nSee installation hints of how to update them at different systems.\n\n### Q: MiKTeX complains about missing `.sty` files.\n\nUse the [MiKTeX console](https://miktex.org/howto/miktex-console) to refresh the package index.\nThen, automatic installation should work again.\n\n### Q: I cannot get minted to run. There is this `-shell-escape` warning.\n\nPlease ensure that your compilation command includes `-shell-escape`.\nE.g., `lualatex -shell-escape -synctex=1 main-minted-german.tex`.\nWhen compiling `main-minted-german.tex` with TeXStudio, you will see a dialog warning about overriding the compilation command.\nJust answer \"(a) allow for this document\" and it will work.\n\n### Q: How to include Excel charts properly?\n\n1. Select the Excel chart you want to use.\n2. Print to PDF with the option \"Print Selected Chart\".\n3. Remove empty space of the created PDF page with `pdfcrop chart.pdf chart_cropped.pdf` (install via MikTeX first, if not available; check via `pdfcrop --version`).\n4. Use [pdfscissors](https://sites.google.com/site/pdfscissors) to crop the borders and title (maybe you have to allow \u003chttps://sites.google.com\u003e in the Java security center in the control panel).\n5. Include the PDF in LaTeX via `\\includegraphics{chart_cropped.pdf}`.\n\n## Further information\n\n- tex.stackexchange.com questions regarding LNCS: \u003chttps://tex.stackexchange.com/questions/tagged/lncs\u003e\n- Original LNCS demonstration (without the improvements): [llncs-dem.pdf](llncs-dem.pdf)\n- Original LNCS documentation (without the improvements): [llncs-doc.pdf](llncs-doc.pdf)\n- Other templates: \u003chttps://latextemplates.github.io/\u003e\n- For German users, go to \u003chttps://texfragen.de/\u003e.\n- Frank Mittelbach with Ulrike Fischer: [The LaTeX Companion](https://www.latex-project.org/news/2023/03/17/TLC3/) is the ultimate guide for LaTeX: The authors went through all packages offered by [CTAN](https://ctan.org/), selected the most promising ones, described them, and provide minimal working example for each of it.\n- Lutz Hering, Heike Hering: [How to Write Technial Reports](https://doi.org/10.1007/978-3-540-69929-3), Springer, 2010; also available in German [Technische Berichte - verständlich gliedern, gut gestalten, überzeugend vortragen](https://doi.org/10.1007/978-3-8348-8317-9). - Highly recommended, because it guides through all aspects of a report (such as a Master Thesis).\n- Marcus Deininger et al.: [Studienarbeiten - Ein Leitfaden zur Erstellung, Durchführung und Präsentation wissenschaftlicher Abschlussarbeiten am Beispiel Informatik](https://vdf.ch/studienarbeiten.html?author_id=2877), vdf. - Recommended as guideline for planning and working on the whole thesis.\n- Charles Lipson, [Cite Right, Second Edition: A Quick Guide to Citation Styles--MLA, APA, Chicago, the Sciences, Professions, and More](http://www.press.uchicago.edu/ucp/books/book/chicago/C/bo10702043.html), Chicago Guides to Writing, Editing, and Publishing, 2011. - Recommended in case you are unsure about how to correctly cite something.\n\n## License\n\nThe license of this work is [0BSD](https://spdx.org/licenses/0BSD.html) which corresponds to \"public domain\".\nAny derived work can freely be relicensed and can omit original copyright and license information.\n\n[biber]: https://www.ctan.org/pkg/biber\n[biblatex]: http://tex.stackexchange.com/tags/biblatex/info\n[bibtex]: https://www.ctan.org/pkg/bibtex\n[booktabs]: https://ctan.org/pkg/booktabs\n[cleveref]: https://ctan.org/pkg/cleveref\n[csquotes]: https://www.ctan.org/pkg/csquotes\n[hypcap]: https://www.ctan.org/pkg/hypcap\n[hyperref]: https://ctan.org/pkg/hyperref\n[latexindent]: https://ctan.org/pkg/latexindent\n[latexmk]: http://tex.stackexchange.com/tags/latexmk/info\n[listings]: https://ctan.org/pkg/listings\n[lualatex]: http://www.luatex.org/\n[microtype]: https://ctan.org/pkg/microtype\n[minted]: https://ctan.org/pkg/minted\n[natbib]: https://ctan.org/pkg/natbib\n[paralist]: https://www.ctan.org/pkg/paralist\n[pdfcomment]: https://www.ctan.org/pkg/pdfcomment\n[upquote]: https://www.ctan.org/pkg/upquote\n\n[JabRef]: https://www.jabref.org\n[LanguageTool]: https://languagetool.org/\n[latex template generator]: https://www.npmjs.com/package/generator-latex-template\n[LTeX+]: https://marketplace.visualstudio.com/items?itemName=ltex-plus.vscode-ltex-plus\n[pygments]: https://pygments.org/\n[Sumatra PDF]: https://www.sumatrapdfreader.org/free-pdf-reader\n\n[llncs2e.zip]: ftp://ftp.springernature.com/cs-proceeding/llncs/llncs2e.zip\n\n\u003c!-- disable markdown-lint rules contradicting our writing of FAQs --\u003e\n\u003c!-- markdownlint-disable-file MD001 MD013 MD026 --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flatextemplates%2Flncs-enhanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flatextemplates%2Flncs-enhanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flatextemplates%2Flncs-enhanced/lists"}