Search found 12 matches

by august_month
Wed Dec 11, 2013 5:34 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography with Citation in Author-Year Format
Replies: 5
Views: 43872

Bibliography with Citation in Author-Year Format

Thank you, again! I guess I need to read some basic stuff about biblatex. It seems to require to have bibliography in a separate file, while I used to have all my bibliography in the same file with main document.

\documentclass[12pt,oneside,reqno,fleqn]{article}
\usepackage{amsmath}
\usepackage ...
by august_month
Wed Dec 11, 2013 5:12 am
Forum: Math & Science
Topic: Left Alignment with Paragraphs for all Equations
Replies: 2
Views: 8803

Re: Left Alignment with Paragraphs for all Equations

Thank you, Tom! It worked.
by august_month
Tue Dec 10, 2013 5:07 am
Forum: Math & Science
Topic: Simple Equation Numbering throughout all Sections
Replies: 2
Views: 15254

Simple Equation Numbering throughout all Sections

I apologize. I went through code and found

\renewcommand{\theequation}{\arabic{section}.\arabic{equation}}

Sorry again!
by august_month
Tue Dec 10, 2013 4:05 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography with Citation in Author-Year Format
Replies: 5
Views: 43872

Re: Bibliography with Citation in Author-Year Format

Thank you for the suggestion. It will take me some time to read through. However, at first glance none of links mention citation in the form: Smith [1997].

But I will keep reading.
by august_month
Mon Dec 09, 2013 1:06 am
Forum: BibTeX, biblatex and biber
Topic: Bibliography with Citation in Author-Year Format
Replies: 5
Views: 43872

Bibliography with Citation in Author-Year Format

Hello everyone,

I would like authors to be cited in the following format: Smith [1997].

Any ideas? Basic internet search did not return much.

Regards,
august_month


P.S.: I guess natbib offers some interesting functionality. Could anybody give me a link with example on how to use it (including ...
by august_month
Mon Dec 09, 2013 12:48 am
Forum: Math & Science
Topic: Left Alignment with Paragraphs for all Equations
Replies: 2
Views: 8803

Left Alignment with Paragraphs for all Equations

Hello everyone,

I would like to left align all my question. Alignment should match new paragraph. Currently I have this.
\documentclass[12pt,oneside,reqno,fleqn]{amsart}
\setlength{\mathindent}{0pt}
It gives me left alignment, but not at the level of new paragraph.

Any suggestions?

Regards ...
by august_month
Mon Dec 09, 2013 12:44 am
Forum: Math & Science
Topic: Simple Equation Numbering throughout all Sections
Replies: 2
Views: 15254

Simple Equation Numbering throughout all Sections

Hello Everyone,

I would like to number all my equations like (1) and (2) and so on. Currently I am using
\documentclass[12pt,oneside,reqno,fleqn]{amsart}
\usepackage{amsmath}
And I am getting (1.1) and so forth.

I also want numbering to continue across all sections and not to restart with ...
by august_month
Fri Sep 30, 2011 3:26 pm
Forum: Text Formatting
Topic: Bold faced Text in Math Environment
Replies: 3
Views: 2702

Re: Bold faced Text in Math Environment

Thank you, it worked!

P.S.

Last time I posted a question on this board, I had to check some box, when issue was resolved. I do not see this box now?
by august_month
Thu Sep 29, 2011 4:07 pm
Forum: Text Formatting
Topic: Bold faced Text in Math Environment
Replies: 3
Views: 2702

Bold faced Text in Math Environment

Hello Everyone,

I cannot get the following to work:

Code: Select all

$E[{\bf \theta}|X]$
My theta shows up as regular not bold. I attached the file.

I searched Google, but nothing so far. Any suggestions?

Regards,
Alex
by august_month
Sat May 07, 2011 4:46 pm
Forum: Text Formatting
Topic: TOC for custom item (new environment)
Replies: 4
Views: 4046

Re: TOC for custom item (new environment)

Awesome!!! I am impressed with capabilities of latex!!!

Thank you again!