Search found 16 matches
- Wed Jun 10, 2015 2:44 am
- Forum: Math & Science
- Topic: Pagebreak in formula
- Replies: 4
- Views: 9093
Re: Pagebreak in formula
I actually got the \align mode to get a page break in the formula with \displaybreak, but it made the formatting even worse. That's because the pagebreak only makes the formula box bigger. Thus, the bad box got even worse. The problem was that since Latex wants to put the formula on one page, it ...
- Tue Jun 09, 2015 11:06 pm
- Forum: Math & Science
- Topic: Pagebreak in formula
- Replies: 4
- Views: 9093
Re: Pagebreak in formula
Nope, aligned doesn't work. The Amsmath manuel also states that you can't page break using aligned or split.
I tried using \begin{subequations} and break the problem up into separate equations. Unfortunately, each line is numbered not each equation. So this problem is still unsolved. I've tried ...
I tried using \begin{subequations} and break the problem up into separate equations. Unfortunately, each line is numbered not each equation. So this problem is still unsolved. I've tried ...
- Tue Jun 09, 2015 7:13 am
- Forum: Math & Science
- Topic: Pagebreak in formula
- Replies: 4
- Views: 9093
Pagebreak in formula
My formula is too long. Latex won't let me break it into two pages. I've tried suggestions from past comments, but they don't work. \displaybreak[1].... \display[4] don't work, neither does \allowdisplaybreaks[1]....\allowdisplaybreaks[4] in preamble or inside formula work. My preamble is ...
- Tue Jun 02, 2015 6:31 pm
- Forum: Math & Science
- Topic: Mathematical Proofs
- Replies: 2
- Views: 7045
Mathematical Proofs
Thanks, that would have been the simplest way to solve the problem. However, after an hour or two of research I discovered to get everything I wanted I added:
\usepackage{amsthm}
\usepackage{amssymb}
Those packages pretty much led to the format I wanted.
To answer your question. No I don't ...
\usepackage{amsthm}
\usepackage{amssymb}
Those packages pretty much led to the format I wanted.
To answer your question. No I don't ...
- Tue Jun 02, 2015 2:39 am
- Forum: Math & Science
- Topic: Mathematical Proofs
- Replies: 2
- Views: 7045
Mathematical Proofs
I want to write a mathematical proof after a theorem. My theorem package is working, but when I try to write the proof, I get a "Environment proof undefined" error. This is my current code I'm trying to use:
\documentclass[12pt,a4paper,english,fleqn]{article}
\usepackage{mathptmx}
%The next ...
\documentclass[12pt,a4paper,english,fleqn]{article}
\usepackage{mathptmx}
%The next ...
- Wed Apr 15, 2015 11:34 pm
- Forum: Page Layout
- Topic: Unwanted First Blank Page
- Replies: 5
- Views: 26707
Re: Unwanted First Blank Page
Thanks, I'll give it a shot.
- Wed Apr 15, 2015 10:11 pm
- Forum: Page Layout
- Topic: Unwanted First Blank Page
- Replies: 5
- Views: 26707
Re: You're Right, Problem Not Solved
You are correct, you need \maketitle to make the title page. I should have noticed that the title was deleted when I deleted that command.
Now I'm back to the unwanted first blank page, with the page number typed in two different places. So, its back to square 1.
Now I'm back to the unwanted first blank page, with the page number typed in two different places. So, its back to square 1.
- Wed Apr 15, 2015 10:02 pm
- Forum: Page Layout
- Topic: Unwanted First Blank Page
- Replies: 5
- Views: 26707
Re: Blank Page Solved, but page 1 number in two places
I was able to delete the first blank page by deleting the command \maketitle.
Apparently, the new version makes it unnecessary to use that command to make a title page for research papers and you can just start out with the title.
However, the first page now puts the page number in two places, the ...
Apparently, the new version makes it unnecessary to use that command to make a title page for research papers and you can just start out with the title.
However, the first page now puts the page number in two places, the ...
- Wed Apr 15, 2015 9:46 pm
- Forum: Page Layout
- Topic: Unwanted First Blank Page
- Replies: 5
- Views: 26707
Unwanted First Blank Page
The TexnicCenter must have been updated recently as I noticed a different format when writing a document. A couple of months ago, my document was looking just fine. Then I took a break in writing the paper. Just a couple of days ago, I began working on the paper again, and noticed that the new ...
- Sat Apr 04, 2015 8:19 pm
- Forum: Decision Guidance
- Topic: Download LaTeX on Apple Macbook
- Replies: 3
- Views: 38024
Download LaTeX on Apple Macbook
I've gone to several Latex sites to download an editor on a MacBook Air laptop that uses the OS system. However, once the download is complete, I'm never able to open up the program to start a new document or edit an old one. Sometimes I get a message that the program is incompatable with an OS ...