From b5158ddc5c553614709c5739d05a4bd7e8f57e60 Mon Sep 17 00:00:00 2001 From: Hans Fangohr Date: Fri, 14 Jun 2024 14:45:13 +0200 Subject: [PATCH] Update README.md Update CI Badge --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index affcaf8..90473be 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![Build Status](https://travis-ci.org/fangohr/template-latex-paper-from-orgmode.svg?branch=master)](https://travis-ci.org/fangohr/template-latex-paper-from-orgmode) +[![ci-build-pdf](https://github.com/fangohr/template-latex-paper-from-orgmode/actions/workflows/ci.yml/badge.svg)](https://github.com/fangohr/template-latex-paper-from-orgmode/actions/workflows/ci.yml) # Template for writing LaTeX documents from Emacs orgmode A set of (mostly) self-explaining files for using orgmode to author structure and content of a document, and then insert this into a latex template. Use cases are where the latex style, class, and detailed commands to be used are prescribed by the journal/publisher etc. -Requirements: A recent Emacs (tested on Emacs 24.5, and 28.2), Python, make, pdflatex. +Requirements: A recent Emacs (tested on Emacs 24.5, and 28.2), Python, make, pdflatex, latemk for `watch` target. ## Get started @@ -14,14 +14,12 @@ Requirements: A recent Emacs (tested on Emacs 24.5, and 28.2), Python, make, pdf ## What does the final ``paper.pdf`` look like? -We have committed this file for convenience to the repository, and it can be seen [here](compiled-paper.pdf). +We have committed this file for convenience to the repository, and it can be seen [here](compiled-paper.pdf), or downloaded as an artifact. -Author: Hans Fangohr, University of Southampton, European XFEL +Author: Hans Fangohr, University of Southampton, European XFEL, MPSD -## Update 2018 +## Changes -Note the contribution that shows a one-file solution for this problem at https://github.com/fangohr/template-latex-paper-from-orgmode/issues/4 by @dineshadepu . - -## Update 2023 - -- added target `make watch` to automatically recompile on change of sources +- 2018: Note the contribution that shows a one-file solution for this problem at https://github.com/fangohr/template-latex-paper-from-orgmode/issues/4 by @dineshadepu . +- 2023: added target `make watch` to automatically recompile on change of sources (using `latexmk`) +- 2024: activate Github actions to provide CI