I have three problems.
Firstly, I'm using superscripts for my in-text citations in a paper I am writing. As a result, I need to have my footnotes in the regular alphabet, superscript-form. Can anyone tell me how to do this? because of my other problem, I've stated my preamble in the code below.
My second problem is that I need to have my section headings in 10 pt. I'm using fancyhdr since I need to put a period after each section number. I'm pretty sure this is the package I need to alter the font size, however, I don't know the command

Code: Select all
\documentclass{article}
\usepackage{amsmath}%
\usepackage{amsfonts}%
\usepackage{amssymb}%
\usepackage{graphicx}
\usepackage{graphics,color}
\usepackage[superscript]{cite}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{sectsty}
\makeatletter
\def\@seccntformat#1{\csname the#1\endcsname.\quad}
\makeatother
\begin{document}
\section{\normalsize{Does this work}}
Section heading needs to be in 10 pt. Here I tried to do this, but the numbering is still the same size.
\section{What did you Do}
\end{document}
deep."
I hope here's the right discussion topic place, I'm not sure. If not, sorry in advance.
lnsam22