Code Monkey home page Code Monkey logo

wiki2beamer's Introduction

wiki2beamer

Create latex beamer code from an easy, wiki-like syntax.

Wiki2Beamer is a small tool to create LaTeX Beamer presentations from text files with a wiki-like syntax. Thus, it enables the user to create beamer presentations in a less time-consuming way.

People

License

  • GNU GPL v2 or later (code)
  • GNU FDL 1.3 or later (documentation)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

wiki2beamer's People

Contributors

cleeus avatar cmorty avatar esc avatar feh avatar hartwork avatar keszybz avatar obnoxxx avatar samtygier avatar vladistan avatar vmx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wiki2beamer's Issues

Different bullet styles for sublists?

Great program! Thanks for keeping it active.

Is it possible to have different bullet styles for unordered sublists? In other words, each level would have a different bullet character. For example, something like:

triangle some text
    circle some text at next sublevel
        square some more text at the next sublevel
    circle second item
triangle second item

Move main repo

Move this repo from esc/wiki2beamer to wiki2beamer/wiki2beamer.

How do I add notes?

I tried

<[note] Tell Joke about plants [note]>

but it produces in latex

\begin{note} Tell Joke about plants [note]>

Xcolor interferes with math

I have the following slide

==== Title ====

$$
    \mathbb{S} := \{ t_1, t_2, \.\.\., t_{n} \}
$$

when it's transformed into Latex code it becomes:

$$
    \mathbb{S} := \{ t\textcolor{1, t}{2, \.\.\., t}{n} \}
$$

which is obviously not what I expect. Perhaps, the color rule should not apply while in the display math mode. Unless I am missing something I should quote my math with

Table support

Thanks for wiki2beamer, I've found it extremely useful for preparing lecture notes.

Would it be possible to get table support into wiki2beamer? That is, translation of e.g.

| header 1 | header 2 |
| ---- | ---- |
| data11 | data12 | 
| data21 | data22 |

into

\begin{tabular}{l|l}
header 1 & header 2 \\
\hline
data11 & data12 \\
data21 & data22 \\
\end{tabular}

Add travis/tox support

This code is supposed to work on many python versions, add support for travis/tox to check that automatically. You know, almost 2014 and so on, might want some CI.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.