Search found 9 matches

by meena
Thu Dec 10, 2009 4:58 pm
Forum: General
Topic: Protect the LaTeX File
Replies: 2
Views: 7025

Protect the LaTeX File

Hi all,

I wrote my Ph.D. thesis in Latex. I want to protect my latex files so that only I can modify those files but others can see and read the contents. This must work irrespective of the computer. Looking for suggestions.

Thank you,

best regards,
Meena
by meena
Mon Sep 07, 2009 3:26 pm
Forum: Text Formatting
Topic: Wrapping text in column with CV in LaTeX
Replies: 4
Views: 3627

Re: CV

Hi,

Sorry, with the previous minimal working example, you cannot see my problem clearly. Here is the updated MWE.

Meena
by meena
Mon Sep 07, 2009 3:08 pm
Forum: Text Formatting
Topic: Wrapping text in column with CV in LaTeX
Replies: 4
Views: 3627

Re: CV

Hi Stefan_k,

I am new to this CV package. I guess I need to define column width, but do not know where :( Hope you can help me.

Thanks

Meena
by meena
Mon Sep 07, 2009 2:50 pm
Forum: Text Formatting
Topic: Wrapping text in column with CV in LaTeX
Replies: 4
Views: 3627

Wrapping text in column with CV in LaTeX

Hi,

I am creating my CV using Latex. When I want to include the month in the item, it does not wrap the text but the text extends to the adjacent column. I want the text to remain inside the column and wrap the text. Please someone help me to fix this problem.

\section{University}
\begin{CV ...
by meena
Sun Aug 02, 2009 5:56 pm
Forum: General
Topic: hyperref and cite
Replies: 8
Views: 20346

Re: hyperref and cite

Hi,

I attached an example source file and the output file. I have a separate bib file which I could not load here. In the output file, citations look like this [1,2,3] but I want [1-3].

Any suggestions :?:

Thanks in advance
by meena
Sat Aug 01, 2009 11:12 pm
Forum: General
Topic: hyperref and cite
Replies: 8
Views: 20346

Re: hyperref and cite

Hi,

When I use the hyperref and cite package, the citations are no longer compressed

e.g. instead of 1-4 it appear as 1,2,3,4.

Is it normal? Is there any way to fix it?

Thanks in advance
by meena
Fri Jul 31, 2009 8:35 pm
Forum: General
Topic: hyperref and cite
Replies: 8
Views: 20346

Re: hyperref and cite

Hi gmedina,

Thanks a lot :) I did not realize that I was loading the cite package twice. Thank you for the suggestions (a4wide) too.
by meena
Fri Jul 31, 2009 6:57 pm
Forum: General
Topic: hyperref and cite
Replies: 8
Views: 20346

Re: hyperref and cite

Hi Thorsten,

I tried that too, didn't work out :(
by meena
Fri Jul 31, 2009 10:14 am
Forum: General
Topic: hyperref and cite
Replies: 8
Views: 20346

hyperref and cite

Hi,

I am writing my theis and I want to create hyperref for the sections, figures, etc., Other than citations hyperref works for sections, figures... I googled enough to solve the problem, but all in vain. This is how my permeable looks like
\documentclass[a4paper,12pt]{report}
\usepackage{a4wide ...