Search found 14 matches

by rasole
Sun Feb 14, 2010 6:42 pm
Forum: General
Topic: Texniccenter and Windows 7, 64-bit
Replies: 12
Views: 25015

Re: Texniccenter and Windows 7, 64-bit

It worked after using the command line approach
Thanks
by rasole
Thu Feb 11, 2010 11:27 am
Forum: General
Topic: Texniccenter and Windows 7, 64-bit
Replies: 12
Views: 25015

Re: Texniccenter and Windows 7, 64-bit

I have no idea how to do that? Can you provide some documentation?
by rasole
Wed Feb 10, 2010 10:57 am
Forum: General
Topic: Texniccenter and Windows 7, 64-bit
Replies: 12
Views: 25015

Texniccenter and Windows 7, 64-bit

This is the only content of the .log-file

This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.1.2) 10 FEB 2010 09:49
entering extended mode
**D:/Forskning/articles/testarticle/main.tex
(D:/Forskning/articles/testarticle/main.tex
LaTeX2e <2009/09/24>
Babel <v3.8l ...
by rasole
Tue Feb 09, 2010 9:25 pm
Forum: General
Topic: Texniccenter and Windows 7, 64-bit
Replies: 12
Views: 25015

Texniccenter and Windows 7, 64-bit

Hi there,

I have recently changed from Vista 32bit to Windows 64bit, and Texniccenter is behaving very strange. When I e.g. write


\documentclass[twocolumn]{article}

\title{This is the title}
\begin{document}
\maketitle
\end{document}


it cannot open the compiled pdf-file and gives the warning ...
by rasole
Mon Dec 29, 2008 10:23 pm
Forum: MiKTeX and proTeXt
Topic: Special math symbols
Replies: 1
Views: 3328

Special math symbols

Hi there,

I need to use the \ointctrclockwise from "txfonts", so I include txfonts.sty, but then it tells me to install "omltxmi.fd", but where is it placed and how to install?
by rasole
Sun Dec 28, 2008 12:25 am
Forum: Math & Science
Topic: Special math symbols
Replies: 1
Views: 2932

Special math symbols

Hi there,

I need to use the \ointctrclockwise from "txfonts", so I include txfonts.sty, but then it tells me to install "omltxmi.fd", but where is it placed and how to install?
by rasole
Mon Dec 15, 2008 11:58 am
Forum: General
Topic: Bibtex commands
Replies: 1
Views: 1670

Bibtex commands

Hi there

I need to show things like ISBN and pages in my bibtex list. How do I do that? Here's an example of my bibtex

@InBook{math,
author = {Erwin Kreyszig},
title = {Advanced Engineering Math},
year = {2006},
pages = {372 (Equation 4)},
publisher = {John Wiley \& Sons, Inc.},
edition ...
by rasole
Tue Dec 09, 2008 12:20 am
Forum: General
Topic: Terms beside equations
Replies: 9
Views: 5337

Re: Terms beside equations

Sorry, I'm not that good at this yet, so if I could get some kind of example. Maybe it's something about making a 3 column table (not actually a table because of the missing equation number then).
by rasole
Sun Dec 07, 2008 11:44 pm
Forum: General
Topic: Terms beside equations
Replies: 9
Views: 5337

Terms beside equations

Yes I need to supply a different unit to every of my equations. The following code works, but makes errors, why I don't know

Code: Select all

\begin{eqnarray}
	5 &=& 2 + 3 & [unit]
\end{eqnarray}
by rasole
Thu Dec 04, 2008 12:19 am
Forum: General
Topic: Simple equation question
Replies: 1
Views: 1520

Simple equation question

How do I get the equation numbering to start from 1 and then just increase throughout my paper, without resetting back to one at the beginning of a new chapter?