From 04669521358e0aaabac049203753a6ffad53b2c3 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 24 Jan 2017 10:04:34 +0100 Subject: updated makefile and README.tex --- README.md | 4 ++++ README.tex | 4 ++++ about.html | 1 + makefile | 7 +++++++ 4 files changed, 16 insertions(+) diff --git a/README.md b/README.md index c52a300..74cb8d6 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ Installation - `arabluatex_trans.lua` +3. Additionally, those who use emacs with AUCTeX may copy + `arabluatex.el` to their `~/.emacs.d/auctex/auto` local directory. + This will enable the appropriate hooks for ArabLuaTeX in AUCTeX. + Development, Git Repository =========================== diff --git a/README.tex b/README.tex index 65d1518..cbd7421 100644 --- a/README.tex +++ b/README.tex @@ -89,6 +89,10 @@ source files: \item \verb|arabluatex_novoc.lua| \item \verb|arabluatex_trans.lua| \end{itemize} +\item Additionally, those who use emacs with AUC\TeX\ may copy + \verb|arabluatex.el| to their \verb|~/.emacs.d/auctex/auto| local + directory. This will enable the appropriate hooks for ArabLua\TeX\ + in AUC\TeX. \end{enumerate} \section{Development, Git Repository} diff --git a/about.html b/about.html index af0021a..a0643b7 100644 --- a/about.html +++ b/about.html @@ -50,6 +50,7 @@
  • arabluatex_novoc.lua

  • arabluatex_trans.lua

  • +
  • Additionally, those who use emacs with AUCTeX may copy arabluatex.el to their ~/.emacs.d/auctex/auto local directory. This will enable the appropriate hooks for ArabLuaTeX in AUCTeX.

  • Development, Git Repository

    Browse the code

    diff --git a/makefile b/makefile index 37b179c..b5854ce 100644 --- a/makefile +++ b/makefile @@ -24,6 +24,12 @@ local: clean sty fi cp $(pkg)*.el ~/.emacs.d/auctex/auto +auctex: clean + if [ ! -d "~/.emacs.d/auctex/auto" ]; then \ + mkdif -p ~/.emacs.d/auctex/auto; \ + fi + cp $(pkg)*.el ~/.emacs.d/auctex/auto + package: clean all mkdir arabluatex cp *.lua *.ins *.dtx *.md *.pdf arabluatex/ # .bib is in dtx @@ -38,6 +44,7 @@ package: clean all clean: rm -rf ~/texmf/tex/lualatex/arabluatex/ + rm -rf ~/.emacs.d/auctex/auto/arabluatex*.el rm -rf tex/ doc/ source/ rm -rf arabluatex/ rm -rf saved/ -- cgit v1.2.3