Hello Everyone here i am going to discuss with you people that how to create a report of topic and more than that how to create presentation from that report..
I am discussing the task given to me by my Prof. Dr. H.S. Rai during summer training 2010. I was allowed to do use any software any script. But i selected the Latex..
As I had already discussed about the basic of LaTeX typesetting system and if you forgot you can refer to above posts..
So, To do this task you firstly need..(Remember i am using Ubuntu 10.04 )
1) A LaTeX based graphical editor I installed Texmaker. You can Download from here....
2) After that you have to create your .tex file in this editor that lokks like a report. Get its code from here..
3) Quick build it using F1 key.. You can have your .dvi file from which you can make pdf file for your report that look like here..
4) Hence Your Report is prepared... Yes if someone thinks that there is lt of botheration about commands then don't panic LaTeX editor will help you and if still think then remember one thing you just need to change only one or two commands to make a presenation no text copying, no resetting...
For any difficulties and question make a comment and you will be serviced.
5) Now to make presentation the very first requirement is to install \documentclass{beamer}.
Install it using command in terminal
sudo apt-get install latex-beamer
Now you are all set download presenation file source code in .tex format from here
Here you can see in slide.tex we have insert
\documentclass{beamer} which is used to make your presentation..
\frame is used to start a new slide
if you want to write something in the slide then there is
\frame{
\frametitle{titlename}
\begin{}
your data goes here
\end{}}
Rest of things are same as of report format . You just need to change only above information.
Save it and compile to have .dvi and .pdf file
See the output file here
No comments:
Post a Comment