簡報通常會讓人感到乏味。因此,有些人會添加動畫、漫畫或meme等元素,以增加一些幽默和風格,以打破單調的氛圍。
如果您需要在您的大學或公司的簡報中添加一些獨特的風格,那麼考慮使用Linux終端如何呢?想像一下,這將是多麼酷的事情啊!
Present:Linux 終端機中進行示範
在終端機中可以做很多有趣好玩的事情。製作和展示幻燈片只是其中之一。
這個基於 Python 的應用程式名為 Present,它可以讓你創建基於 Markdown 和 YML 的幻燈片,你可以在你的大學或公司裡演講,並以真正的極客風格取悅人們。
Present 的功能
你可以用 Present 做以下事情:
PgUp
/Down
鍵控制投影片在 Linux 上安裝 Present
Present 是一個基於 Python 的工具,你可以使用 PIP 來安裝它。你應該確保用這個命令在 Ubuntu 上安裝 Pip:
sudo apt install python3-pip
如果你使用的是其他發行版,請檢查你的套件管理器來安裝 PIP3。
安裝 PIP 後,你就可以以這種方式全域安裝 Present:
sudo pip3 install present
#你也可以只為目前使用者安裝,但你也必須將 ~/.local/bin
加到你的 PATH
環境變數。
在 Linux 終端機中使用 Present 來建立和展示投影片
由於 Present 使用了 Markdown 語法,你應該用它來創建自己的幻燈片。在這裡使用 Markdown 編輯器會有幫助。
Present 需要一個 Markdown 檔案來讀取和播放幻燈片。你可以下載這個範例投影片,但你需要單獨下載嵌入的圖像,並將它放在圖像資料夾內。
—
in Markdown files to separate slides. ![RC] (images/name.png)
.
.
to add slideshows with effects. q
to exit the presentation and use the left/right arrows or PgUp
/Down
keys to control the slideshow. Keep in mind that resizing the terminal window while demoing will mess things up, as will pressing Enter.
Summarize
If you are familiar with Markdown and the terminal, using Present will not be difficult for you.
You can't compare it to regular slideshows made with Impress, MS Office, etc., but for occasional use, it's a cool tool. If you're a computer science/networking major, or a developer or sysadmin, your colleagues will definitely find this interesting.
以上是Linux終端機中展示幻燈片的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!