几天后我将做一个关于 Linux 的演讲。
所以我想以有风格的方式展示 Linux。
所以我想要任何演示工具。我听说过甲基二磷酸。
现在我想制作自己的幻灯片。
如何制作这种类型的幻灯片?
答案1
在 MDP 中,控制台的功能是有限的。控制台文本是等宽的,无法逐个字符地更改其大小。这就是重点所在。不过,你确实有几个选项可以让它呈现得更好:
增加终端中的全局字体大小(在 Konsole 中为Control+ +)。这可以使远距离阅读更容易,但会限制屏幕上可以容纳的行数。如果字体大小对于内容来说太大,MDP 将出现错误。
使用 ASCII 艺术!
figlet
非常棒为此,但您必须使用 markdown 代码格式来在演示文稿文件中保留其周围的间距。__ __ _____ _ _ _ _ | \/ |_ _ |_ _(_) |_| | ___| | | |\/| | | | | | | | | __| |/ _ \ | | | | | |_| | | | | | |_| | __/_| |_| |_|\__, | |_| |_|\__|_|\___(_) |___/
最终,这将是两者的结合。
mdp
看起来确实很有趣,但一定要在演示硬件上进行测试前你做演示 - 你不想成为演示不成功的傻瓜。制作屏幕截图 PDF 备份可能很有意义。
答案2
TOIlet
使用由较小字符组成的大字符打印文本。它在许多方面类似于FIGlet
具有 Unicode 处理、彩色字体、过滤器和各种导出格式等附加功能。
安装字体:
sudo apt-get install toilet toilet-fonts
截屏:
从男厕所:
-f, --font <name>
Use the given font instead of the default value. Fonts are .flf or .tlf files
stored in the '/usr/share/figlet' directory. Fonts are looked first in the font directory,
then in the current directory.
可用的过滤器:
$ toilet --filter list
"crop": crop unused blanks
"gay": add a rainbow colour effect
"metal": add a metallic colour effect
"flip": flip horizontally
"flop": flip vertically
"180": rotate 180 degrees
"left": rotate 90 degrees counterclockwise
"right": rotate 90 degrees clockwise
"border": surround text with a border