Search found 8 matches

by mmutoo
Sat Aug 18, 2012 7:26 pm
Forum: General
Topic: PS to PDF Conversion
Replies: 2
Views: 3995

Re: PS to PDF Conversion

Hi Alan,

surprisingly, it is there! Thanks. I supposed it is a part of the latex system! Anyway, it is there indeed.
by mmutoo
Fri Aug 17, 2012 8:35 pm
Forum: General
Topic: PS to PDF Conversion
Replies: 2
Views: 3995

PS to PDF Conversion

Hi guys,

I am a Linux user, and I am using a portable installation of TeX Live 2011 for my documents. I have combined it with TeXstudio and I have set the commands for it manually. I can convert my source files to PDF directly. Also, I tried to convert a source file to DVI and DVI to PS which all ...
by mmutoo
Sun Apr 08, 2012 6:05 am
Forum: Text Formatting
Topic: IEEEtran | Compress List of Citations
Replies: 2
Views: 6014

Re: IEEEtran | Compress List of Citations

Many thanks localghost! I have another question. I have used cite package and it works, but partially! For example references [1],[2],[3],[4],[5],[13] become [1]-[5,13] while I need it to be [1-5,13]. Any idea?
by mmutoo
Sat Apr 07, 2012 7:45 pm
Forum: Text Formatting
Topic: IEEEtran | Compress List of Citations
Replies: 2
Views: 6014

IEEEtran | Compress List of Citations

Hi all,

I am using the ieeetran.bst style for my bibliography in an ieeetran class file. I was wondering if there is a way to compress the list of citations. For example, let say we have a reference list like 1,2,3,6. Normally it appears like [1],[2],[3],[6]. But I want it to be like [1-3,6]. Is ...
by mmutoo
Tue Jan 31, 2012 8:17 pm
Forum: TeX Live and MacTeX
Topic: GUI for the TeX Documentation Browser
Replies: 2
Views: 6852

GUI for the TeX Documentation Browser

The problem should lie between these lines of the file "texdocrc.defaults".
# defaults: unix values
my $qq="'";
my $HomeEnv=$ENV{HOME};
my $TeXDocRcDefaults="texdocrc.defaults";
my $TempDir; $TempDir=$ENV{TMPDIR} or $TempDir="/tmp";
my $CmdConsole="xterm -e ";

if ($IsWin32) {
$qq ...
by mmutoo
Tue Jan 31, 2012 7:45 pm
Forum: TeX Live and MacTeX
Topic: GUI for the TeX Documentation Browser
Replies: 2
Views: 6852

GUI for the TeX Documentation Browser

Hi all.

I used TeX Live on Windows for a while now, and it seems awesome. Especially I really like the TeX documentation browser GUI which helps searching in its database for documentation for LaTeX packages.

However, recently I have moved to Ubuntu. And now, I am surprised that there is no GUI ...
by mmutoo
Mon Jan 23, 2012 6:38 am
Forum: General
Topic: Differences in Output with MiKTeX and TeX Live
Replies: 2
Views: 2511

Re: Differences in Output with MiKTeX and TeX Live

Thanks a lot Stefan. I will try it definitely :)
by mmutoo
Mon Jan 23, 2012 1:41 am
Forum: General
Topic: Differences in Output with MiKTeX and TeX Live
Replies: 2
Views: 2511

Differences in Output with MiKTeX and TeX Live

Hi everybody.

I am a new member and happy to join the community. I am rather new to latex world too. I have used MiKTeX for a while, and I am considering to give TeX Live a try. I tried compiling a source file I had before to a DVI file. However, one of the figures files is not present any more in ...