Search found 13 matches

by Jchen066
Mon Oct 22, 2018 1:23 pm
Forum: General
Topic: Loops using page no as reference
Replies: 1
Views: 8615

Loops using page no as reference

Hi,

I am trying to write a code to repeat a command until the end of page. But it seems below code over does it 2 more times into the next page. (I have written below code that just prints the page number instead, to see what is wrong with it.)

Did I write something wrong in my code, or how should ...
by Jchen066
Sun Oct 21, 2018 12:41 pm
Forum: General
Topic: Line
Replies: 4
Views: 10829

Line

this seems to fill a full page of lines. how do i use the macro to fulfil the line for the rest of the lines (if there is only 5 line's of space left in the current
by Jchen066
Tue Oct 16, 2018 4:54 pm
Forum: General
Topic: numbring in sections/subsection
Replies: 2
Views: 9358

numbring in sections/subsection

Hi Sam!

You can turn off numbering by \setcounter{secnumdepth}{0} .

You can number examples per section automatically, however without a section number it's very strange. You get examples 2.1 and 2.2 but there's nothing ever that has a 2 as a reference. I would think about it again.

Stefan ...
by Jchen066
Tue Oct 16, 2018 3:42 pm
Forum: General
Topic: numbring in sections/subsection
Replies: 2
Views: 9358

numbring in sections/subsection

hi there,

Try to create something like the attachment.

1. The Section and subsection create the title with automatic numbering. How can I turn it off.
2. Is there a way to provide automatic numbering for the examples under each section. For example, the first example in first section will be ...
by Jchen066
Tue Oct 16, 2018 2:38 pm
Forum: Text Formatting
Topic: Font Effect
Replies: 2
Views: 2256

Font Effect

Hi Sam,

you could use the contour package. For example:

\documentclass{article}
\usepackage{contour}
\usepackage{xcolor}
\begin{document}
\contourlength{1pt}% thickness
\contournumber{20}% copies used
\contour{gray!50}{\protect\contour{white}{%
\sffamily\Huge\bfseries\textcolor{green!80!black ...
by Jchen066
Tue Oct 16, 2018 2:31 pm
Forum: General
Topic: Line
Replies: 4
Views: 10829

Line

Hi Sam,

you could use the dashrule package. For example:

\documentclass{article}
\usepackage{dashrule}
\begin{document}
text

\hdashrule[0.75ex]{\textwidth}{1pt}{1ex}

text
\end{document}

Click the link above to see the manual with explanation of the options. You can use the usual color ...
by Jchen066
Tue Oct 16, 2018 2:02 pm
Forum: General
Topic: Line
Replies: 4
Views: 10829

Line

Hi Guys,

Anyone can help me with the code to insert dash line in the document? and how to change space between the line and the style of the line, and the color

Thanks
Sam
by Jchen066
Tue Oct 16, 2018 1:54 pm
Forum: Text Formatting
Topic: Font Effect
Replies: 2
Views: 2256

Font Effect

hi there,

Is anyone can tell how to make the font like the picture?


Thanks
Sam
by Jchen066
Mon Sep 17, 2018 4:07 pm
Forum: General
Topic: Header and footer
Replies: 3
Views: 13519

Header and footer

Hi there,
you've put the header logo into an additional tabular environment.
There's nothing wrong with that as such, but according to the column declaration---the {c}---you want \tabcolsep space left (and right) of this column.
Try {@{}c@{}} instead (the @{} cuts off the additional space, here on ...
by Jchen066
Sun Sep 16, 2018 4:08 pm
Forum: General
Topic: Header and footer
Replies: 3
Views: 13519

Header and footer

Tried to use pictures for header and footer. please see below code used and the output:

The header picture doesn't covere the entire header area. Can I change the header height to match the picture or other way around.

\documentclass[12pt,english]{article ...