blob: be0e78a51070380bc2de239a74a25e6078ddeebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
README
1. Introduction
This is Y&Y TeX, version 2.3.0 (based on TeX 3.14159265).
For more infomation, see:
http://www.tug.org/yandy
2. Developing Sources
You can check out sources from:
https://code.google.com/p/yytex/
You can choose one ANSI C Compiler for building Y&Y TeX:
1. MSVC (tested Visual Studio 2012/2013)
2. GCC (tested version 4.8)
3. Clang/LLVM (tested version 3.4)
3. Development of Next Version of Y&Y TeX
A necessary patch on eTeX is actually needed. Making the Y&Y TeX
retargetable, supporting DVI and PDF output, is another task of
the next version.
|