Search found 4 matches

by sudesham
Sun May 04, 2014 6:21 am
Forum: General
Topic: Linux Mint
Replies: 3
Views: 4460

Linux Mint

Hello everyone,

Can anyone tell me how to install a Latex editor on linux mint 16.
Downloaded Tex maker and Texstudio. when its time to compile i get a message the log file cant be found and it cant complie.

Thanks
by sudesham
Mon Aug 27, 2012 9:41 pm
Forum: Text Formatting
Topic: roman page numbering
Replies: 1
Views: 1751

roman page numbering

Hello everyone,

Working on an abstract, using the \begin{abstract} environment
the roman numbering i does not show in the abstract, but shows in the table of contents page and the table of contents page have the number i

the code goes like this
\documentclass[12pt]{ report}
\usepackage{amsmath ...
by sudesham
Thu Aug 23, 2012 6:59 pm
Forum: Text Formatting
Topic: \chapter command does not work
Replies: 2
Views: 33339

Re: \chapter command does not work

Thanks, it worked.
by sudesham
Thu Aug 23, 2012 5:05 pm
Forum: Text Formatting
Topic: \chapter command does not work
Replies: 2
Views: 33339

\chapter command does not work

Hello everyone,
been using the \chapter{} command
and the output is not Chapter 1
but just plain text

here is a sample of the code:
\documentclass[12pt] {article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage {Utopia}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{chapterbib ...