aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-04-05 10:00:48 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-04-05 10:00:48 +0200
commita497cba70d1339b4a7c7cb78dd78dbb030830b0b (patch)
treedd0c16a2c6a0f00d14152508d56135e2996a7b00
parentea0803be8f2c43bcf3fca9d3a05b76bba589b405 (diff)
downloadarabluatex-a497cba70d1339b4a7c7cb78dd78dbb030830b0b.tar.gz
makefile: remove header_attributes from README.md
-rw-r--r--README.md14
-rw-r--r--makefile2
2 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 96a9ffb..2e1df44 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1Overview {#sec:overview .unnumbered} 1Overview
2======== 2========
3 3
4This package provides for LuaLaTeX an Arab<span>TeX</span>-like 4This package provides for LuaLaTeX an Arab<span>TeX</span>-like
@@ -15,7 +15,7 @@ source files, in addition to printed books, `TEI xml` compliant critical
15editions and/or lexicons that can be searched, analyzed and correlated 15editions and/or lexicons that can be searched, analyzed and correlated
16in various ways. 16in various ways.
17 17
18License and disclamer {#license-and-disclamer .unnumbered} 18License and disclamer
19===================== 19=====================
20 20
21Copyright ⓒ 2016 Robert Alessi 21Copyright ⓒ 2016 Robert Alessi
@@ -59,7 +59,7 @@ This release of arabluatex consists of the following source files:
59 59
60- `arabluatex.bib` 60- `arabluatex.bib`
61 61
62Installation {#sec:installation .unnumbered} 62Installation
63============ 63============
64 64
651. run `lualatex arabluatex.ins` to produce the `arabluatex.sty` file; 651. run `lualatex arabluatex.ins` to produce the `arabluatex.sty` file;
@@ -80,10 +80,10 @@ Installation {#sec:installation .unnumbered}
80 80
81 - `arabluatex_trans.lua` 81 - `arabluatex_trans.lua`
82 82
83Development, Git Repository {#sec:devel-git-repos} 83Development, Git Repository
84=========================== 84===========================
85 85
86Browse the code {#sec:browse-code .unnumbered} 86Browse the code
87--------------- 87---------------
88 88
89You can browse ArabLuaTeX repository on the web: 89You can browse ArabLuaTeX repository on the web:
@@ -93,12 +93,12 @@ From this page, you can download all the releases of ArabLuaTeX. For
93instructions on how to install ArabLuaTeX, please see the “about” tab at 93instructions on how to install ArabLuaTeX, please see the “about” tab at
94<http://git.robertalessi.net/arabluatex>. 94<http://git.robertalessi.net/arabluatex>.
95 95
96Comments, Feature requests, Bug Reports {#sec:comm-feat-requ .unnumbered} 96Comments, Feature requests, Bug Reports
97--------------------------------------- 97---------------------------------------
98 98
99<https://notabug.org/ralessi/arabluatex> 99<https://notabug.org/ralessi/arabluatex>
100 100
101Download the repository {#sec:download-repository .unnumbered} 101Download the repository
102----------------------- 102-----------------------
103 103
104ArabLuaTeX development is facilitated by git, a distributed version 104ArabLuaTeX development is facilitated by git, a distributed version
diff --git a/makefile b/makefile
index 75d07b6..154d2fd 100644
--- a/makefile
+++ b/makefile
@@ -42,5 +42,5 @@ clean:
42 rm *.* 42 rm *.*
43 cp saved/* . 43 cp saved/* .
44 rm -rf saved/ 44 rm -rf saved/
45 pandoc README.tex -o README.md 45 pandoc README.tex -o README.md && sed -i 's/{#.*}//g' README.md
46 pandoc README.tex -o about.html 46 pandoc README.tex -o about.html