My article is like
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
\section*{...}
...
\section*{...}
...
\end{document}
I wonder what are some quick ways to turn it into slides?
Or is it viewable if projecting the article directly on a screen hanging from a wall in a classroom using general equipments?
slideswith the optionlandscape. This will increase the font size so that it is nicely viewable with projection equipment. However, a 1 page article will become 8-20 slides. Even though this is a kludge, I do this in the classroom when I want to quickly show in class a proof or homework solution with having to build abeamerclass presentation. – R. Schumacher Sep 25 '12 at 15:03beamer. Take any currentarticleclass document you have built and just change the class toslidesand see the result. – R. Schumacher Sep 25 '12 at 15:38slidesandarticle? – Tim Sep 25 '12 at 15:46