From 00cf7545d71c4247d376fe7d0e996a2068532438 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 13 Oct 2022 15:11:27 +0200 Subject: call pandoc without -s --- README.md | 6 --- about.html | 168 ------------------------------------------------------------- makefile | 4 +- 3 files changed, 2 insertions(+), 176 deletions(-) diff --git a/README.md b/README.md index 37594a6..c186d18 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ ---- -author: -- Robert Alessi -title: The arabluatex package -- README file ---- - # Overview This package provides for [LuaLaTeX](http://luatex.org) an diff --git a/about.html b/about.html index 0f7d390..0efdc3e 100644 --- a/about.html +++ b/about.html @@ -1,169 +1,3 @@ - - - - - - - - The arabluatex package – README file - - - - -
-

The arabluatex package – README file

-

Robert Alessi

-

Overview

This package provides for LuaLaTeX an ArabTeX-like interface to @@ -274,5 +108,3 @@ class="uri">https://gitlab.com/ralessi/arabluatex. Click Fork and you will have in your account your own repository of arabluatex where you will be able to make whatever changes you like to.

- - diff --git a/makefile b/makefile index 900ae1d..4911962 100644 --- a/makefile +++ b/makefile @@ -85,7 +85,7 @@ clean: rm *.* cp saved/* . rm -rf saved/ - pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md - pandoc -s README.tex -o about.html + pandoc README.tex -o README.md && sed -i 's/{#.*}//g' README.md + pandoc README.tex -o about.html .PHONY: sty doc all local inst auctex zip package clean -- cgit v1.2.3