Skip to content

Slides for Emacs vs Vim talk @ GeekNight - CodeWeek '22

Notifications You must be signed in to change notification settings

hgp22/Emacs-vs-Vim-GeekNight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Presentation

You can see the presentation itself in slides.org or slides.pdf. To see it in emacs, with presentation mode, you’ll need to install org-tree-mode.

You can find more information in this usefull repo.

Slides in PDF

I used org-beamer-export-to-pdf to generate slides.org in pdf.

To export a file to pdf in your machine, for ubuntu/mint/pop_os distros, you’ll need:

  • TexLive base
sudo apt-get install texlive-latex-base
  • Extra fonts and packages to avoid errors when compiling
sudo apt-get install texlive-fonts-recommended;
sudo apt-get install texlive-fonts-extra;
sudo apt-get install texlive-latex-extra

And it’s ready to use!

References

About

Slides for Emacs vs Vim talk @ GeekNight - CodeWeek '22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published