Created
December 3, 2019 08:24
-
-
Save cmplstofB/48b11e66f754b8e627e8dec0f7a0abd3 to your computer and use it in GitHub Desktop.
SiLeX logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%= || :; iffalse() { :; } | |
\iffalse | |
<<. make -f - run clean | |
.POSIX: | |
.SUFFIXES: | |
PROGNAME = $(basename ${0%.*}) | |
BASEDIR = $(test "${0##*[^.]/}" = "$0" && pwd || (cd "${0%/*}" && pwd)) | |
SRCFILE = \$(BASEDIR)/\$(PROGNAME).tex | |
PDFFILE = \$(BASEDIR)/\$(PROGNAME).pdf | |
TEX = pdftex | |
TEXFLAGS = --file-line-error \\ | |
--halt-on-error \\ | |
--interaction=nonstopmode | |
PDFVIEWER = texdoc --just-view | |
all: \$(PDFFILE) | |
\$(PDFFILE): \$(SRCFILE) | |
@\$(TEX) \$(TEXFLAGS) \$< > '/dev/null' 2> '/dev/null' | |
run: \$(PDFFILE); @\$(PDFVIEWER) \$< | |
clean: | |
-@rm -f -r \$(PROGNAME).log | |
. | |
exit $? | |
$ | |
\fi | |
\pdfpageheight=210truemm | |
\pdfpagewidth=297truemm | |
\pdfpagesattr{/MediaBox [0 0 595 842] /PageSize (A4) /Rotate -90} | |
\voffset=-.9in | |
\hoffset=-.9in | |
\def\SiLeX{% | |
S% | |
%\kern-.1em\lower.5ex\relax | |
%\hbox{\uppercase{i}}% | |
%\kern-.1333em\relax | |
\kern-.1em\relax | |
\i% | |
\kern-.15em\relax | |
L% | |
\kern-.3em\raise.5ex\relax | |
\hbox{\uppercase{e}}% | |
\kern-.125em\relax | |
X} | |
\font\basefont=cmr17 at 96pt\relax\basefont | |
\TeX\slash\SiLeX | |
\font\basefont=ntx-Regular-lf-ot1 at 96pt\relax\basefont | |
\TeX\slash\SiLeX | |
\font\basefont=Roboto-Regular-lf-ot1 at 96pt\relax\basefont | |
\TeX\slash\SiLeX | |
\font\basefont=cmtt12 at 96pt\relax\basefont | |
\TeX\slash\SiLeX | |
\par\vfill\eject | |
\hsize 8cm | |
\vsize 5cm | |
\tenrm | |
{\bf \SiLeX}\footnote{${}^\dagger$}{if your system cannot type like \SiLeX, it should displays like ``{\tt SiLeX}.''} | |
is a document system alternate to \TeX. | |
\bye |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.o""T\ | | |
o"' | \ `"88"''''"8| | SiLeX | |
/"o.. '. \ 88 'i | | |
/ `'"o| \ .o''''o.| `"88"' 88 . `"88"' `"8"' | Version: 0.1.0 | |
/ '. \ 8" "i 88 88...8| `88o o8' | | |
/ ,| \ '8ooo. `"88"' 88 88 ' "88..8" | | |
/ ,.o"'"8. \ '888o 88 88 88 .i `888. | | |
/ ,.o"' "8.\ "88o 88 88 .o88o....o8| o8''88o | | |
/,.o"' ;8' i. o88" 88 88 .i .8" "88. | | |
\. ,o" |"...o88" 88 .o88o....o8| .o8o. .o88o. | | |
\. ,o" 88 | | |
\. ,o" .o88o. | | |
\.o" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment