Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.25 KB | None | 0 0
  1. \documentclass[draft]{book}
  2. \usepackage[english]{babel}
  3. \usepackage{csquotes}
  4. \usepackage[demo]{graphicx} % Commented out \RequirePackage{graphicx} since it disables the passing of options in the \usepackage statement
  5. \usepackage{caption}
  6. \usepackage[list=true]{subcaption} % Provides subfigures with captions and lists them in ToC
  7. \usepackage{amsfonts, amsmath, amssymb} %% AMS packages
  8. \usepackage{esint} % extended set of integrals double closed etc.
  9. \usepackage{textcomp} % We need the SI unit package to use fonts from here
  10. \usepackage[english]{babel}
  11. \begin{document}
  12.     \chapter{Mode Coupling}\label{chp:modecoup}
  13.         \begin{figure}
  14.             \centering
  15.             \begin{subfigure}{.5\textwidth}
  16.                 \includegraphics[width=\textwidth]{LumericalModeProfile2D}
  17.                 \caption{Fundamental mode $|E|$ with Lumerical}
  18.             \end{subfigure}%
  19.             \begin{subfigure}{.5\textwidth}
  20.                 \includegraphics[width=\textwidth]{LumericalModeProfileLinear}
  21.                 \caption{The $|E_z|$ field with Comsol}
  22.             \end{subfigure}
  23.             \caption{Mode profiles of gold stripe waveguides at $\lambda$ = 1550 nm}\label{fig:StripeMode}
  24.         \end{figure}
  25.        
  26.         The aim of this integrated device is to focus different wavelengths normally incident on the nanoslit/$\Delta$-antenna pattern to different spatial locations and have them coupled to the waveguides there as illustrated in \ref{fig:IllustrateCoupling}.
  27.  
  28.         \section{Nanoslits}
  29.             \parbox{\textwidth}{First we deal with the nanoslits by selecting focal points in the NIR regime to conform with our optical setup. The position of the focal points and the focused wavelengths are given in \ref{tab:NanoslitFocii} and the resulting patterns are shown in \ref{fig:NanoIntensityCompare}. For both cases, that is the iteration with the waveguides and without the waveguides, the number of iterations is 40.}% parbox prevents unwanted pagebreaks
  30.             \begin{table}
  31.                 \centering
  32.                 \begin{tabular}{|c|c|c|c|}
  33.                     \hline
  34.                     & Focal Point 1 & Focal Point 2  & Focal Point 3 \\
  35.                     \hline
  36.                     x(nm) & 0 & 0 & 0 \\
  37.                     \hline
  38.                     y(nm) & -4000 & 0 & 4000 \\
  39.                     \hline
  40.                     $\lambda(\mathrm{nm}) $& 1400 & 1500 & 1600 \\
  41.                     \hline
  42.                 \end{tabular}
  43.                 \caption{Focus parameters used for nanoslits}\label{tab:NanoslitFocii}
  44.             \end{table}
  45. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement