View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000938 | luatex | feature request | public | 2015-05-23 01:04 | 2016-03-02 15:04 |
Reporter | Hans Hagen | Assigned To | Hans Hagen | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Target Version | 0.90.0 | Fixed in Version | 0.90.0 | ||
Summary | 0000938: print with explicit catcode | ||||
Description | follow up on questionbny david on luatex list tex.cprint(catcode,string,..) (so that one can make a macro doing it the same at the tex end) prints a string or more using the given catcode for all character (instead of a table) analogue to: \directlua{% local cct = nil local chr = nil function UcharcatLua() chr = newtoken.scan_int() cct = tex.getcatcode(chr) tex.setcatcode(chr,newtoken.scan_int()) tex.sprint(unicode.utf8.char(chr),"\\directlua{UcharcatLuaFollowup()}") end function UcharcatLuaFollowup() tex.setcatcode(chr,cct) end } \def\Ucharcat{\directlua{UcharcatLua()}} A:\the\catcode65:\Ucharcat 65 11:A:\the\catcode65\par A:\the\catcode65:\Ucharcat 65 5:A:\the\catcode65\par A:\the\catcode65:\Ucharcat 65 11:A:\the\catcode65\par | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-05-23 01:04 | Hans Hagen | New Issue | |
2015-05-23 01:04 | Hans Hagen | Status | new => assigned |
2015-05-23 01:04 | Hans Hagen | Assigned To | => Hans Hagen |
2015-11-10 13:21 | Hans Hagen | Target Version | => 0.90.0 |
2016-03-02 15:04 | Hans Hagen | Note Added: 0001583 | |
2016-03-02 15:04 | Hans Hagen | Status | assigned => closed |
2016-03-02 15:04 | Hans Hagen | Resolution | open => fixed |
2016-03-02 15:04 | Hans Hagen | Fixed in Version | => 0.90.0 |