Sir, my page is starting inside the header, I mean there is an overlapping of the header and my text. Can't find any solution, help would be very much appreciated.
Sure, few tutorials (such as file organization, the proper way to write bibliography, article/paper/report/book/letter/cv/poster preparation) still to come.
Sir if we write book in place of report at top documentclass, will it work or not??I want to know especially margin..(geometry package which you have shown)
I wish the header (Test 3) of page no. 3 to be displayed in uppercase. But mentioning \uppercase doesnot work for section heading. Similarly, If I wish to use ouppercase for the chapter title (INTRODUCTION), it doesnot respond. \documentclass[12pt,a4paper,twoside]{report} \usepackage[utf8]{inputenc} \usepackage{graphicx} \usepackage{lipsum} \usepackage[left=3.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry} strong text \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \fancyfoot[LE,RO]{\thepage} \fancyhead[RO]{\uppercase{ ightmark}} \fancyhead[LE]{\uppercase{\leftmark}}
Thank you. In detail and exact information. Sharing with my friends who are writing thesis after me!
Thanks for the appreciation.
Thank you!! This is exactly what I want. It really helps me to change the styles and writes my own notes.
Glad to hear that it worked for you
Thanks a lot! How I can remove the margins on header to put an image to appear at full page height?
Sir, my page is starting inside the header, I mean there is an overlapping of the header and my text. Can't find any solution, help would be very much appreciated.
thank you sir. i want to put header in page horizontal landscape the same header in page normal please
I have not tried this. Will see and let you know.
@@chandrahashbti okay thanks
Thank you so much, please please continue in the advanced topics
Sure, few tutorials (such as file organization, the proper way to write bibliography, article/paper/report/book/letter/cv/poster preparation) still to come.
Sir if we write book in place of report at top documentclass, will it work or not??I want to know especially margin..(geometry package which you have shown)
It will work.
Thanks a lot bro. You just sorted all my confusion.
Good to know that it helped you.
@@chandrahashbti how to make the header and footer line shorter? longer? thank you
Thanks a lot sir.
Most welcome.
Nice! Will you release something about minipages and tikz?
Tikz tutorials are already available: ua-cam.com/video/D9xVcfhH-EU/v-deo.html
On minipages, I may upload a separate video.
Thank You
Welcome.
I wish the header (Test 3) of page no. 3 to be displayed in uppercase. But mentioning \uppercase doesnot work for section heading. Similarly, If I wish to use
ouppercase for the chapter title (INTRODUCTION), it doesnot respond.
\documentclass[12pt,a4paper,twoside]{report}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage[left=3.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry} strong text \usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[LE,RO]{\thepage}
\fancyhead[RO]{\uppercase{
ightmark}}
\fancyhead[LE]{\uppercase{\leftmark}}
enewcommand{\chaptermark}[1]{\markboth {#1} {}}
enewcommand{\sectionmark} [1]{ \markright {#1}}
\begin{document}
\chapter{INTRODUCTION}
\section{Test 1}
\lipsum
\section{Test 2}
\lipsum
\section{Test 3}
\lipsum
\section{Test 4}
\lipsum
\section{Test 5}
\lipsum
\end{document}
Ok
🙂