plain pdfTeXを用いて以下のコマンド行のように実行する:
pdftex -translate-file=./ddsk ddsk.tex
- pdfTeXで和文文字を出力するため、
ipaex-type1パッケージがインストールされている必要がある。
| let_=`888888888888888888888888888888888888888888888888888888888888888888888 | |
| ~#;}-\$"@`let([(-*);(-/)],nj,(^/)::(&/+-'+.>.*:/),(&-),(!))=((*)::[(/)],(!) | |
| ,[`@.]='}#*?;@=#\:<\=$<"|&^?"}~{?;ve;;`;`).':_,,`],[],8)let(*)o(*/)=((o)):: | |
| (*/)let([(//);(/-)],[_;(^-);(&/.''<);rec-;(^--)],(/<+->),(/),_::(^*-)::_)=( | |
| [(!)-(!);(!)-/(!)],(^/)*`ドド`*`スコ`*`スコ`*`スコ`*(&-),(!)-*8,(let-rec(>) | |
| `@`i=i|(-)r=(-)^(r)in(>)),(^/)*`ラブ注入♡`*[`\-,::]${'<@,_>:~}"#_#"(`])let | |
| (-:)(*<*+-)(*>-)=(*<*+-)-((*<*+-)-/(*>-)-*(*>-))let-rec(!->)|8=(^-)|_=(^--) | |
| let((/--)::[(/->);(/.>);(/.-)],ov)=([(/-)+(/-);(!)>>(/-);(!)-(/-);(/<+->)-* | |
| (/<+->)],{,'=~[__]:?(})let((!),(/.--)::[(/.*-);(/.->)],_)=(nj,[(/.>)-*(/.>) | |
| -*(/.>)-*(/.>)-*(/.>);((/-)<<((/->)-*(!)-(/-)))-(/-);(!)-*((/--)-*8+(/-))<< |
| % Compile this file with 'pdftex' command! | |
| %% \DequeNew\DEQ : Makes a new deque \DEQ. | |
| %% \DequePushBack\DEQ{<text>} : Pushes-back <text> to \DEQ. | |
| %% \DequePushFront\DEQ{<text>} : Pushes-front <text> to \DEQ. | |
| %% \DequePopBack\DEQ : Pops-back from \DEQ and sets the popped text | |
| % to \DequePopped. | |
| %% \DequePopFront\DEQ : Pops-front from \DEQ and sets the popped text | |
| % to \DequePopped. |
| \input sclatex | |
| \dump |
| %#!latex | |
| % 0-2-4-6-8 | |
| % 0######### How many moves are | |
| % :# # # # needed to go | |
| % 2# ## ## from (1,1) to (7,1) ? | |
| % :### # # | |
| % 4# # # | |
| % :######### | |
| \makeatletter | |
| \newcount\my@x \newcount\my@y \newcount\my@m |
| \ExplSyntaxOn | |
| %--------------------------------------- | |
| %% \token_if_jachar:N <token> | |
| % Tests if <token> is a jachar token or not. | |
| \bool_lazy_or:nnTF | |
| { \sys_if_engine_ptex_p: } | |
| { \sys_if_engine_uptex_p: } | |
| { | |
| \use:x | |
| { |
| local ffi = require("ffi") | |
| ffi.cdef[[ | |
| int GetLocaleInfoEx( | |
| const wchar_t *lpLocaleName, | |
| unsigned long LCType, | |
| wchar_t *lpLCData, | |
| int cchData | |
| ); | |
| ]] | |
| function to_wstr(str) |
| %% | |
| %% This is file 'scluamessages.sty'. | |
| %% | |
| %% Copyright (c) 2022 Takayuki YATO (aka. "ZR") | |
| %% GitHub: https://github.com/zr-tex8r | |
| %% Twitter: @zr_tex8r | |
| %% | |
| %% This package is distributed under the MIT License. | |
| %% |
| % tcspingif -e pdflatex -t 256 -i 20 --alternate | |
| \documentclass{standalone} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{lmodern} | |
| \newcommand*{\cLobs}[1]{% | |
| \fontfamily{Lbstr-LF}\fontsize{#1}{0}\selectfont} | |
| \usepackage{xcolor} | |
| \usepackage{tikz,pgfmath,scsnowman} | |
| \colorlet{mybase}{green!70!blue} | |
| \colorlet{mytext}{mybase!60!black} |