Latex - Basic elements for a presentation
HTML-код
- Опубликовано: 1 ноя 2024
- Online folder (you can download whatever you need for free, see "Download instructions.txt"):
[Online folder 1](c.gmx.net/@579...)
[Online folder 2](drive.google.c...)
0:00:10 Objectives and video description
0:01:54 PDF
0:10:22 How to compile
0:13:14 Project structure
0:14:16 Preamble
0:16:49 Title frame
0:19:40 Create a table of contents
0:19:40 1 First settings
0:23:45 1.1 Themes, colors and fonts
0:30:12 1.2 Custom colors
0:33:56 1.3 Frame number
0:37:15 1.4 Foot
0:40:12 1.5 Aspect ratio
0:41:43 2 Presentation elements
0:41:51 2.1 Highlight current section
0:42:47 2.2 Columns
0:43:45 2.3 Embedding figures
0:45:11 2.4 Setting a link to a video
0:50:31 2.5 Other attachments
0:53:17 2.6 Overlays
0:59:02 2.7 Presentation of data
1:01:39 2.8 Text blocks
1:02:50 2.9 Mathematical content
1:03:31 3 Presentation handout
Magnifico! ... the work you have put on this video, the quality and amount of information is thoughtful and concise.
Thank you.
Dheus Joga thank you very very much!
Thank you Mauricio Lobos, it helped me a lot for kicking off making latex presentation.
happy to hear that
Mauricio Lobos: I am going to acknowledge your name in my dissertation. You can't imagine how helpful this video is. Thank you :)
+Payam Parsinejad
:D happy to help, good luck with your dissertation!
Ein sehr hilfreiches Video. Danke! Ich erstelle gerade die Präsentation zu einer Facharbeit nach der Vorlage.
Jou, gerne! Viel Spaß!
Gracias! No sabía siquiera que se podían hacer presentaciones en LaTeX y este video estuvo muy bueno.
Great presentation. I've used LaTeX to write, but not to present, yet. This and the .tex docs are everything I need. Thanks.
I will recommend the series to anyone wanting to learn Latex quickly.
P B
thank you :D
Thanks for this video and the resources. Brilliant stuff here!
Thank you. I have used Latex/Beamer for some time, but your video showed me some useful tricks. ;)
Top Video, wirklich alles drin was man braucht um mit Beamer zu starten :)
Danke! Viel Spaß!
Thank you Mauricio. Your video and the online folder were really helpful!
Marco Guamán happy to help, have fun!
Thank you so much, Mauricio.
Your video helps me a lot for my next presentations.
+Trần Trình
happy to help :D would luck with your presentation
Thank you very much for this video and the resources, You are the best !
2021 - Great tutorial! Thank you so much!!!!
Thank you very much Mauricio!! You did really a great video :) Super clear and exhaustive :)
You are very welcome : D have fun!
Very Useful! Great Job!Thanks Mauricio!
Thank you very much for great videos teaching Latex!!!!
Awesome stuff! :) Thanks for the tutorial.
Hey hombre, que bomba de video!. Muchas gracias!. Un Cordial saludo
+Dario Cruz
de nada :D!
Hi, I encountered a problem just now after I have updated my MikTex, I managed to solve it by adding the command "\PassOptionsToPackage{force}{filehook}" before "\documentclass{beamer}". But I got some warnings still, for example:
Patching '\begin' failed!(etoolbox) '\AtBeginEnvironment' will not work.
Detected unknow definition of \InputIfFileExists.
Option 'pdfauthor' has already been used, (hyperref) setting the option has no effect.
Do those warnings matter?
There are also some "Badbox" messages, like
Overfull \hbox (0.76073pt too wide) has occurred while \output is active
Overfull \vbox (2.81577pt too high) detected at line 265.
Do those messages matter?
Hola Mauricio Muchas gracias, muy simple, muy bien organizado y muy instructiva
Your videso are very elaborative man!! Thank you.. really helped
Thank you for the effort......very informative
Hello. Thank you. When I write some text in beamer in textstudio, in pdf it does not make full lines. I want it to write full line and justified. I have mathematics also in my slides but the english text not filling space for text paragraphs. not even on pages i am not using any equations or columns. package ragged2e did not do any good. Can I have a piece of hint how to resolve it. Thanks
Hola Mauricio muchas gracias por el tiempo y el contenido muy bueno :D.
Soy algo nuevo en latex, pero lo que me sorprende es que solo usas un \usepackage y usas de todo desde gráficos, tablas y todo jeje. Como usas gráficos sin usar \usepackage{graphicx} por ejemplo?
In addition, the compiling time now takes a few seconds more than before. What should I do? Thanks!
Hi, best tutorials; as we mostly write every thing in bullet list in beamer how to avoid automatic Indentation, because it creates lots of margin at left side. I searched in web suggestion like \usepackage{enumitem}, not working for me any suggestions?
Thank you
Thanks! Very helpful.
Muchas gracias por la explicación y el contenido. En realidad que nos enseñes escribiendo el código es casi molesto para los nuevos, este método nos da mayor visualización de las herramientas. Felicidades por el trabajo.
Saludos cordiales.
Saúl Villagómez de nada, ojalá que te sirva de algo :D
thank you, it is really helpfull
Hi, Mauricio, thanks for the great work! It helped me to learn so fast as a beginner! I have two problems that I don't know how to deal with it (already googled it but find no matched problem). After I did the setting you recommended, I pressed the "Quick Build" for the first time, I was asked to install some packages, and I chose the option "install automatically" and "do not ask me again". Then nothing happened. And the "Quick Build" button just doesn't work (also the "F1" button). And there is no error message. Do you know the reason of this?
Second, in the preamble, when I change the document class from handout to beamer, the PDF view still gives me 22 pages, which is the handout version. Don't know why.
Thanks for your patience and help! God blesses you!
Hi Lin,
hmmm....
1) Did you install Miktex and use the option "install packages on the fly"? See installation video ruclips.net/video/WnIYTFTsWiU/видео.html That should actually take care of all package installations. Sometimes I still had to press F1/Quickbuild 3 times such that all files could be updated
2) That is weird.... you commented out the line
\documentclass[handout]{beamer}
and used instead the line
\documentclass{beamer}
right?
Mauricio Lobos Fernández First of all, the problem is solved. Great thanks for your fast reply. Great respect to you.
I actually did install Miktex as you instructed in the video. What I did just now was that I uninstalled both softwares, and installed them again with some updates to Miktex.
When I compile, there's an error saying "undefined control sequence. \beamer@endinputifotherversion". Google says that it dues to version problems, and I just need to compile again and the error will be gone. So now, it's fine. Thanks again.
Thanks bro it's very helpful for me.
You are the best
many thanks
Download link is showing forbidden!!How to download then
Hello! It is a good video! It helped me a lot. I am writing a disertation in math, so I need more comands. I see that you don't have a tutorial special for math, can you say me a site or something that can help me? Pretty please!
Hey! Well, google a little :D You will surely need a lot of symbols. Take a look at this site
web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html
and if you have any question, go to this forum
tex.stackexchange.com/
Good luck!
My disertation is done,but I have to make the beamer presentation. Thank you a lot!! I will look to what you said! Have a nice day ! ^.^
Thanks, you too!
I am getting an error message when i hit the quick build .i recently installed the Miktex and texmaker.The message says The memory dump file could not be found. pdfLatex.fmt
Kindly help me to remove the error.
just search a little bit, fot example here
tex.stackexchange.com/questions/81739/the-memory-dump-file-could-not-be-found
Thanks i am working on it.If it works i will let you know.
Thank you very much!
sir i have this problem can you help me plz
! LaTeX Error: File `beamerbasemodes.sty' not found.
You have to first install beamer package after you install MiKTeX. To do that, go to MiKTeX console > Packages > In the search box, type "beamer", choose 'beamer' from the list > Click on the "+" icon nearby the search box. After it has finished installing, click on the "Close" button in the dialog box. Then, come back to the code and compile it. Hope this helps.
@@nithinjoseph264 thank you very much sir you saved me
Hi, Dr. Fernández, sorry to bother you again. Thanks in advance. I encountered two problems that I failed to solve it.
1. How to change the font size? In the video I know how to change font style, but not size. In each frame, the template could start with unitemized words, itemized, and even sub-itemized words. I noticed that the font size of unitemized words is roughly the same as the size of first level itemized words. How to change that?
2. The distance between each bullet is the same as the distance between lines within on bullet. This does not look so nice. I googled many ways to do it, but all failed in this template, and sometimes I even lost the first level bullets. Do you know how to enlarge the distance between two bullets? Or to decrease the distance between lines within one bullet?
I hope I made myself clear. Thanks again.
1) take a look at this: tex.stackexchange.com/questions/33969/changing-font-size-of-selected-slides-in-beamer
2) take a look at this: tex.stackexchange.com/questions/10684/vertical-space-in-lists
always first look around in tex.stackexchange.com , there you will find a huge amount of useful stuff! have fun!
Great thanks for your reply. Thanks for the link. Actually, the package enumitem is not so compatible with beamer. I finally tried the suggestion to create a new environment, and it works. Thanks.
Next time will go to this website. Thanks a lot.
Danke Mauricio.!
Ravi Shah Gerne!
thanks for this done
thanks :)
arigato onegaishimasu
Anshul Garg Dōitashimashite (you are welcome! Sorry I could not find the exact translation of the japanese expression you wrote, something like thank you for the training?)
Link is dead man!! Phd defence in 5days maaaaaan.!!!!
Can you help??
Great job btw!!
ntinosntinosntinos try the following: copy the download link, open a new browser window in private mode and go there to the download link.
Thanks a lot for the reply, i did it that way and got the files etc!
I see that the user-defined colors for headers, footers , left hand contents only apply to the berkely theme you're using..I'm gonna go with berlin probably, do the same principles apply to all themes, when it comes to modifying header/footer style??
how to download bro
why using beamer when you can use power point?
You can use power point if you have the money for the software. But if you do not and want to create awesome stuff for free, then LaTeX and its great community offer free software for education and scientific purposes and a lot of support just to help the world.
man you could have made short videos u know... separate ones