Search found 9 matches

by peaches20
Wed May 16, 2018 4:27 pm
Forum: Text Formatting
Topic: Author and title on every other page?
Replies: 1
Views: 3730

Author and title on every other page?

Hi,

How do I put the author and title on every other page in a header? I am using
\documentclass{article}

and winedit 7.


Thanks,
Peaches
by peaches20
Tue Feb 27, 2018 11:16 pm
Forum: Math & Science
Topic: Sideways dots help
Replies: 3
Views: 5599

Sideways dots help

Thank you for this. Where do I post kudos?

Peaches
by peaches20
Tue Feb 27, 2018 11:09 pm
Forum: Math & Science
Topic: How to write text through an arrow
Replies: 2
Views: 8272

How to write text through an arrow

Hi,

I need to literally write on top of an arrow. For example
>-(viii)->>
The (viii) needs to be on top of the doublehead rightarrow with a tail

I am using

\documentclass{lmcs}
\usepackage{amssymb}
\usepackage{graphicx}
I came up with this:

$\rightarrowtail \!\!\!\!\!\rightarrow
\mbox ...
by peaches20
Thu Jun 29, 2017 5:59 pm
Forum: Text Formatting
Topic: \pm not showing as the +_ symbol
Replies: 1
Views: 3462

\pm not showing as the +_ symbol

Hi,

I have a couple of equations that have the +_ symbol and have coded the as \pm but it is typesetting as pm instead of +_ . Can anyone help with this -- am I using the wrong symbol. Below is my preamble and partial equation

\documentclass[12pt,leqno]{article}
\usepackage{amsmath, amsthm ...
by peaches20
Wed Feb 22, 2017 6:41 pm
Forum: BibTeX, biblatex and biber
Topic: Bibtex problems not running
Replies: 2
Views: 3162

Bibtex problems not running

Hi,

This is my first time with bibtex and I am having problems. I am using linux with \documentclass . I am not quite sure what the sequence of order is for running.

I have the setup

\thebibliography{plain}
\bibliography{name.bib}

and am using pdflatex. Once I run pdflatex what is the ...
by peaches20
Mon Jan 12, 2015 11:22 pm
Forum: Text Formatting
Topic: Finding duplicates
Replies: 0
Views: 2271

Finding duplicates

Hi,

I am working on someone's cv and the list is quite long. I'm supossed to have 70 publications, but I have 75. I'm sure a couple are duplicated. I've gone through the list by hand but cannot seem to find the duplicates.

Is there a way that one can have the computer check for duplicates.

I ...
by peaches20
Thu Oct 25, 2012 8:17 pm
Forum: Graphics, Figures & Tables
Topic: Inclusion of EPS Figures
Replies: 5
Views: 3732

Inclusion of EPS Figures

I've gotten to the next step but am now encountering

MiKTeX Problem Report
Message: Some PostScript specials could not be rendered.
Data: Error: /undefined in H.S
Operand stack:
--nostringval-- PermitFileReading --nostringval-- PermitFileWriting --nostringval--
Execution stack:
%interp_exit ...
by peaches20
Thu Oct 25, 2012 5:23 pm
Forum: Graphics, Figures & Tables
Topic: Inclusion of EPS Figures
Replies: 5
Views: 3732

Inclusion of EPS Figures

Hi,

below are my errors.

Command Line: latex.exe --src --interaction=errorstopmode --synctex=-1 "deseri.tex"
Startup Folder: C:\Users

This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9 64-bit)
entering extended mode
("C:\Users....."
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation ...
by peaches20
Thu Oct 25, 2012 4:43 pm
Forum: Graphics, Figures & Tables
Topic: Inclusion of EPS Figures
Replies: 5
Views: 3732

Inclusion of EPS Figures

Hi,

I have a paper that has a number of EPS files and am having trouble running them on windows. I have MiKTeX 2.9. My sample code is like this.

\documentclass[12pt]{article}

\makeatletter\@addtoreset{equation}{section}
\def\theequation{\thesection.\arabic{equation}}

\usepackage{graphicx ...