I'm trying to change a ppt to beamer. Here's the strategy I'm following:
- Copy all bullets from the ppt (open office)
- Paste it in an editor (gedit?)
- Hit
save. (Here, it should call the sed script sed -i 's/^/\item /' filename ) - Editor should see the changes and reload so that I can copy/paste to my beamer source.
Can someone point me to an editor where I can extend the on-save functionality to make this happen.
