Search found 18 matches

by centguy
Mon Nov 04, 2013 11:47 am
Forum: Text Formatting
Topic: newcommand for 4x4 matrix
Replies: 2
Views: 7121

newcommand for 4x4 matrix

Thanks. I think I solved this by
creating a file called `mfour' that contains

\left( \begin{array}{cccc}
\twobyfourN
{ }{ }{ }{ }
{ }{ }{ }{ }
\twobyfourN
{ }{ }{ }{ }
{ }{ }{ }{ }
\end{array} \right)

where

\newcommand{\twobytwoN}[4]{ #1 & #2 \\ #3 & #4\\ }


Now, every time I need a 4-by-4 ...
by centguy
Sat Nov 02, 2013 6:19 am
Forum: Text Formatting
Topic: newcommand for 4x4 matrix
Replies: 2
Views: 7121

newcommand for 4x4 matrix

Hi.

I am happily using

\newcommand{\mtwo}[4]{{\left( \begin{array}{cc} #1 & #2 \\ #3 & #4 \end{array} \right)} }
\newcommand{\mthree}[9]{
{\left( \begin{array}{ccc} #1 & #2 & #3 \\ #4 & #5 & #6 \\ #7 & #8 & #9 \end{array} \right)} }

to quickly get 2x2 or 3x3 matrices. Just input either 4 ...
by centguy
Wed Dec 28, 2011 2:26 pm
Forum: Graphics, Figures & Tables
Topic: Some images invisible in DVI, PS, but visible in PDF. Why?
Replies: 7
Views: 8556

Re: Some images invisible in DVI, PS, but visible in PDF. Wh

My bad. Apparently I installed packages from different repositories that
caused the problem. The problem is fully resolved in

https://www.centos.org/modules/newbb/vi ... 5&forum=56
by centguy
Mon Dec 19, 2011 4:08 am
Forum: Graphics, Figures & Tables
Topic: Some images invisible in DVI, PS, but visible in PDF. Why?
Replies: 7
Views: 8556

Re: Some images invisible in DVI, PS, but visible in PDF. Wh

I agree with you that DVI does not natively support PS.

I am depending on xdvi to view all my electronic latex notes daily since
it is basic and it is very fast to move around the pages via the hyperlink within the page. So xdvi is a must for me.

Anyway, I think since I do not have such problem on ...
by centguy
Sun Dec 18, 2011 5:02 pm
Forum: Graphics, Figures & Tables
Topic: Some images invisible in DVI, PS, but visible in PDF. Why?
Replies: 7
Views: 8556

Some images invisible in DVI, PS, but visible in PDF. Why?

I may have exactly the same problem.

This is on the relatively new CentOS 6.0 or CentOS 6.1 (I wish
it is fixed by RHEL people but apparently not)

Some info:

[xx@centos60-fuj ~]$ uname -a
Linux centos60-fuj 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU ...
by centguy
Tue Apr 26, 2011 5:06 pm
Forum: Graphics, Figures & Tables
Topic: Use XDVI to display PNG files
Replies: 2
Views: 2162

Re: Use XDVI to display PNG files

I appreciate your reply.

At least I don't keep hoping that xdvi will be able to deal with
compressed graphic files one day!

Thanks!
by centguy
Sat Apr 23, 2011 5:50 am
Forum: Graphics, Figures & Tables
Topic: Use XDVI to display PNG files
Replies: 2
Views: 2162

Use XDVI to display PNG files

There is one item in my wish list that is to use \includegraphics to include a compressed file (especially PNG format) and view them using XDVI without using PDFLaTeX.

The reason is that XDVI seems much faster than Acroread.

Are XDVI developers working towards handling files other than EPS ...
by centguy
Wed Mar 31, 2010 10:34 am
Forum: Page Layout
Topic: Table of Contents enhanced ? First the chapters listing
Replies: 8
Views: 5595

Re: Table of Contents enhanced ? First the chapters listing

What a lucky day for me. It works. Thanks Thorsten and gmedina!!
by centguy
Mon Mar 29, 2010 4:19 am
Forum: Page Layout
Topic: Table of Contents enhanced ? First the chapters listing
Replies: 8
Views: 5595

Re: Table of Contents enhanced ? First the chapters listing

Is it possible to enable the words in the table of content to be
underlined so that when I click on it, it will go to correct page?
Right now, I have to click on the page numbers at the right end of each entry to go a particular page.
I am hoping that I can click on any words within a line to ...
by centguy
Sun Jan 31, 2010 6:48 pm
Forum: Page Layout
Topic: Table of Contents enhanced ? First the chapters listing
Replies: 8
Views: 5595

Re: Table of Contents enhanced ? First the chapters listing

Serious I am so happy that one of the questions that always pops into my head is answered by your example file above. I really appreciate your help ! Million thanks! I save some time in nagivating between pages of my research notes because of you!