Search found 8 matches

by waterinus
Mon Oct 05, 2015 11:44 pm
Forum: Text Formatting
Topic: Margins
Replies: 1
Views: 1919

Margins

Dear friends,
I'm pretty new to Latex and use a template to create my dissertation.
In terms of the margins, the school requires the left and right margins throughout the dissertation should be the same and at least one inch wide each.
However, this template seems not work. I try to find a solution ...
by waterinus
Tue May 05, 2015 11:35 pm
Forum: BibTeX, biblatex and biber
Topic: how to change "and" to "&" in latex
Replies: 6
Views: 13853

Re: how to change "and" to "&" in latex

This \& solve the problem!
Thank you so much!
by waterinus
Tue May 05, 2015 9:51 pm
Forum: BibTeX, biblatex and biber
Topic: how to change "and" to "&" in latex
Replies: 6
Views: 13853

Re: how to change "and" to "&" in latex

Dear Johannes, Thank you so much! The graduate school of art and sciences said it is ok to use this template, although it is really difficult to use. I'm pretty much done with all the hard part except for this one last major problem, so i probably will keep it.
Your bst file solve the problem in the ...
by waterinus
Mon May 04, 2015 7:16 pm
Forum: BibTeX, biblatex and biber
Topic: how to change "and" to "&" in latex
Replies: 6
Views: 13853

Re: how to change "and" to "&" in latex

dear Johannes, I've used this template from Columbia Computer Science Department
http://www.cs.columbia.edu/education/phd/faqs/defending
please take a look, whenever I need to cite something, i just need to type \citep{keywords} to do the trick, everything else is fine, except that the citation ...
by waterinus
Mon Apr 27, 2015 5:27 am
Forum: BibTeX, biblatex and biber
Topic: how to change "and" to "&" in latex
Replies: 6
Views: 13853

how to change "and" to "&" in latex

So in my bibliography and the text, the citing is like this, (Watson and Smith, 2001), I want to change it to (Watson & Smith, 2001). I am pretty new to the bibliography and using the Columbia University latex template, so I'm hoping this would not be very complex.
Thank you in advance!
\usepackage ...
by waterinus
Wed Mar 11, 2015 2:49 am
Forum: Graphics, Figures & Tables
Topic: create a convergent hierarchy
Replies: 2
Views: 3541

Re: create a convergent hierarchy

please help!
by waterinus
Thu Mar 05, 2015 8:37 am
Forum: Graphics, Figures & Tables
Topic: create a convergent hierarchy
Replies: 2
Views: 3541

create a convergent hierarchy

\documentclass[12pt]{article}
\usepackage{tikz-qtree}
\begin{document}
\begin{center}
\begin{tikzpicture}[every tree node/.style={draw,circle},
level distance=2cm,sibling distance=1cm,
edge from parent/.style={thick,draw=black!70,-latex},
edge from parent path={(\tikzparentnode ...
by waterinus
Thu Mar 05, 2015 12:37 am
Forum: Graphics, Figures & Tables
Topic: create a convergent hierarchy
Replies: 2
Views: 3541

create a convergent hierarchy

Dear fellows,
I'm trying to use this code to create a convergent hierarchy, but I'm not sure how to "converge" A6. I want both A4 and A5 point to A6.
Thank you so much, and please let me know if you need additional information
Walter

\begin{center}
\begin{tikzpicture}[every tree node/.style={draw ...