From 935c322b74add75a00b2d23106380723c6014f65 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 12 Jul 2022 08:09:43 +0200 Subject: removed -s option from pandoc rule removed -s option from pandoc rule --- Makefile | 2 +- about.html | 168 ------------------------------------------------------------- 2 files changed, 1 insertion(+), 169 deletions(-) diff --git a/Makefile b/Makefile index fb00c9c..ef74a9e 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ clean: testsamples rm -rf .backup pandoc: - pandoc -s README.md -o about.html + pandoc README.md -o about.html auctex: if [ ! -d "$(HOMEDIR)/.emacs.d/auctex/auto" ]; then \ diff --git a/about.html b/about.html index cfa85f6..02ac4a3 100644 --- a/about.html +++ b/about.html @@ -1,169 +1,3 @@ - - - - - - - - The ekdosis package – README file - - - - -
-

The ekdosis package – README file

-

Robert Alessi

-

Overview

ekdosis is a LuaLaTeX package designed for multilingual critical editions. It can be used to typeset texts and different layers @@ -266,5 +100,3 @@ class="uri">https://git.sr.ht/~ralessi/ekdosis. Click Clone repo to your account and you will have in your account your own repository of ekdosis where you will be able to make whatever changes you like to.

- - -- cgit v1.2.3