Search found 11 matches

by Nadia_ZA
Sun Dec 21, 2014 3:39 pm
Forum: BibTeX, biblatex and biber
Topic: Installing the newapa package
Replies: 1
Views: 2826

Installing the newapa package

Hi!

I've downloaded the newapa package from CTAN and I've extracted the files from the zipped folder. So, here I have two files: newapa.bst and newapa.sty. I've moved newapa.bst to texmf-dist\bibtex\bst\base. Where should I put the sty file? Should I put it in texmf-dist\tex\latex, texmf-doc\tex ...
by Nadia_ZA
Sun Dec 21, 2014 2:14 pm
Forum: Page Layout
Topic: Page numbers disappeared after customizing margins
Replies: 5
Views: 8932

Page numbers disappeared after customizing margins

Hi Johannes!

As I've mentioned, I have this code in my preamble.
\documentclass[a4paper]{report}
In order to view the DVI output correctly, I figured out that I need to change the page size setting to A4. Because it was set to letter (by default), the page numbers did not appear at the bottom ...
by Nadia_ZA
Sun Dec 21, 2014 10:29 am
Forum: BibTeX, biblatex and biber
Topic: BibTeX and PCTeX
Replies: 4
Views: 4941

Re: BibTeX and PCTeX

Hi everyone!

I've just been informed the way to run BibTeX on PCTeX: Click on Bibliography in the Tools menu and run LaTeX.

:D
by Nadia_ZA
Sun Dec 14, 2014 9:37 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography
Replies: 6
Views: 10517

Bibliography

Hi Johannes! The output pdf has gz1974, owens1984regular, companion printed in bold and no bibliography. I'm using MiKTeX 2.9 with TeXworks. I've compiled pdflatex, bibtex, pdflatex, pdflatex and repeated the combination many times. Here are some of the output written on the console output ...
by Nadia_ZA
Fri Dec 12, 2014 10:42 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography
Replies: 6
Views: 10517

Bibliography

Hi! I've put my bibliographical data into a bib file. As I have mentioned earlier, I want each entry to be single spaced and double spaced between entries. By the way, the body of the text is to be typed with double spacing. I've read several posts on this forum that are related to mine. But, I ...
by Nadia_ZA
Fri Dec 12, 2014 8:48 pm
Forum: BibTeX, biblatex and biber
Topic: BibTeX and PCTeX
Replies: 4
Views: 4941

Re: BibTeX and PCTeX

Hi Johannes! Thank you for your prompt reply. I've just installed TeXworks and MiKTeX. It works but I still hope that there's someone here who's using PCTeX could show me what to do. Thanks anyway!
by Nadia_ZA
Fri Dec 12, 2014 8:04 pm
Forum: BibTeX, biblatex and biber
Topic: BibTeX and PCTeX
Replies: 4
Views: 4941

BibTeX and PCTeX

Hi! Here's my MWE.

\begin{filecontents}{biblio.bib}
@article{gz1974,
title={The existence of certain planar maps},
author={Gr{\"u}nbaum, Branko and Zaks, Joseph},
journal={Discrete Mathematics},
volume={10},
number={1},
pages={93--115},
year={1974},
publisher={North-Holland}
}

@article ...
by Nadia_ZA
Thu Dec 11, 2014 11:24 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography
Replies: 6
Views: 10517

Bibliography

Hi! I'm writing a bibliography.

\documentclass{report}
\usepackage{setspace}
\doublespacing

\begin{document}

\chapter{Introduction}
A book on hamiltonian circuits is \cite{ref:tutte}.

\cleardoublepage

\chapter{Graphs}
Owens \cite{ref:owens} constructed a non-hamiltonian graph.

\renewcommand ...
by Nadia_ZA
Fri Dec 05, 2014 9:10 pm
Forum: Page Layout
Topic: Page numbers disappeared after customizing margins
Replies: 5
Views: 8932

Re: Page numbers disappeared after customizing margins

Problem solved! The page numbers can be seen. Now I know that I need to choose pdf as my output type and not dvi. Thanks a lot for your help. I really appreaciate it. :D
by Nadia_ZA
Fri Dec 05, 2014 1:05 pm
Forum: Page Layout
Topic: Page numbers disappeared after customizing margins
Replies: 5
Views: 8932

Page numbers disappeared after customizing margins

Thank you for the speedy reply. I've typeset the example you gave.

\documentclass[a4paper,12pt]{report}
\usepackage[a4paper,lmargin=4.0cm,rmargin=2.0cm,tmargin=2.0cm,bmargin=2.0cm]{geometry}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf ...