ths1104 geeké

IEEE reference formats

Posted in LaTeX, Microsoft Office, OpenOffice, Science by ths1104 on January 22, 2024

Here are some common formats:

[1] A. Familyname, B. Familyname, Title of the book, Name of the editor, 2000.

[2] A. Familyname, B. Familyname, “Title of the journal article,” Name of the journal, vol. 1, no. 1, pp. 1-10, Month 2000.

[3] A. Familyname, “Title of the thesis,” PhD thesis, The University of the universe, City, Country, 2000.

[4] A. Familyname, B. Familyname, “Title of the conference article,” Name of the conference (acronym), City, Country, Month 2000.

[5] A. Familyname,”Title of the website,” 2000. [Online]. Available: http://wwww.google.com [Accessed: 1- Jan- 2000]

 

Need something else ? See the IEEE Referencing guide.

 

Build a compact itemize/list with LaTeX

Posted in LaTeX by ths1104 on December 4, 2019

To change these settings globally

\usepackage{enumitem}
\setitemize{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt}

Or for just a single list

\usepackage{enumitem}
...
\begin{itemize}[noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt]
\item item 1
\item item 2
\item item 3
\end{itemize}

 

How to make an annotation in a LaTeX file

Posted in LaTeX by ths1104 on July 1, 2017

How to insert an IEEE copyright at the bottom of the first page in LaTeX

Posted in LaTeX by ths1104 on April 13, 2015

Option 1 : Bottom left column. Right after \begin{document}, use the command,

\IEEEoverridecommandlockouts
\IEEEpubid{\makebox[\columnwidth]{xxx-xxx-xxx-xxx\$31.00 \copyright 2015 IEEE \hfill }
\hspace{\columnsep}\makebox[\columnwidth]{\hfill }}

Option 2 : Center footpage. Right after \begin{document}, use the command,

\IEEEoverridecommandlockouts
\IEEEpubid{\begin{minipage}{\textwidth}\ \\[10pt]
\centering\normalsize{xxx-xxx-xxx-xxx\$31.00 \copyright 2015 IEEE}
\end{minipage}}

How to insert a one page copyright notice in LaTeX

Posted in LaTeX by ths1104 on September 15, 2014

Right after \begin{document},

%Copyright notice
%\pagestyle{empty}
\twocolumn[
\begin{@twocolumnfalse}

Author’s pre-print (ie pre-refereeing) /post-print (ie final draft post-refereeing) accepted for publication/published in the IEEE Transactions on XXX (Jan. 2021).\\

\copyright 2021 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other users, including reprinting/ republishing this material for advertising or promotional purposes, creating new collective works for resale or redistribution to servers or lists, or reuse of any copyrighted components of this work in other works.\\
%DOI: \url{}\\ %fill this for post-print
%URL: \url{}\\ %fill this for post-print

Cite: J. Doe, A. Einstein, “Title of the article,” \textit{IEEE Transactions on xxx}, vol. xx, no. xx, id. xx, Jan. 2021. \\ %fill this for post-print

\end{@twocolumnfalse}
]

Generate .png of LaTeX formula

Posted in LaTeX by ths1104 on May 7, 2014
Tagged with: , , ,

Inkscape with LaTeX

Posted in Inkscape, LaTeX, Visio by ths1104 on July 23, 2013

Windows 7 (64 bits)

You can write and edit LaTeX equations directly in Inkscape with Textext extension. The last version of Inkscape needs some modifications to be compatible with the last version of Textext [1]. You can find a package that includes theses modifications, but you still need to install several prerequisite packages [2,4]. Therefore I recommend the full portable version bellow [3].

Inkscape 0.48 + Textext 0.4.3 full portable version : download (Windows 7  – 64 bits).
Inkscape 0.91 + Textext ?.?.? full portable version : download (Windows 7  – 64 bits). For this version, copy the preamble in .\share\inkscape\extensions\ relative to the main folder.

How to use: tutorial.

Notes

[1] http://laconsigna.wordpress.com/2010/11/13/fixing-textext-on-inkscape-0-48/
[2] https://code.google.com/p/inkscapeportablewithlatex/
[3] https://bitbucket.org/pv/textext/issue/59/textext-with-portable-inkscape
[3] Installing Inkscape with TeXtext on Windows 7

Updates
[Oct 31, 2016] – Added link to portable Inkscape 0.91 + Textext

How to place the figures at the end of a document created with LaTeX

Posted in LaTeX by ths1104 on May 13, 2013

Compress pdf created with LaTeX

Posted in LaTeX, PDF by ths1104 on May 13, 2013
Tagged with: , , ,

Convert LaTeX to Word or HTML, Convert pdf to LaTeX

Posted in LaTeX, OpenOffice, PDF by ths1104 on May 13, 2013