Search found 12 matches

by karisalk
Mon Apr 04, 2011 8:28 am
Forum: General
Topic: Justification without Hyphenation
Replies: 1
Views: 4426

Justification without Hyphenation

how do i justify a document without hyphenation?
by karisalk
Wed Mar 23, 2011 9:55 am
Forum: Graphics, Figures & Tables
Topic: chapter and landscape table on the same page
Replies: 1
Views: 3075

chapter and landscape table on the same page

Hi, I have to put my table in the same page with the chapter heading. The code below gives two pages yet I want one.

\documentclass{report}
\usepackage{rotating}
\usepackage{colortbl}
\usepackage{titlesec}
\usepackage{setspace}

\titleformat{\chapter}[display]{\centering\normalfont\normalsize ...
by karisalk
Wed Feb 16, 2011 12:50 pm
Forum: Graphics, Figures & Tables
Topic: graphs in different pages
Replies: 1
Views: 1321

graphs in different pages

I Sweaved a document in R and the .tex file game an output with graphs in two different pages. I require to put them in the same page but in don't know how. Please help.
karisalk.
by karisalk
Thu Jan 27, 2011 8:26 am
Forum: Graphics, Figures & Tables
Topic: list of figures and tables
Replies: 1
Views: 1554

list of figures and tables

Hi over there, I am writing my thesis and I need some help with list of tables and figures. I need to write them in caps but i don't know how. Also i would wish to know how to and an appendix page. Any help will be appreciated. Thank you in advance.

karisalk.
by karisalk
Thu Aug 12, 2010 2:11 pm
Forum: General
Topic: R and Latex
Replies: 5
Views: 3743

Re: R and Latex

Thank you. It has just worked out well after several failures. It is just like learning how to ride a bicycle, after a little wobling it is piece of cake!! Thank you once again.
Karisa,l.k.
by karisalk
Thu Aug 12, 2010 8:30 am
Forum: General
Topic: R and Latex
Replies: 5
Views: 3743

Re: R and Latex

I wrote the latex document and saved it in my documents as myfile.Rnw
When I sweave in R,

> Sweave("myfile.Rnw")

I get the following error;
Writing to file myfile.tex
Processing code chunks ...
Error in SweaveReadFile(file, syntax) :
no Sweave file with name 'myfile.Rnw' found

What could be ...
by karisalk
Wed Aug 11, 2010 11:25 am
Forum: General
Topic: R and Latex
Replies: 5
Views: 3743

Re: R and Latex

I dont know how to use the Sweave Function in R.
I dont Know what is the so called .Rnw,.sty, etc files and how to create them.
I tried the following example from some where,I copied it and ran it on Miktex:

\documentclass[a4paper]{article}
\begin{document}
<<>>=
data(airquality)
library(ctest ...
by karisalk
Mon Aug 09, 2010 2:35 pm
Forum: General
Topic: R and Latex
Replies: 5
Views: 3743

R and Latex

Hi,One can integrate R(a statistical software) and Latex using the function Sweave in R. I have failed to produce a document using these two software. If there is anybody who has mastered the two, may you help me.
thanks.
by karisalk
Mon Jul 26, 2010 10:31 am
Forum: General
Topic: contents and chapter headings at the center
Replies: 3
Views: 2453

Re: contents and chapter headings at the center

Thank you very much! It worked very well and I am learning more by extending it to other contexts.
Cheers.
by karisalk
Fri Jul 23, 2010 4:26 pm
Forum: General
Topic: contents and chapter headings at the center
Replies: 3
Views: 2453

contents and chapter headings at the center

Hi out there. How do you achieve putting the chapter heading and table of contents heading the center with different font size.
Thanks.