Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids-tex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids-tex
Commits
78c4243c
You need to sign in or sign up before continuing.
Verified
Commit
78c4243c
authored
6 years ago
by
mirabilos
Committed by
mirabilos
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
make this work on Debian jessie / TL 2014
parent
327b63a5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
unicodedomino.sty
+1
-1
1 addition, 1 deletion
unicodedomino.sty
unicodedomino_compat.def
+22
-0
22 additions, 0 deletions
unicodedomino_compat.def
with
23 additions
and
1 deletion
unicodedomino.sty
+
1
−
1
View file @
78c4243c
...
...
@@ -28,7 +28,7 @@
% makes all UTF-8 available in listings.
\NeedsTeXFormat
{
LaTeX2e
}
%
\ProvidesPackage
{
unicodedomino
}
[2018/08/06 1.
6
Domino for unknown codepoints]
%
\ProvidesPackage
{
unicodedomino
}
[2018/08/06 1.
7
Domino for unknown codepoints]
%
\makeatletter
%
\ifx\numexpr\@
undefined
%
...
...
This diff is collapsed.
Click to expand it.
unicodedomino_compat.def
+
22
−
0
View file @
78c4243c
...
...
@@ -20,6 +20,28 @@
%-
% Compatibility code with older utf8.def versions
% added in release 2015/01/01
\ifx\textsubscript\@
undefined
%
\RequirePackage
{
fixltx2e
}
%
\fi
%
% added in v1.1o 2015/08/28
\ifx\UTFviii
@hexnumber
\@
undefined
%
% taken from utf8ienc.dtx, no claim on the code but it’s really trivial
\gdef\UTFviii
@hexnumber#1
{
%
\ifnum
#1>15
%
\expandafter\UTFviii
@hexnumber
\expandafter
{
\the\numexpr
(#1-8)/16
\relax
}
%
\fi
%
\UTFviii
@hexdigit
{
\numexpr
#1
\ifnum
#1>0-((#1-8)/16)*16
\fi\relax
}
%
}
%
\gdef\UTFviii
@hexdigit#1
{
%
\ifcase\numexpr
#1
\relax
%
0
\or
1
\or
2
\or
3
\or
4
\or
5
\or
6
\or
7
\or
8
\or
9
\or
%
A
\or
B
\or
C
\or
D
\or
E
\or
F
%
\fi
%
}
%
\fi
%
% added in v1.2a 2018/03/24
\ifx\UTFviii
@invalid@help
\@
undefined
%
\def\UTFviii
@invalid@help
{
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment