Search found 9 matches

by JonTsu
Fri Apr 19, 2013 12:53 am
Forum: Graphics, Figures & Tables
Topic: Rescaling for commutative Diagram
Replies: 5
Views: 10483

Re: Rescaling for commutative Diagram

Brilliant! Thanks Thorsten :D
by JonTsu
Thu Apr 18, 2013 5:40 pm
Forum: Graphics, Figures & Tables
Topic: Rescaling for commutative Diagram
Replies: 5
Views: 10483

Rescaling for commutative Diagram

Ah, apologies - I realize how unhelpful my question was. Thanks for the LaTeX community pointers, Svend and Clemens. I've included a working example of the code below (I had forgotten that I had defined \F ).

\documentclass[titlepage]{article}
\usepackage{amsmath, amssymb,anysize,graphicx,float ...
by JonTsu
Thu Apr 18, 2013 1:26 am
Forum: Graphics, Figures & Tables
Topic: Rescaling for commutative Diagram
Replies: 5
Views: 10483

Rescaling for commutative Diagram

Hi LaTeX Community,

I have a long exact sequence, which, for the sake of aesthetics, I decided to present in a tikzcd array. Below is the LaTeX code I used to produce it:

\begin{tikzcd}
0 \rar & \,~H^0(X,\F'')\,~ \rar & H^0(X,\F) \rar & \,~H^0(X,\F')\,~ \ar[out=0, in=180, looseness=3,overlay ...
by JonTsu
Sat Mar 16, 2013 6:40 pm
Forum: Math & Science
Topic: Left-Justified "align"
Replies: 2
Views: 168142

Re: Left-Justified "align"

Hi Stefan,
Thanks so much, that works perfectly!
Jonathan
by JonTsu
Sat Mar 16, 2013 5:46 pm
Forum: Math & Science
Topic: Left-Justified "align"
Replies: 2
Views: 168142

Left-Justified "align"

Hi LaTeXers,

It seems that the default on \begin{align*} ... \end{align*} is to centre it, is there any way of having a left-justified set of aligned equations? e.g.

\begin{align*}
x&= abcd\\
&=abcd+efgh
\end{align*}

would be centred, but I would like it to appear as

x = abcd
II = abcd+efgh ...
by JonTsu
Sat Oct 13, 2012 6:34 pm
Forum: Text Formatting
Topic: New Command with Counter
Replies: 2
Views: 5521

Re: New Command with Counter

Thank you, cgnieder, that's perfect! :D
Jon
by JonTsu
Sat Oct 13, 2012 6:23 pm
Forum: Text Formatting
Topic: New Command with Counter
Replies: 2
Views: 5521

New Command with Counter

Hi LaTeXers,

I was wondering if anyone could help me with the following:

I'm typing up lecture notes and I like to be able to tell where lectures begin. I've been typing \marginpar{\fbox{Lecture 1}} , \marginpar{\fbox{Lecture 2}} , etc.. where I've wanted to show the start of a new lecture. But ...
by JonTsu
Sun Jan 08, 2012 4:49 pm
Forum: Text Formatting
Topic: Making a document, LaTeXed for a5paper, look like a4
Replies: 2
Views: 2087

Re: Making a document, LaTeXed for a5paper, look like a4

Thanks so much Stefan, that's very, very helpful! :D
Jon.
by JonTsu
Sun Jan 08, 2012 4:05 pm
Forum: Text Formatting
Topic: Making a document, LaTeXed for a5paper, look like a4
Replies: 2
Views: 2087

Making a document, LaTeXed for a5paper, look like a4

I'm trying to LaTeX my lecture notes for a kindle and so I've started ny preamble with \documentclass[a5paper]{article}

However, I find that this makes my document look very juvenile (as the text is so large in relation to the page). Is there any way of reducing the text size to the point that it ...