diff options
| author | Blista Kanjo | 2024-02-17 12:53:02 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-17 12:53:02 -0500 |
| commit | a14131f2972433536463206b5afc43529cc6e590 (patch) | |
| tree | 1297256fcdf8d9334089a3fa8b1d494481135b82 | |
| parent | 6461fc17602fe8d9e9515040d1985aa3bf5a4694 (diff) | |
refactor: make `README` a markdown file
| -rw-r--r-- | README | 14 | ||||
| -rw-r--r-- | README.md | 17 |
2 files changed, 17 insertions, 14 deletions
@@ -1,14 +0,0 @@ -𝑸𝒖𝒊𝒄𝒌 𝑷𝒓𝒆𝒔𝒆𝒏𝒕𝒂𝒕𝒊𝒐𝒏𝒔 𝒇𝒓𝒐𝒎 𝑴𝒂𝒓𝒌𝒅𝒐𝒘𝒏 𝒖𝒔𝒊𝒏𝒈 𝑷𝒂𝒏𝒅𝒐𝒄 𝒂𝒏𝒅 𝑳𝒂𝑻𝒆𝑿 𝒃𝒆𝒂𝒎𝒆𝒓. - -Main instance is found on: https://procrastislides.com/ - -𝗟𝗮𝗧𝗲𝗫 𝗣𝗮𝗰𝗸𝗮𝗴𝗲 𝗗𝗲𝗽𝗲𝗻𝗱𝗲𝗻𝗰𝗶𝗲𝘀 𝗳𝗼𝗿 𝗕𝗮𝘀𝗶𝗰 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝗮𝗹𝗶𝘁𝘆: -- texlive-bin -- texlive-core -- texlive-fontsextra -- texlive-formatsextra -- texlive-langchinese -- texlive-langextra -- texlive-langjapanese -- texlive-latexextra -- texlive-pictures diff --git a/README.md b/README.md new file mode 100644 index 0000000..049f8b8 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# procrastislides +## Quick Presentations from Markdown via `pandoc` and `pdflatex` + +**Main instance is found on: ** *[https://procrastislides.com/](https://procrastislides.com/)* + +### `LaTeX` Dependencies for Basic Functionality: +- texlive-bin +- texlive-core +- texlive-fontsextra +- texlive-formatsextra +- texlive-langchinese +- texlive-langextra +- texlive-langjapanese +- texlive-latexextra +- texlive-pictures + +[](https://youtu.be/DGudYy0sfx8) |
