In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "how to create and display slides in the Linux command line". In daily operation, I believe many people have doubts about how to create and display slides in the Linux command line. I have consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the questions of "how to create and display slides in the Linux command line". Next, please follow the editor to study!
When you are preparing for a speech, your mind may first be dominated by graphic, gorgeous presentations. Admittedly, no one can deny the positive effect of a vivid speech. However, not all speeches require the quality of TED Talk. More often, speeches are intended only to convey specific messages. And this can be done with text messages. In this case, your time can be better spent collecting and verifying information than looking for good-looking images on Google Image search (Google Image).
In the Linux world, there are several different ways for you to choose from to give a speech. For example, Impress.js with a large number of multimedia displays, excellent visual impact, Beamer specially provided for LaTex users, and so on. And if you struggle to find an easy way to create and display a text presentation, mdp can do it for you.
What is Mdp?
Mdp is Linux's next ncurses-based command line demo tool. I like mdp because of its support for markdown, which makes it easy for me to create slides in a familiar markdown format. Naturally, it can also easily publish slides in HTML format. Another benefit is that it supports UTF-8 character encoding, which makes it easy to display non-English characters such as the Greek or Cyrillic alphabet.
Install Mdp in Linux
Mdp has few dependency requirements (such as ncursesw), which makes installation very easy.
Debian, Ubuntu or their derivative version
The code is as follows:
$sudo apt-get install git gcc make libncursesw5-dev
$git clone https://github.com/visit1985/mdp.git
$cd mdp
$make
$sudo make install
Fedora or CentOS/RHEL
The code is as follows:
$sudo yum install git gcc make ncurses-devel
$git clone https://github.com/visit1985/mdp.git
$cd mdp
$make
$sudo make install
Arch Linux
Arch Linux can easily install mdp through AUR.
Create a presentation on the command line
After installing mdp, you can easily create a presentation using your favorite text editor. If you are familiar with markdown, you will soon be able to control mdp. For those who are not familiar with markdown, the best way to learn mdp is to start with an example.
Here is a sample of a six-page presentation for reference.
The code is as follows:
% title: Sample Presentation made with mdp (Xmodulo.com)
% author: Dan Nanni
% date: 2015-01-28
-> This is a slide title mdp is a command-line based presentation tool with markdown support. # Example of nested list # Example of code block formatting # Example of nested quotes This is the first-level quote.
> > This is the second-level quote
> > and continues.
> > * This is the third-level quote, and so on.*
-> # Example of citations # Example of UTF-8 special characters
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.