marpstyle
was created with beauty and simplicity as its main concerns, while taking functionality into account. Back in 2021, when the first plato.css theme was ready, I decided to share it freely here on Github.
I sincerely hope you make good use of it and that it comes to be as useful to you as it has been to me.
If you find it useful, all I ask is that you give the credits in you presentarions.
- Max Weber
- Hume
- Orwell
- Pascal
These styles will soon be released! Stay tuned for more marpstyle themes
!
This slide deck was created for a presentarion about Artifical Inteligence (AI). It show some of the capabilities of MARP as well my CSS styles. I hope you like it.
Academic presentation on philosophical aspects of Artificial Intelligence (AI):
-
As you will find better explained in Marp´s site at Github, Marpit /mɑːrpɪt/ is the skinny framework for creating slide deck from Markdown, created by Yuki Hattori, to whom I am very thankful.
-
All the themes here presented are destinated to be used with the Marpit: Markdown slide deck framework. In order to install Marp in your VS Code, take a look at Marp for VS Code.
Here you´ll find examples of the available themes. Click on the picture to open a corresponding PDF example.
-
First, it is clear that you need
Marp
installed and operational. I just created these styles having the VSCode environment in mind, and only it, but it doesn´t mean they don´t work well with other environments, but I haven´t teste them at all. -
My suggestion is that you create a separate folder for each intended presentation of yours. Inside this folder I do also recomend you to create another folder, which might be called
/style
, specifically destinated for theCSS
style files you intend do use in your presentation. -
A prerequisite for using some extra fonts is that you have them installed on your computer. That said, some of the
styles
available here require special fonts not available by default in most OS installations. I intend to make some modifications so that these fonts are automatically downloaded from internet, but until this modification ins implemented, you will find below a section containing informations about the special fonts use in some of my styles and a possible locations where from you can download them (for free). -
If you use
MARP
for VSCode, remember to include the path to the theme files (CSS
files) in yourworkspace.code-workspace
in order to make them available to your slide deck.
{
"folders": [
{
"path": "."
}
],
"settings": {
"markdown.marp.themes": [
"./style/arendt.css",
"./style/descartes.css",
"./style/einstein.css",
"./style/freud.css",
"./style/godel.css",
"./style/hegel.css",
"./style/heidegger.css",
"./style/husserl.css",
"./style/jobs.css",
"./style/kant.css",
"./style/king.css",
"./style/leibniz.css",
"./style/orwell.css",
"./style/pascal.css",
"./style/plato.css",
"./style/schema.css",
"./style/simple.css",
"./style/socrates.css",
"./style/structure.css",
"./style/turing.css",
"./style/weber.css",
]
}
}
You might as well use my themes directly from github using the url, just like depicted below:
{
"folders": [
{
"path": "."
}
],
"settings": {
"markdown.marp.themes": [
"https://cunhapaulo.github.io/style/arendt.css",
"https://cunhapaulo.github.io/style/descartes.css",
"https://cunhapaulo.github.io/style/einstein.css",
"https://cunhapaulo.github.io/style/freud.css",
"https://cunhapaulo.github.io/style/godel.css",
"https://cunhapaulo.github.io/style/hegel.css",
"https://cunhapaulo.github.io/style/heidegger.css",
"https://cunhapaulo.github.io/style/husserl.css",
"https://cunhapaulo.github.io/style/jobs.css",
"https://cunhapaulo.github.io/style/kant.css",
"https://cunhapaulo.github.io/style/king.css",
"https://cunhapaulo.github.io/style/leibniz.css",
"https://cunhapaulo.github.io/style/orwell.css",
"https://cunhapaulo.github.io/style/pascal.css",
"https://cunhapaulo.github.io/style/plato.css",
"https://cunhapaulo.github.io/style/schema.css",
"https://cunhapaulo.github.io/style/simple.css",
"https://cunhapaulo.github.io/style/socrates.css",
"https://cunhapaulo.github.io/style/structure.css",
"https://cunhapaulo.github.io/style/turing.css",
"https://cunhapaulo.github.io/style/weber.css",
]
}
}
In the first editions of Marpstyle, it was necessary to download and install some of the fonts used. Now this is no longer necessary, as they are automatically downloaded from a website. Even so, I've kept here the reference and the sites from which these fonts can be downloaded and installed locally. See below:
-
- Fira Sans Light: https://fonts.google.com/specimen/Fira+Sans?query=fira
- Fira Sans Light: https://github.com/bBoxType/FiraSans
-
- Georgia or Serif:
Recently I decided to make use of downloading fonts from internet instead of forcing the user to install TTF fonts in their systems. Should it break in the future, due to the stop of the site proving the sources, be advised to resort to the old method instead.
- Plato theme was inspired by Metropolis Beamer Theme for LaTeX by Mathias Vogelgesang. Vielen Dank!!
- Used some parts of Juan Vera del Campo CSS styles. Gracias!
- Special thanks go to the creators of CDN Fonts website, wherefrom those fantastic fonts are downloaded!