Search found 3 matches

by YzerFan19Forever
Wed Mar 19, 2008 5:46 pm
Forum: General
Topic: Spacig between lines of equations in the aligned env
Replies: 5
Views: 4017

Spacig between lines of equations in the aligned env

dmt wrote:Thanks. Is that how much space it adds to each line, or does that replace the default (in case the default has been reset)?

Is there a way to reset the default globally?
(1) This replaces the default space.
(2) I don't know--sorry!
by YzerFan19Forever
Wed Mar 19, 2008 5:30 pm
Forum: General
Topic: Spacig between lines of equations in the aligned env
Replies: 5
Views: 4017

Spacig between lines of equations in the aligned env

Is there a simple way to increase the spacing between lines of equations in the aligned environment? Yes. You simply apply an argument to \\ i order to specify the spacing between each line. Here's an example.
\documentclass[a4paper,fleqn]{article}
\usepackage{amsmath}
\usepackage[latin1]{inputenc ...
by YzerFan19Forever
Wed Mar 19, 2008 4:55 pm
Forum: General
Topic: Reference problem -- maybe do to natbib, but I'm not sure
Replies: 0
Views: 1263

Reference problem -- maybe do to natbib, but I'm not sure

When compiling my document (see attached file) the references look something like

(ELA), (FB), and (A1)

instead of

[ELA], [FB], and [A1]

But in the bibliography section, the brackets are correct, i.e. [<reference>].

How do I get the [<reference>] in the entire document?


P.S. I compile using ...