commit: 5b2f4cf0b533bfdcd48cfa0f3768a8b64ee1c9f4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 6 17:49:15 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 6 17:49:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=5b2f4cf0
Use \textbackslash rather than math mode. names.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/names.tex b/names.tex index 2fc59b6..f5cc9bf 100644 --- a/names.tex +++ b/names.tex @@ -53,8 +53,8 @@ hyphen, a dot or a plus sign. The package manager must not impose fixed limits upon the number of version components. Package managers should indicate or reject any version that is invalid according to these rules. -A version starts with the number part, which is in the form \t{[0-9]+($\backslash$.[0-9]+)*} (a positive -integer, followed by zero or more dot-prefixed positive integers). +A version starts with the number part, which is in the form \t{[0-9]+(\textbackslash.[0-9]+)*} +(a positive integer, followed by zero or more dot-prefixed positive integers). This may optionally be followed by one of \t{[a-z]} (a lowercase letter).