Thank you very much for this very informative video! Your explanation on writing a report with LaTeX is clear and well-detailed. It really helped me to better understand the process. Keep up the excellent work!
wow ................Thank you very much for this very informative video! Your explanation on writing a report with LaTeX is clear and well-detailed. It really helped me to better understand the process. Keep up the excellent work!
Thank you for this wonderful video, this will be very much useful for the students doing thesis. I don't know why it didn't have reach. It deserves more views and likes. Keep doing with useful contents, and you will definitely reach great heights for your efforts
This was a really really helpful video for me as a beginner. One big thing I found would be very helpful to include is the formatting of the margins, the font size/types, and the spacing. You have shown how you put 1.5cm of vspace but, for example, if you need two vertical spaces for the font size 12 on Arial type font?
Awsome video on Thesis writing using LaTeX. Could you please tell me the ways to increase the fontsize of "Chapter number" and "Chapter title" in every chapters.
sure, find them here: www.overleaf.com/latex/templates/queens-thesis-template/bvsbgnzbbwbw, open this as a template in Overleaf and copy down the packages as required. Unfortunately, there are a lot of them and it would be inconvenient to copy all of them here.
very well explained... I have one question, You cited the references as the name but what if we want to cite the references by number e.g. cite in text as [1-3] and in the bib file we add the references 1 to 3 then how we will do it?
To cite references by number in LaTeX using Overleaf, create a `.bib` file with your references in BibTeX format. In your LaTeX document, add the `natbib` package and use `\citep` for citations. Include the bibliography with `\bibliographystyle{plainnat}` and `\bibliography{yourfile}`. Compile your document, run BibTeX, then compile twice more to update the references. This setup will produce numbered citations like `[1-3]` and a corresponding bibliography section.
Thank you very much for your very informative video. The small problem is that the bibliography list at the end is not sorted alphabetically. How to resolve this? I thank you in advance.
Can you help me with the packages? Unfortunately, the packages for font size are not in the description, so I need your help (declaring the packages). Solid tutorials. Good work.
So a universal font size can be declared right when you create a document (Check 7:34 as I do that). Other than that for controlling individual specific word or letter fonts you can simply use the following : \tiny \scriptsize \footnotesize \small
ormalsize \large \Large (note the capital 'L') \LARGE \huge \Huge (the largest size) These do not need any special package! let me know if you have further questions! cheers!
Using LaTeX offers several advantages over Microsoft Word for handling complex formatting. LaTeX provides precise control over document layout, especially for technical and scientific documents, such as equations, citations, and bibliographies. It allows for consistent styling and automated formatting, which can save time and reduce errors. Additionally, LaTeX documents are text-based, making version control and collaboration easier, especially for large projects or documents with multiple contributors.
Good day, a great share. I am trying to download the ShareLaTex for windows and I am getting an error message. Can you please advise as to how I can download the ShareLaTex to my laptop?
Thanks so much! Honestly I donot have any experience using ShareLaTex. I would still recommend you using the standard online Overleaf editor, as its honestly the best. However incase you still need to use an offline Latex editor go with TeXstudio they have a wider community and will help you get started faster.
I have gone over this in my video briefly, but you have to specify the figure to stay at that particular position passing the [h] parameter after starting the figure. Also, it could be that there is not enough page space left, and Latex is shifting the text accordingly. Keep adjusting the figure size.
This is an excellent video, very comprehensive and clear. Thanks so much for your time and effort in putting this together.
So glad that it helped you! Happy thesis writing :)
Great share, thank you for your huge effort!!!!!
Thank you! Cheers!
Thank you very much for this very clear explanation. great video
My pleasure! Hope it helped you
Thank you very much for this very informative video! Your explanation on writing a report with LaTeX is clear and well-detailed. It really helped me to better understand the process. Keep up the excellent work!
You're very welcome! I am glad it helped! :)
All the best with your writing!
Thank you for the great work!!!
Appreciate that a lot 🙏🏼
Glad it helped!
wow ................Thank you very much for this very informative video! Your explanation on writing a report with LaTeX is clear and well-detailed. It really helped me to better understand the process. Keep up the excellent work!
Glad you enjoyed it!
Thanks a lot for such an amazing tutorial.
Happy to help! All the best for your thesis!
@@mayukh_bagchi Thanks a lot
Thanks dada. Clear and concise.
You are most welcome! All the best for your thesis/writing stuff!
thank you bro, very useful
Glad it helped
thanks you solve all of my questions
Thank you for this wonderful video, this will be very much useful for the students doing thesis. I don't know why it didn't have reach. It deserves more views and likes. Keep doing with useful contents, and you will definitely reach great heights for your efforts
So glad you found it useful! Thanks for the kind words!
You have explained very nicely dada. Thanks for the video, suggestions and a great guidance. Thanks a lot !!
You are welcome! I am really glad that it helped you!
This was a really really helpful video for me as a beginner. One big thing I found would be very helpful to include is the formatting of the margins, the font size/types, and the spacing. You have shown how you put 1.5cm of vspace but, for example, if you need two vertical spaces for the font size 12 on Arial type font?
Thanks for the feedback I will surely keep this in mind for future videos.
Awsome video on Thesis writing using LaTeX. Could you please tell me the ways to increase the fontsize of "Chapter number" and "Chapter title" in every chapters.
Very helpful. Great Work. Thanks !!!
Thanks dude for going over! Glad if it could help you :)
Thank you so much
Glad it helped you!
Hello sir it is very nice. It will help to every researchers to write them thesis in latex. Superb
Very happy it helped you! :)
This is solid!
Glad you liked it brother!
How to fix the problem in overleaf chapter appear twice
Thank you from Italy.
You are welcome!
Hey can you list down all the packages that you have used in this tutorial?
sure, find them here: www.overleaf.com/latex/templates/queens-thesis-template/bvsbgnzbbwbw, open this as a template in Overleaf and copy down the packages as required. Unfortunately, there are a lot of them and it would be inconvenient to copy all of them here.
Thanks a lot!
You're welcome!
Thank you!😊. This is very useful💪
Glad it was helpful!
Very nice tutorial 💯
Thanks so much Adarsh!
Thanks for this video.
You're welcome!
very well explained... I have one question, You cited the references as the name but what if we want to cite the references by number e.g. cite in text as [1-3] and in the bib file we add the references 1 to 3 then how we will do it?
I added the references but they do not show as with numbering in the final text
To cite references by number in LaTeX using Overleaf, create a `.bib` file with your references in BibTeX format. In your LaTeX document, add the `natbib` package and use `\citep` for citations. Include the bibliography with `\bibliographystyle{plainnat}` and `\bibliography{yourfile}`. Compile your document, run BibTeX, then compile twice more to update the references. This setup will produce numbered citations like `[1-3]` and a corresponding bibliography section.
Thank you very much for your very informative video. The small problem is that the bibliography list at the end is not sorted alphabetically. How to resolve this? I thank you in advance.
Try using a different bibliography style like “\bibliographystyle{apa}”
Can you help me with the packages? Unfortunately, the packages for font size are not in the description, so I need your help (declaring the packages). Solid tutorials. Good work.
So a universal font size can be declared right when you create a document (Check 7:34 as I do that). Other than that for controlling individual specific word or letter fonts you can simply use the following :
\tiny
\scriptsize
\footnotesize
\small
ormalsize
\large
\Large (note the capital 'L')
\LARGE
\huge
\Huge (the largest size)
These do not need any special package! let me know if you have further questions! cheers!
Thanks
Welcome!
same formate handing we can do in Microsoft word. then whats the plus point of using latex?
any one please clear it to me
Using LaTeX offers several advantages over Microsoft Word for handling complex formatting. LaTeX provides precise control over document layout, especially for technical and scientific documents, such as equations, citations, and bibliographies. It allows for consistent styling and automated formatting, which can save time and reduce errors. Additionally, LaTeX documents are text-based, making version control and collaboration easier, especially for large projects or documents with multiple contributors.
thank you brother
You're welcome!
Good day, a great share. I am trying to download the ShareLaTex for windows and I am getting an error message. Can you please advise as to how I can download the ShareLaTex to my laptop?
Thanks so much! Honestly I donot have any experience using ShareLaTex. I would still recommend you using the standard online Overleaf editor, as its honestly the best. However incase you still need to use an offline Latex editor go with TeXstudio they have a wider community and will help you get started faster.
After insert of figure, I want to start new paragraph below it, but it is coming above figure or around figure, How i can fix it?
I have gone over this in my video briefly, but you have to specify the figure to stay at that particular position passing the [h] parameter after starting the figure. Also, it could be that there is not enough page space left, and Latex is shifting the text accordingly. Keep adjusting the figure size.
Thank you
Glad it helped you!
sir g e page ke top main jo line hy os ko kesa khatam karna hy
You have to change the page margins most probably.
Sir is it times new roman style? And pt 12?
hey am washing,send me some links to access this templates
wowww...nice
Thank you!
Very nice and solid tutorial, though your face placement was a bit annoying!
I will work on that, thanks for the feedback!