Search found 3 matches

by jaeger2000
Mon Jun 20, 2011 11:28 am
Forum: Fonts & Character Sets
Topic: Write Japanese (Windows OS)
Replies: 0
Views: 1861

Write Japanese (Windows OS)

-I have found TeXworks and Texmaker IDE's accept Japanese input using the Microsoft IME under an English Windows OS.
-When compiling the MWE below the Japanese text is not shown.
-Has anyone got Japanese text working with TeX and Windows before?
-I would like to also put together a quick "how to ...
by jaeger2000
Sat Nov 27, 2010 6:36 am
Forum: General
Topic: Error 'cannot save the file'
Replies: 6
Views: 11577

Re: Error 'cannot save the file'

Hello,
-Check your 'Windows task manager'. See if there is a running process 'pdflatex.exe' using the CPU.
-If so, end the process.
-You should be able to save now.
-This rogue process is caused by compiling and a bug in your TeX code.

kind regard,
Ian Gregory, Sydney.
by jaeger2000
Sun May 09, 2010 2:01 am
Forum: Document Classes
Topic: sidewaystable in combination with svmono package
Replies: 8
Views: 11197

Re: sidewaystable in combination with svmono package

Hello,
Also, to ignore the page number issue can force 'rotating' to rotate all figures left or right.
Since some package in '\documentclass' may explicitly set the 'twoside' option.
This is discussed in the rotating.pdf manual.

Eg.
\usepackage[figuresleft]{rotating}
or
\usepackage[figuresright ...