Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
mlz
BornAgain
Commits
23f3047e
Commit
23f3047e
authored
9 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
ucharcat.sty no longer needed after latest update of texlive
parent
1e48b2a3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/UserManual/ucharcat.sty
+0
-50
0 additions, 50 deletions
Doc/UserManual/ucharcat.sty
with
0 additions
and
50 deletions
Doc/UserManual/ucharcat.sty
deleted
100644 → 0
+
0
−
50
View file @
1e48b2a3
%%
%% This is file `ucharcat.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ucharcat.dtx (with options: `package')
%%
%% Source File: textcase.dtx
%% Copyright 2015 David Carlisle
%%
%% This file may be distributed under the terms of the LPPL.
%% See README for details.
\NeedsTeXFormat
{
LaTeX2e
}
\ProvidesPackage
{
ucharcat
}
[2015/11/19 v0.03 ucharcat for luaLaTeX (DPC)]
\ifx\directlua\@
undefined
\ifx\Ucharcat\@
undefined
\ifx\XeTeXinterchartokenstate\@
undefined
\PackageError
{
ucharcat
}
{
\string\Ucharcat\space
may only be used with xetex and luatex
}
{
skipping package
}
\else
\PackageError
{
ucharcat
}
{
\string\Ucharcat\space
is defined in xetex releases from 2015 only
}
{
skipping package
}
\fi
\fi
\expandafter\endinput
\fi
\ifx\newcatcodetable\@
undefined
\chardef\ucharcat
@table"7000
\directlua
{
tex.enableprimitives("",
{
"initcatcodetable"
}
)
}
\initcatcodetable\ucharcat
@table
\else
\newcatcodetable\ucharcat
@table
\fi
\directlua
{
%
local nt = newtoken or token
function UcharcatLua()
local mych = nt.scan
_
int()
local mycat = nt.scan
_
int()
tex.setcatcode(
\the\numexpr\ucharcat
@table
\relax
,mych,mycat)
tex.sprint(
\the\numexpr\ucharcat
@table
\relax
,unicode.utf8.char(mych))
end
}
\def\Ucharcat
{
\directlua
{
UcharcatLua()
}}
\endinput
%%
%% End of file `ucharcat.sty'.
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