Search found 4 matches

by Kuo000
Mon Feb 04, 2013 10:07 am
Forum: BibTeX, biblatex and biber
Topic: natbib | Reference Labels change
Replies: 2
Views: 3469

natbib | Reference Labels change

This is exactly what you'd usually get with natbib if you use an author-year style. Please create a small demo ('minimal working example') of what you are currently doing.

Below is my LaTeX source:

\documentclass{article}
\usepackage[square]{natbib}

\title{Hello World \LaTeX{} File for Testing ...
by Kuo000
Sun Feb 03, 2013 4:53 am
Forum: BibTeX, biblatex and biber
Topic: natbib | Reference Labels change
Replies: 2
Views: 3469

natbib | Reference Labels change

Hi all,

I want the bibliographies to have labels with author names and years instead of just numbers. E.g.,

[Getoor and Taskar, 2007] Getoor, L. and Taskar, B. (2007). Introduction to Statistical Relational Learning

I could achieve this using apalike style without using natbib . But once I use ...
by Kuo000
Sat Nov 12, 2011 10:45 am
Forum: Page Layout
Topic: Change Document Paper Size to Letter
Replies: 2
Views: 6138

Re: Change Document Paper Size to Letter

Thank you localghost.

This sets my document to letter-size.
by Kuo000
Sat Nov 12, 2011 8:09 am
Forum: Page Layout
Topic: Change Document Paper Size to Letter
Replies: 2
Views: 6138

Change Document Paper Size to Letter

Hi all,

I am a complete newbie to LaTeX and this forum. I was trying to create a letter size article document to start my work there. But despite explicit option [letterpaper] I put, the document still turned out to be A4-sized.

Here is my entire LaTeX code (which can hardly be any simpler ...