nice-coils/paper/paper.tex
2024-09-09 16:27:17 +02:00

62 lines
1.4 KiB
TeX

\documentclass[conference,compsoc]{IEEEtran}
\usepackage[T1]{fontenc}
\usepackage[
backend=biber,
style=numeric,
natbib=true,
url=false,
doi=true,
eprint=false
]{biblatex}
\addbibresource{paper.bib}
\usepackage{amssymb,amsmath}
\usepackage{eurosym}
\usepackage{wasysym}
\usepackage[binary-units]{siunitx}
\DeclareSIUnit{\baud}{Bd}
\DeclareSIUnit{\year}{a}
\usepackage{commath}
\usepackage{graphicx,color}
\usepackage{subcaption}
\usepackage{array}
\usepackage{censor}
\usepackage{hyperref}
\usepackage{makecell}
\renewcommand{\floatpagefraction}{.8}
\newcommand{\degree}{\ensuremath{^\circ}}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
\newcommand{\partnum}[1]{\texttt{#1}}
\begin{document}
\date{}
\title{Better Rotation-Invariance for Wireless Power Transfer with a Twist}
\maketitle
\begin{abstract}
\end{abstract}
\section{Introduction}
\section{Related Work}
\subsection{Twisted Inductors in RFIC Design}
\subsection{Basket-Woven Air Coils}
\section{Twisted Inductor Design}
\section{Conclusion}
\section*{Availability}
This is version \texttt{\input{version.tex}\unskip} of this paper, generated on \today.
% The git repository with the
% LaTeX source for this paper as well as our data analysis and demo code can be found at:
% \center{\url{https://git.jaseg.de/nice-coils.git}}
\printbibliography[heading=bibintoc]
\end{document}