Search found 45 matches

by akira32
Wed Jul 23, 2008 5:56 pm
Forum: General
Topic: How do I let first page of each chapter assigned odd page no
Replies: 2
Views: 1901

How do I let first page of each chapter assigned odd page no

How do I let the first page of each chapter be assigned odd page number?
by akira32
Thu Jul 10, 2008 3:50 am
Forum: General
Topic: How do I type the code(c++ like) in latex and keep the space
Replies: 1
Views: 17697

How do I type the code(c++ like) in latex and keep the space

How do I type the code(c++ like) in latex and keep the space?
I want to copy the shader code to latex, but it seems to be diffcult to modify.
How do I keep the format of my shader code and paste in latex?

My shader code as below: (a part of my complete shader code)

Ps_DEFAULT_OUT ...
by akira32
Wed Jul 09, 2008 2:52 pm
Forum: Document Classes
Topic: How do I merge two pdf by the includepdf command
Replies: 2
Views: 15502

Re: How do I merge two pdf by the includepdf command

Stefan,thank you very much!
by akira32
Wed Jul 09, 2008 2:43 pm
Forum: General
Topic: How do I Label a table and use ref to show Table6.1
Replies: 12
Views: 11288

Re: How do I Label a table and use ref to show Table6.1

There's a small mistake in line 52, change \titlepge into: \titlepage
Sorry!I try to modify to be \titlepage, but the first front page will disappear.
So I keep the command of "\titlepge", then the title page appear.
by akira32
Wed Jul 09, 2008 10:53 am
Forum: Document Classes
Topic: How do I merge two pdf by the includepdf command
Replies: 2
Views: 15502

How do I merge two pdf by the includepdf command

How do I merge two pdf by the includepdf command?
My preamble code as below:


\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdfset{pages=-}
\includepdf{mycover.pdf}
\includepdf{content.pdf}
\end{document} [/color]

But when I compile the preamble, it appear some error ...
by akira32
Wed Jul 09, 2008 8:52 am
Forum: General
Topic: How do I add a cover(pdf) to the pdf latex build
Replies: 5
Views: 14769

How do I add a cover(pdf) to the pdf latex build

I saw the manul about inserting one page of dpf.
But I add the two commands in preabmle.
It appears some error messages as below:

Package pdfpages Warning: I will use a dummy \ includepdf command whiich will NOT insert any pages, becuase you are producing DVI output.

Package pdfpages Warning: I ...
by akira32
Wed Jul 09, 2008 4:55 am
Forum: General
Topic: How do I modify the equation serial number and its caption
Replies: 3
Views: 3314

How do I modify the equation serial number and its caption

gmedina,thank you! It works. But how about the matrix?
My matrix does not have the serial number.
How do I add the serial number to the matrix and use the \ref with "{Matrix \arabic{chapter}.\arabic{matrix}}"?

\[
mView = \left[
\begin{array}{cccc}
xaxis.x & yaxis.x & zaxis.x & 0 \\
xaxis.y ...
by akira32
Wed Jul 09, 2008 3:51 am
Forum: General
Topic: How do I modify the equation serial number and its caption
Replies: 3
Views: 3314

How do I modify the equation serial number and its caption

How do I modify the equation serial number and its caption?
Now the equation show the serial number as (7.1).
But I want the string of the caption of the equation as (Eq7.1).
How do I modify the command of equation?

Eq\ref{eq:equation_cost_time1} [/color]

\begin{equation}
T_{total} = T_{eye} + T ...
by akira32
Tue Jul 08, 2008 3:28 pm
Forum: General
Topic: Overlapping of equation and its serial number
Replies: 1
Views: 4353

Overlapping of equation and its serial number

My equations and these serial numbers overlap a liittle part.
How do I separate them with a small distance.
I show the overlapping in the picture I attached.

\begin{eqnarray}
Rect\_np.left=Rect\_Parent.left + Rect\_sm.left * Rect\_Parent.Width\\
Rect\_np.right=Rect\_Parent.left + Rect\_sm.right ...
by akira32
Tue Jul 08, 2008 8:27 am
Forum: Community talk
Topic: The article I post cannot save in my local PC
Replies: 2
Views: 6647

Re: The article I post cannot save in my local PC

Hi, Sven! Because sometimes my computer is off-line, so I hope that I can off-line to see the post I submitted before.