1 Star 1 Fork 0

梓瑶 / tess

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
tess

        简介 
        tess是一个简单的文本排版系统,使用Lua编写.目标是实现一个一次编写,到处排版
的排版系统
        tess基于命令语法,在文本文件中插入命令设置格式

================================================================================

        基础结构 
        tess由解析器(Parser),样式器(Style),输出器组成(Output) 
        源文本文件由Parser解析为命令与文本,在Style中生成相应命令的样式并通过输出
器生成为不同格式的文件
        Source===>[Parser]===>Text and Command===>[Style]===>Command===>[Output]
===>ResultFile 
        其中Parser已经实现,无需改动,Style与Output可以进行自定义 

================================================================================

        源代码目录 
tess
|src            ===>源代码
|test           ===>测试
|doc            ===>文档
|README         ===>自述文档
|LICENSE        ===>授权协议
|Developers     ===>开发者名录

================================================================================

        开发者与授权协议 
        开发者名录详见/Developers文档 
        tess基于MIT授权协议(详见/LICENSE文件)
MIT License Copyright (c) 2021 tess developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

A simple typesetting system 展开 收起
Lua 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Lua
1
https://gitee.com/ziyao233/tess.git
git@gitee.com:ziyao233/tess.git
ziyao233
tess
tess
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891