Search found 9 matches

by ralphey
Mon Apr 18, 2011 2:44 pm
Forum: General
Topic: Algorithm environment
Replies: 1
Views: 11420

Algorithm environment

Found that the \fontsize{}{} command works when encapsulating the »algorithmic« environment, e.g.:
{\fontsize{10}{15}
\begin{algorithmic}
%SOME ALGORITHMIC CODE
\end{algorithmic}
}
where the first parameter is the font's size, the second parameter gives the line spacing, and the 10 and 15 specify ...
by ralphey
Sun Apr 17, 2011 1:01 pm
Forum: General
Topic: Algorithm environment
Replies: 1
Views: 11420

Algorithm environment

I'm including both the algorithm and algorithmic packages, and trying to figure out how to condense some of the vertical space between the line numbers. What I would like is, for example, to have the effect of \vspace{-1mm} beteween each line, so as to compress the algorithm a bit more. I want to ...
by ralphey
Thu Apr 15, 2010 3:08 pm
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with sumatrapdf - could it be document's class file?
Replies: 9
Views: 11661

Re: Problem with sumatrapdf - could it be document's class f

localghost: I probably should have mentioned that I used the first resource in your list to initially set up TexnicCenter + SumatraPDF configuration! The configuration has worked beautifully on every file except this particular .tex file - which, again, displays just fine when compiled with pdflatex ...
by ralphey
Mon Apr 12, 2010 4:40 am
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with sumatrapdf - could it be document's class file?
Replies: 9
Views: 11661

Problem with sumatrapdf - could it be document's class file?

Hey again localghost, thanks for your reply. I think I have been setting the synctex switch... I'm attaching screenshots of the profile windows. Here's the LaTeX tab:

profile_LaTeX.png

and the Viewer tab:

profile_viewer.png

and, finally, the text that's too long to fit in the box reads:

"C ...
by ralphey
Fri Apr 09, 2010 11:36 pm
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with sumatrapdf - could it be document's class file?
Replies: 9
Views: 11661

Problem with sumatrapdf - could it be document's class file?

Hi Thorsten,

Thank you for your reply and the kind welcome to this great site.

This is perplexing... I am only compiling with pdflatex, using the LaTeX =>PDF build profile (well, I actually made a copy of the original, renaming it "LaTeX =>PDF (SumatraPDF)", and adjusted the necessary viewer ...
by ralphey
Thu Apr 08, 2010 11:33 pm
Forum: Viewers for PDF, PS, and DVI
Topic: Problem with sumatrapdf - could it be document's class file?
Replies: 9
Views: 11661

Problem with sumatrapdf - could it be document's class file?

Well I'm having a strange problem compiling my .tex file with TexnicCenter and viewing with SumatraPDF. It compiles and views fine in Acrobat Reader. When compiling and viewing in SumatraPDF, however, the following error message appears in a pop-up window ...
by ralphey
Wed Feb 03, 2010 10:21 pm
Forum: Viewers for PDF, PS, and DVI
Topic: How to suppess navigation pane in Acrobat Reader
Replies: 9
Views: 33524

Re: How to suppess navigation pane in Acrobat Reader

Thanks for your excellent suggestions - so I understand correctly, for the non-Beamer tex file are you saying to pass just the option into the document class, like so:

\documentclass[...,bookmarks=false,...]{xyz}?

For the Beamer file, I got it to work great with the fullscreen command. With the ...
by ralphey
Wed Feb 03, 2010 9:44 pm
Forum: Viewers for PDF, PS, and DVI
Topic: How to suppess navigation pane in Acrobat Reader
Replies: 9
Views: 33524

How to suppess navigation pane in Acrobat Reader

Thanks localghost and php1ic,

Now I'm getting the following error now when I try to compile: "option clash for package hyperref" (and I'm getting it whether I use \usepackage[bookmarks=false]{hyperref} or \usepackage[bookmarksopen=false]{hyperref} )

I get the same message on 2 separate tex files ...
by ralphey
Wed Feb 03, 2010 8:40 pm
Forum: Viewers for PDF, PS, and DVI
Topic: How to suppess navigation pane in Acrobat Reader
Replies: 9
Views: 33524

How to suppess navigation pane in Acrobat Reader

Hi, I'm new to the forum and have benefited a lot in the past from your experience (hoping for more of the same!).

I am using TexnicCenter to compile my tex files using pdflatex. On everything that I compile, Acrobat Reader's navigation panel appears on the left side of my compiled pdf (I do not ...