วิธีการ Insert CopyRight ลงใน IEEE Latex template
Date: 22/01/2024
ตำแหน่งการวางโค้ด CopyRight ในไฟล์ Latex
% ส่วนที่ 1
\usepackage{...}
% ส่วนที่ 2
\begin{document}
% ส่วนที่ 3 <== เราจะแทรก code copyright ลงในตำแหน่งนี้ของไฟล์ latex
\IEEEoverridecommandlockouts
\IEEEpubid{\begin{minipage}[t]{\textwidth}\ \\[8pt]
\normalsize{xxx-x-xxxx-xxxx-x/xx/\$xx.00 ~\copyright20xx IEEE}
\end{minipage}}
% ส่วนที่ 4
\title{...}
% ส่วนที่ 5
\author{...}
% ส่วนที่ 6
\maketitle
โดยที่ข้อมูลต่อไปนี้
xxx-x-xxxx-xxxx-x/xx/\$xx.00 ~\copyright20xx IEEE
เราจะได้ในเมลล์ตอบรับของผู้จัดงานประมาณนี้
1. Add Copyright information to the first page of the paper
As instructed by IEEE one of the following copyright notices needs to be included in the camera-ready version of the papers in the footnote of first page:
- For papers in which all authors are employed by the US government, the copyright notice is: U.S. Government work not protected by U.S. copyright
- For papers in which all authors are employed by a Crown government (UK, Canada, and Australia), the copyright notice is: 979–8–3503–8359–1/24/$31.00 ©2024 Crown
- For papers in which all authors are employed by the European Union, the copyright notice is: 979–8–3503–8359–1/24/$31.00 ©2024 European Union
- For all other papers the copyright notice is: 979–8–3503–8359–1/24/$31.00 ©2024 IEEE
(Font: Times New Roman Size: 8)
ตัวอย่างเช่น ถ้าหากหมายเลข copyright ที่เราได้รับคือ
979–8–3503–8359–1/24/$31.00 ©2024 IEEE
โค้ดที่เราต้องแทรกลงไปในส่วนที่ 3 ก็จะเป็นดังนี้
\IEEEoverridecommandlockouts
\IEEEpubid{\begin{minipage}[t]{\textwidth}\ \\[8pt]
\normalsize{979-8-3503-8359-1/24/\$31.00 ~\copyright2024 IEEE}
\end{minipage}}
ตัวอย่างผลลัพธ์ที่ได้