Insert Header Footer in LaTex for IEEE Camera Ready Manuscript



10
10910

This video shows how to insert header as conference name in each page of the manuscript and footer as copyright note in the first page only. copy the text given below and paste above \begin{document} in your .tex file %%%%%for header%%%%% \makeatletter \let\old@ps@headings\ps@headings \let\old@ps@IEEEtitlepagestyle\ps@IEEEtitlepagestyle \def\confheader#1{% % for all pages except the first \def\ps@headings{% \old@ps@headings% \def\@oddhead{\strut\hfill#1\hfill\strut}% \def\@evenhead{\strut\hfill#1\hfill\strut}% }% % for the first page \def\ps@IEEEtitlepagestyle{% \old@ps@IEEEtitlepagestyle% \def\@oddhead{\strut\hfill#1\hfill\strut}% \def\@evenhead{\strut\hfill#1\hfill\strut}% }% \ps@headings% } \makeatother \confheader{% 2017 Conference on Information and Communication Technology (CICT'17) } %%%%%%%for footer%%%%%%%%%%% \usepackage[pscoord]{eso-pic} \newcommand{\placetextbox}[3]{ \setbox0=\hbox{#3} \AddToShipoutPictureFG*{ \put(\LenToUnit{#1\paperwidth},\LenToUnit{#2\paperheight}){\vtop{{\null}\makebox[0pt][c]{#3}}} } } \placetextbox{.23}{0.055}{\small{978-1-5386-1866-0/17/\$31.00~\copyright 2017 IEEE}}

Published by: Praveen Pawar Published at: 6 years ago Category: آموزشی