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 . Here's my code.
My third problem is that the paper needs to be a particular width and height on the page. I have no idea how to go about altering the default settings. It needs to be "Text area (excluding running title) is 5 inches across and 7.7 inches
deep."
I hope here's the right discussion topic place, I'm not sure. If not, sorry in advance.
lnsam22
Last edited by lnsam22 on Tue Mar 01, 2011 2:20 pm, edited 1 time in total.
Frits wrote:[…] To get the section heading in the desired format you were on the right track. You only needed to edit the definition of the number of the section:
And \normalsize is a switch which doesn't have arguments.
lnsam22 wrote:[…] I have three problems. […]
Since you need a custom page style with headers and modifications to your section (and perhaps other) headings, you should use the titlesec package which masters both. So you can drop fancyhdr and sectsty. The necessary redefinition of the footnote numbering has already been given and the geometry package will provide the right type area. A complete example could look like this.
Read the manuals of the involved packages to do necessary adaptations that fit your needs. The blindtext package is only for creating dummy text thus not part of the solution.