Search found 14 matches

by SaneAssasin
Tue Feb 19, 2013 9:38 am
Forum: Math & Science
Topic: Align Equations within Align?
Replies: 10
Views: 6609

Align Equations within Align?

svend_tveskaeg wrote:Try to compile your code by clicking on the "OPEN IN WRITELATEX" Botton. Next, change Article to article and try again.
Okay, my apologies. It compiled perfectly in my editor, which is what I was trying to say.

Sorry if I came off rude. :)
by SaneAssasin
Tue Feb 19, 2013 9:32 am
Forum: Math & Science
Topic: Align Equations within Align?
Replies: 10
Views: 6609

Align Equations within Align?

svend_tveskaeg wrote:
SaneAssasin wrote:Actually, I tried writing it all in capitals and it still compiles. I don't think document classes are case sensitive...
Well, it is because of what I said, that is all I can say.

Okay, well, it compiled perfectly as is. Anyway, thanks. :)
by SaneAssasin
Tue Feb 19, 2013 9:26 am
Forum: Math & Science
Topic: Align Equations within Align?
Replies: 10
Views: 6609

Re: Align Equations within Align?

Actually, I tried writing it all in capitals and it still compiles. I don't think document classes are case sensitive...
by SaneAssasin
Tue Feb 19, 2013 9:24 am
Forum: Math & Science
Topic: Align Equations within Align?
Replies: 10
Views: 6609

Align Equations within Align?

It is not a minimal working example because your code can't be compiles. The name of the document class is article , not Article . (And I am absolutely positive that you haven't compiled it, because it can't be done.)

Now to your example: Maybe this is what you want (even though I think my ...
by SaneAssasin
Tue Feb 19, 2013 7:57 am
Forum: Math & Science
Topic: Align Equations within Align?
Replies: 10
Views: 6609

Align Equations within Align?

First: This is not a MWE. If you had tried to compiled it yourself before posting it, you would see that.

Here is a MWE (assuming that I have understood you correct):

\documentclass{article}

\usepackage{amsmath}
\DeclareMathOperator{\var}{Var}

\begin{document}

\begin{align*}
I(\theta ...
by SaneAssasin
Tue Feb 19, 2013 5:57 am
Forum: Math & Science
Topic: Align Equations within Align?
Replies: 10
Views: 6609

Align Equations within Align?

Hi,

In this minimal working example, I want to align these I(\theta) and Var(\hat{\theta}), but can't seem to figure it out.

Any suggestions on how this can be done?
\documentclass{Article}
\usepackage{amsmath}
\begin{document}
\begin{align*}
I(\theta)&=\frac{2n(1-\theta)^2+2n(\theta(1-\theta ...
by SaneAssasin
Wed Feb 13, 2013 8:35 am
Forum: General
Topic: Ragged Right Justification cancels Indentation
Replies: 2
Views: 10517

Ragged Right Justification cancels Indentation

Hello everyone,

I am writing a document using the "mla13" package and when I compile, it is all justified and not ragged right, as the style demands. I entered \raggedright in the preamble, which solved the problem, but now the first line of the paragraph is not indented and entering \indent does ...
by SaneAssasin
Sat Feb 09, 2013 5:49 am
Forum: Document Classes
Topic: Trade Paperback Document Class for Fiction Novel
Replies: 1
Views: 3701

Trade Paperback Document Class for Fiction Novel

Hello!

I want a document class the size of a trade paperback for a fiction novel with the following:

1) An epigraph before the table of contents
2) A table of contents with only the name of the chapter and page number
3) Each chapter starting with a large letter. Lettrine seems it would work well ...
by SaneAssasin
Sat Feb 09, 2013 4:58 am
Forum: General
Topic: \vspace Adding Space Not Where I want It.
Replies: 2
Views: 6379

\vspace Adding Space Not Where I want It.

Is this the actual code you're using? You're manually typing 1) , 2) instead of using a list...?!

The space will work if you end the paragraph before it ( i.e. if you insert an empty line):

\documentclass{article}
\title{Title}
\author{Author}
\date{7 February 2013}
\usepackage{amsmath}
\begin ...
by SaneAssasin
Fri Feb 08, 2013 6:34 pm
Forum: BibTeX, biblatex and biber
Topic: References not printed
Replies: 9
Views: 31440

References not printed

Thank you for all your help!

Johannes was correct in that 64-bit MiKTeX does not include Biber. I downloaded the .exe file and placed this inside MiKTeX's bin folder.

Then I installed the macro from here . Then to get the references to print,

1) Ctrl + Shift + L
2) Biber button above
3) Ctrl ...