美文网首页
十四试Ubuntu-tpp

十四试Ubuntu-tpp

作者: 壮士干了这碗皮蛋瘦肉粥 | 来源:发表于2016-01-24 22:00 被阅读183次

    这次的是,文艺程序员的终极装X神器——tpp

    这是一个在终端上演示PPT的程序,要是哪天演讲的时候用它来展示,那真是狂拽酷炫X炸天,分分钟惊艳全场!

    先上效果图:


    这款神器的名字是tpp,安装也异常简单

    sudo apt-get install tpp

    以下是刚才 tpp文件的代码:

    --author Zhang Hongzhen

    --title A simple example

    --date 2016.01.24

    --bgcolor blue

    This is the abstract of this presentation.

    It may consist of zero or more lines, and may be as long as you want.

    --newpage agenda

    --heading 这里是目录

      * 蔡

      * 老

      * 师

      * 最

      * 帅

    --newpage intro

    --heading Hello World

    代码:

    --beginoutput

    #include <stdio.h>

    int main(void) {

    printf("Hello World!");

    return 0;

    }

    --endoutput


    将以上代码保存为 test.tpp,,然后在终端中

    zhz@zhz-ThinkPad-Edge-E431:~$ tpp test.tpp

    运行就可以播放 ppt 了。其他各种酷炫功能有待尝试。

    相关文章

      网友评论

          本文标题:十四试Ubuntu-tpp

          本文链接:https://www.haomeiwen.com/subject/sdwrkttx.html