summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-25 22:36:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-25 22:36:44 +0000
commit5ee2820646bde78899018d0bfc3e10e1ce347ff6 (patch)
treeed32d203fd97c683303a84b99bf6e6859f41507b /Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
parent041623f9d1bf4e915aa8e04bcf8ac77e3aebed88 (diff)
gregorio 4.1.0-rc2
git-svn-id: svn://tug.org/texlive/trunk@39858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md b/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
index 45690814455..4e408f81820 100644
--- a/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
+++ b/Build/source/texk/gregorio/gregorio-src/CONTRIBUTING.md
@@ -63,7 +63,7 @@ Gregorio provides an [`.editorconfig` file](../.editorconfig), using an [editorc
Python files must output no error when inspected by `pylint`.
-TeX code must use LuaTeX (more than TeX + eTeX + Omega + PDFTeX) primitives as much as possible, and, when not possible, use code compiling under PlainTeX. All lines inside macro definitions must end with `%` to avoid spurious spaces. To check that no line has been forgotten, please check that `grep -nE '^( |\\(|g|e|x)def)[^%]+$' tex/*.tex tex/*.sty` returns only Lua and metapost code or other lines where `%` is not needed.
+TeX code must use LuaTeX (more than TeX + eTeX + Omega + PDFTeX) primitives as much as possible, and, when not possible, use code compiling under PlainTeX. All lines inside macro definitions must end with `%` to avoid spurious spaces. To check that no line has been forgotten, please check that `grep -nE '^(\s|\\(|g|e|x)def)[^%]+$' tex/*.tex tex/*.sty` returns only Lua and metapost code or other lines where `%` is not needed.
### Tests