Search found 16 matches

by gosha
Sat Jul 25, 2009 2:38 am
Forum: Fonts & Character Sets
Topic: Chinese Font
Replies: 4
Views: 7129

Chinese Font

If it's not solved already, this works for me:
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{CJKutf8}
\usepackage[overlap, CJK]{ruby}
\usepackage{CJKulem}
\usepackage{longtable}
\renewcommand{\rubysep}{-0.2ex}
\newenvironment{SChinese ...
by gosha
Sat Jul 25, 2009 2:09 am
Forum: Fonts & Character Sets
Topic: pdflatex missing chinese character - no error no warning
Replies: 1
Views: 3342

pdflatex missing chinese character - no error no warning

This text has different languages, and for some reason it would not give me the error. I've stripped down surrounding text, and now I know where the problem is, but don't know how to solve it, please direct me to a man page or tutorial on the subject (or just tell me how to do it :mrgreen ...
by gosha
Sun Jul 05, 2009 11:56 am
Forum: Fonts & Character Sets
Topic: pdflatex missing chinese character - no error no warning
Replies: 1
Views: 3342

pdflatex missing chinese character - no error no warning

I use the CJK package very often with TexLive, and all has always gone fine. Today I encountered this problem, that in the resulting pdf file a chinese character is missing (blank) but running pdflatex I had no kind of error.
The character in question is this: 蹾
This is my preamble:
\documentclass ...
by gosha
Sat Jun 06, 2009 4:22 pm
Forum: Page Layout
Topic: footer bigger than stated in the preamble
Replies: 4
Views: 2813

Re: footer bigger than stated in the preamble

oh, no wonder! I have a file in Italian.
tks
by gosha
Sat Jun 06, 2009 11:18 am
Forum: Page Layout
Topic: footer bigger than stated in the preamble
Replies: 4
Views: 2813

footer bigger than stated in the preamble

thanks a lot, this seems to do the trick:
%Avoid Widows and Orphans
\clubpenalty10000
\widowpenalty10000
\displaywidowpenalty10000
but are these values kind of standard? Will they work always with different texts?

Also, I cannot grasp the use of the blindtext package, it gives me a quite ...
by gosha
Sat Jun 06, 2009 10:17 am
Forum: Page Layout
Topic: footer bigger than stated in the preamble
Replies: 4
Views: 2813

footer bigger than stated in the preamble

I've been googleing a lot, but cannot find the answer to this specific question.
I want to keep the right and left margin as latex default, but want to change the top and bottom ones, just to save a little paper since it's for personal use.
This is the relevant part of the preamble:
\usepackage ...
by gosha
Sun Apr 19, 2009 12:08 pm
Forum: Text Formatting
Topic: text under \hrulefill
Replies: 1
Views: 4262

text under \hrulefill

I need to prepare a "fill the blanks" test. I'm able to get the "blanks" with '\hrulefill' but I need to put a number under the line. The blanks need numbers because the answer has to be written on another page.
How do I do it?
Thanks in advance
by gosha
Wed Mar 25, 2009 1:51 pm
Forum: General
Topic: latex quiet mode?
Replies: 7
Views: 16937

Re: latex quiet mode?

works!
Thanks a lot!
by gosha
Wed Mar 25, 2009 2:04 am
Forum: General
Topic: latex quiet mode?
Replies: 7
Views: 16937

Re: latex quiet mode?

I'm using TexLive, and could not find the -quite option. Probably it's not supported.
Thank you
by gosha
Tue Mar 24, 2009 12:46 pm
Forum: General
Topic: latex quiet mode?
Replies: 7
Views: 16937

latex quiet mode?

Is it possible to run latex or pdflatex in quiet mode, that is without all the output and only having output if anything fails?