Thank you very much Juanjo, that gave me the solution and reach what I wanted:
\if@twoside
\def\ps@headings{%
\let\@oddfoot\@empty\let\@evenfoot\@empty
\def\@evenhead{\vbox{\hbox to \textwidth{\rule[-.5ex]{0em}{.5ex}
\rm {\small\thepage}\hfil \sl \leftmark}
\vskip3pt \hrule height.3pt}}
\def ...
Search found 4 matches
- Thu Dec 04, 2008 12:56 am
- Forum: General
- Topic: Customized "headings" Page Style
- Replies: 2
- Views: 5413
- Tue Dec 02, 2008 5:37 am
- Forum: General
- Topic: Customized "headings" Page Style
- Replies: 2
- Views: 5413
Customized "headings" Page Style
Hello,
I'm writting my custom class but I've found a problem I've not been able to solve. When I add the hrule, it's missplaced: instead of using baseline (to keep distance from headings) it uses descenders line. (Yes, I'm spaniard... sorry). I'll try to explain it:
- If text has "g" or "p" or ...
I'm writting my custom class but I've found a problem I've not been able to solve. When I add the hrule, it's missplaced: instead of using baseline (to keep distance from headings) it uses descenders line. (Yes, I'm spaniard... sorry). I'll try to explain it:
- If text has "g" or "p" or ...
- Mon Dec 01, 2008 12:37 pm
- Forum: General
- Topic: [SOLVED] Customize "thebibliography" heading style?
- Replies: 1
- Views: 2789
[SOLVED] Customize "thebibliography" heading style?
I've found the solution (after founding this post)
Code: Select all
\documentclass[...]{...}
\usepackage{natbib}
% Custom chapter heading def
\begin{document}
\renewcommand{\bibsection}{%
\chapter{\bibname}}
\bibliographystyle{plainnat}
\bibliography{bibliography_database}
\end{document}
- Mon Dec 01, 2008 4:23 am
- Forum: General
- Topic: [SOLVED] Customize "thebibliography" heading style?
- Replies: 1
- Views: 2789
[SOLVED] Customize "thebibliography" heading style?
Hello,
I've searched over the net but was unable to find a solution to my dilema.
I've a document style (all chapters have font size \Large and an \hline under them) but I can't reproduce the same effect on "thebibliography" chapter (or section, or whatever it's).
So, instead of "default" look ...
I've searched over the net but was unable to find a solution to my dilema.
I've a document style (all chapters have font size \Large and an \hline under them) but I can't reproduce the same effect on "thebibliography" chapter (or section, or whatever it's).
So, instead of "default" look ...