diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-04-05 10:00:48 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-04-05 10:00:48 +0200 |
commit | a497cba70d1339b4a7c7cb78dd78dbb030830b0b (patch) | |
tree | dd0c16a2c6a0f00d14152508d56135e2996a7b00 | |
parent | ea0803be8f2c43bcf3fca9d3a05b76bba589b405 (diff) | |
download | arabluatex-a497cba70d1339b4a7c7cb78dd78dbb030830b0b.tar.gz |
makefile: remove header_attributes from README.md
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | makefile | 2 |
2 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ | |||
1 | Overview {#sec:overview .unnumbered} | 1 | Overview |
2 | ======== | 2 | ======== |
3 | 3 | ||
4 | This package provides for LuaLaTeX an Arab<span>TeX</span>-like | 4 | This 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 | |||
15 | editions and/or lexicons that can be searched, analyzed and correlated | 15 | editions and/or lexicons that can be searched, analyzed and correlated |
16 | in various ways. | 16 | in various ways. |
17 | 17 | ||
18 | License and disclamer {#license-and-disclamer .unnumbered} | 18 | License and disclamer |
19 | ===================== | 19 | ===================== |
20 | 20 | ||
21 | Copyright ⓒ 2016 Robert Alessi | 21 | Copyright ⓒ 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 | ||
62 | Installation {#sec:installation .unnumbered} | 62 | Installation |
63 | ============ | 63 | ============ |
64 | 64 | ||
65 | 1. run `lualatex arabluatex.ins` to produce the `arabluatex.sty` file; | 65 | 1. 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 | ||
83 | Development, Git Repository {#sec:devel-git-repos} | 83 | Development, Git Repository |
84 | =========================== | 84 | =========================== |
85 | 85 | ||
86 | Browse the code {#sec:browse-code .unnumbered} | 86 | Browse the code |
87 | --------------- | 87 | --------------- |
88 | 88 | ||
89 | You can browse ArabLuaTeX repository on the web: | 89 | You can browse ArabLuaTeX repository on the web: |
@@ -93,12 +93,12 @@ From this page, you can download all the releases of ArabLuaTeX. For | |||
93 | instructions on how to install ArabLuaTeX, please see the “about” tab at | 93 | instructions 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 | ||
96 | Comments, Feature requests, Bug Reports {#sec:comm-feat-requ .unnumbered} | 96 | Comments, Feature requests, Bug Reports |
97 | --------------------------------------- | 97 | --------------------------------------- |
98 | 98 | ||
99 | <https://notabug.org/ralessi/arabluatex> | 99 | <https://notabug.org/ralessi/arabluatex> |
100 | 100 | ||
101 | Download the repository {#sec:download-repository .unnumbered} | 101 | Download the repository |
102 | ----------------------- | 102 | ----------------------- |
103 | 103 | ||
104 | ArabLuaTeX development is facilitated by git, a distributed version | 104 | ArabLuaTeX development is facilitated by git, a distributed version |
@@ -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 |