Skip to content
forked from ast0815/beamdown

Beamdown - A Markdown to LaTeX Beamer converter

Notifications You must be signed in to change notification settings

padeken/beamdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beamdown

Beamdown is a program that translates Markdown syntax to regular Latex Beamer syntax. It uses a Markdown-to-HTML converter as an intermediary step.

It makes creating quick presentations easier and faster, compared as the ration of content to overhead is much better in Markdown than in Latex, especially when writing bullet points. Just compare

\begin{itemize}
    \item Some point
    \item Another point
    \begin{itemize}
        \item An \emph{important} subpoint
        \item And another
    \end{itemize}
\end{itemize}

with

* Some point
* Another point
  + An *important* subpoint
  + And another

Beamdown's capabilities can be seen in the example project.

About

Beamdown - A Markdown to LaTeX Beamer converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 79.5%
  • Shell 14.9%
  • Makefile 5.6%