Search found 12 matches

by 4fingers
Sat Jun 29, 2013 6:05 pm
Forum: Math & Science
Topic: LATEX-AMS generated from MathType fails to compile
Replies: 3
Views: 6181

Re: LATEX-AMS generated from MathType fails to compile

Thanks Thorsten, that reply was very helpful. Now that I know I am not doing anything wrong in my LaTeX document I will try focus my attention on fixing it within MathType.
by 4fingers
Sat Jun 29, 2013 3:24 pm
Forum: Math & Science
Topic: LATEX-AMS generated from MathType fails to compile
Replies: 3
Views: 6181

LATEX-AMS generated from MathType fails to compile

Hi,

I have created a simple equation using MathType 6.9 and exporting it to "AMSLaTeX" or "AMSTeX" results in errors from my LaTeX document. However, exporting it as "LaTeX 2.09 and later" works perfectly.

Before I start complaining to MathType that they might have a bug in their program I wanted ...
by 4fingers
Mon Jul 30, 2012 6:27 pm
Forum: General
Topic: Placing argument variables into other function arguments
Replies: 6
Views: 5064

Re: Placing argument variables into other function arguments

Sorry, problem existed between keyboard and chair, everything works as expected.

Thanks again for all your help :)
by 4fingers
Mon Jul 30, 2012 5:26 pm
Forum: General
Topic: Placing argument variables into other function arguments
Replies: 6
Views: 5064

Re: Placing argument variables into other function arguments

Well that sets the box width to half the page but doesn't centre the box horizontally within the page width.
by 4fingers
Mon Jul 30, 2012 5:03 pm
Forum: General
Topic: Placing argument variables into other function arguments
Replies: 6
Views: 5064

Placing argument variables into other function arguments

Thanks for spotting my silly mistake and tidying up the libraries and styles. I have taken it further by removing the need of a parameter and reduced the duplication by placing the \tikzset command into the \newcommand :
\documentclass{article}
\usepackage{showframe}% to visualize page dimensions ...
by 4fingers
Fri Jul 27, 2012 10:05 pm
Forum: General
Topic: Placing argument variables into other function arguments
Replies: 6
Views: 5064

Placing argument variables into other function arguments

Hi,

I am currently working on the Tikz package using the example found here:
http://www.texample.net/tikz/examples/boxes-with-text-and-math/

Where the following example works perfectly:
\documentclass{article}
\usepackage{lipsum} % To generate test text
\usepackage{tikz}
\usetikzlibrary{shapes ...
by 4fingers
Fri Feb 19, 2010 1:50 pm
Forum: Text Formatting
Topic: Adding horizontal rules between list items
Replies: 2
Views: 2711

Re: Adding horizontal rules between list items

Thanks for your help; I have successfully managed to apply horizontal rules between list items in my PDFs.
by 4fingers
Fri Feb 19, 2010 2:30 am
Forum: Text Formatting
Topic: Adding horizontal rules between list items
Replies: 2
Views: 2711

Adding horizontal rules between list items

Hi,

I have the following list:
\documentclass[12]{article}

\newenvironment{questions}{
\begin{list}{*}{}
}{
\end{list}
}

\newenvironment{question}{\item}{}

\begin{document}
Hello world
\begin{questions}

\begin{question}Item one\end{question}
\begin{question}Item two\end{question}
\begin ...
by 4fingers
Fri Jul 03, 2009 8:08 pm
Forum: Document Classes
Topic: \tableofcontents in book class space issue
Replies: 7
Views: 7373

Re: \tableofcontents in book class space issue

Its Ok, as long as my previous method works I dont mind if your suggested method returns different results that you might expect.

One thing I have found is that I really only need to adjust the numwidth on the first table of contents. To save space am I able to detect if I am on the first table of ...
by 4fingers
Fri Jul 03, 2009 5:57 pm
Forum: Document Classes
Topic: \tableofcontents in book class space issue
Replies: 7
Views: 7373

Re: \tableofcontents in book class space issue

Thanks for the suggestion but that pushes the page number to the right as well.