Search found 21 matches

by ggyyree
Tue Oct 02, 2012 2:06 pm
Forum: Math & Science
Topic: Typesetting 'argmin' with Constraints
Replies: 2
Views: 15295

Re: Typesetting 'argmin' with Constraints

Work like a charm! Thanks so much!
by ggyyree
Fri Sep 28, 2012 12:00 pm
Forum: Math & Science
Topic: Typesetting 'argmin' with Constraints
Replies: 2
Views: 15295

Typesetting 'argmin' with Constraints

Hi smart guys,

I would like to type a line of math like this.

\begin{align}
\arg &\min ABC \\
s.t. A &= 1 \\
B &= 2
\end{align}

I want to make the font size of these two lines
s.t. A &= 1 \\
B &= 2
to be smaller than \arg &\min ABC

I want to make the = of the constrains to be aligned with ...
by ggyyree
Mon Feb 06, 2012 7:09 pm
Forum: Text Formatting
Topic: report | Define specific Margins
Replies: 1
Views: 1847

report | Define specific Margins

How to define specific margins for the latex 'report' class? For example,

Margins at the binding edge must be not less than 40 mm (1.5 inches) and other margins not less than 20 mm (.75 inches). (Single page print-out should be used).

Double or one-and-a-half spacing should be used in typescripts ...
by ggyyree
Thu Feb 02, 2012 11:12 pm
Forum: General
Topic: nomencl | Renew Commands
Replies: 6
Views: 5016

Re: nomencl | Renew Commands

Crystal clear! Thanks very much and have a good night! :lol:
by ggyyree
Thu Feb 02, 2012 10:27 pm
Forum: General
Topic: nomencl | Renew Commands
Replies: 6
Views: 5016

nomencl | Renew Commands

Thanks so much for your reply! And it works now! :mrgreen:

Sorry about what I post that didn't include an example. I will do it next time.

Could you please explain about the codes?

\makeatletter
\renewcommand{\eqdeclaration}[1]{%
.~(First used in Equation #1\if@printpageref\else )\fi ...
by ggyyree
Thu Feb 02, 2012 3:13 pm
Forum: General
Topic: nomencl | Renew Commands
Replies: 6
Views: 5016

nomencl | Renew Commands

I use 'nomencl' package to create a Nomenclature for my thesis.

I would like to use renewcommand to show my symbols, which have been firstly used in one equation with the page information, e.g.,

\renewcommand{\eqdeclaration}[1]{.~(First used in Equation #1}%
\renewcommand{\pagedeclaration}[1]{~on ...
by ggyyree
Tue Nov 11, 2008 3:50 pm
Forum: General
Topic: Any ideas how to add a blank page after the title page?
Replies: 2
Views: 66283

Any ideas how to add a blank page after the title page?

Stefan_K wrote:Hi,

perhaps use \cleardoublepage, or something like

Code: Select all

\clearpage\mbox{}\clearpage
Stefan
Thanks! It works now by removing \centering
by ggyyree
Mon Nov 10, 2008 9:49 pm
Forum: General
Topic: Any ideas how to add a blank page after the title page?
Replies: 2
Views: 66283

Any ideas how to add a blank page after the title page?

I use codes as following to add a blank page after the title page; however, I got the error info: There's no line here to end.

\maketitle
% End of Title

\clearpage
\thispagestyle{empty}
\phantom{a}
\vfill
\newpage
\centering[This page intentionally left blank]
\vfill
\addtocounter{page}{-1 ...
by ggyyree
Fri Oct 31, 2008 6:23 pm
Forum: General
Topic: How to give the numbering for \subsubsection please?
Replies: 4
Views: 3853

Re: How to give the numbering for \subsubsection please?

Thank you very much! It is enough :mrgreen:
by ggyyree
Fri Oct 31, 2008 5:31 pm
Forum: General
Topic: How to give the numbering for \subsubsection please?
Replies: 4
Views: 3853

How to give the numbering for \subsubsection please?

Thanks a lot! Could you please say more about the tocloft package? How to display the nubering of subsubsection?
And how to adjust the font size of the subsubsection? I have used titletoc package and I have some other settigs for my table of contents. Will these tocloft and tiltletoc conflicted ...