Text FormattingChanging Citation Style for Part of a Document

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
KMnO4aq
Posts: 7
Joined: Fri Jan 17, 2014 12:37 am

Changing Citation Style for Part of a Document

Post by KMnO4aq »

Hey guys! I am trying to get it so the citations within my table look like [1],[2] etc, while the rest of the document stays superscript. If you need any more info from me please let me know. I am a LaTeX noob.

Code: Select all

\documentclass[12pt]{report}
\usepackage[super,sort&compress,comma]{natbib}
\usepackage{chapterbib}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{wrapfig}
\usepackage{esvect}
\usepackage{float}
\usepackage{array}

\begin{document}



s-SWNT photoluminescence (PL) is from the E$_{11}$ transition, as expected from Kasha's rule.\cite{OConnell2002sci, DF9500900014} SWNT PL can be quenched by the presence of bundles containing m-SWNTs, which introduce non-radiative pathways of recombination. It is therefore important to create a highly debundled or a highly s-SWNT enriched sample to study SWNT PL. Even semiconducting enriched samples should be debundled or energy transfer to the lowest energy transition may occur.\cite{doi:10.1021/nl062071n} A common method of studying SWNT PL is using photoluminescence excitation spectroscopy (PLE). This method creates a map correlating absorbance and fluorescence wavelengths with fluorescence intensity. This has allowed researchers to better understand exciton energy levels in these complicated one-dimensional systems. \\

\begin{spacing}{1}
\begin{table}
\begin{tabular}{| >{\centering\arraybackslash}m{2.75cm} | >{\centering\arraybackslash}m{7cm} | >{\centering\arraybackslash}c | >{\centering\arraybackslash}c |}
  	\hline  
 	\textbf{Complex from Figure \ref{fig:ZnPAttachment}-} & \textbf{Description} & \textbf{Solvent} & \textbf{Reference} \\ \hline
	\textbf{a} & Charged pyrene molecule $\pi$-stacks onto SWNT, and charged porphyrin electrostatically interacts with the pyrene  & Water & \cite{Guldi:2005pz} \\ \hline
	\textbf{b} & ZnP is covalently attached to the SWNT & DMF & \cite{Arai:2009ix} \\ \hline
	\textbf{c} & Poly-styrene sulfonate is covalently attached to the SWNT, and charged porphyrin electrostatically interacts with the polymer & Water & \cite{Guldi:2005pz} \\ \hline
	\textbf{d} & Porphyrin is constructed with large conjugated rings to $\pi$-stack with the SWNTs & DMF & \cite{DSouza:2010ta} \\ \hline  

\end{tabular}
\caption{Examples of common ZnP attachment techniques to SWNTs. These examples correspond to the images in figure \ref{fig:ZnPAttachment}. \label{table:ZnPAttachment}}
\end{table}
\end{spacing}


\end{document}

thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply