Search found 20 matches

by mdk31
Sat Oct 20, 2012 11:48 am
Forum: Text Formatting
Topic: Chinese and Pinyin
Replies: 1
Views: 2382

Re: Chinese and Pinyin

Maybe I should be more specific, I'm asking several questions. Are there any English language instructions for installing Ctex? I'm just a beginner to Chinese.
by mdk31
Sat Oct 13, 2012 8:26 pm
Forum: Text Formatting
Topic: Chinese and Pinyin
Replies: 1
Views: 2382

Chinese and Pinyin

Hi,

So I'm trying to write pinyin above Chinese characters and I was wondering if there is a package that allows you to do this?

Also, is there a way to explore what fonts are bundled with the CJK package?
by mdk31
Mon Nov 07, 2011 9:20 pm
Forum: Fonts & Character Sets
Topic: Chinese Characters
Replies: 6
Views: 12592

Chinese Characters

Now I'm having a new issue. Certain characters won't display. Here is my code:

Code: Select all

\documentclass{article}
\usepackage{CJKutf8}

\begin{document}
\begin{CJK}{UTF8}{bsmi}
工作经历
\end{CJK}

\end{document}
But only the first two characters appear in the pdf file.
by mdk31
Tue Nov 01, 2011 12:45 am
Forum: Fonts & Character Sets
Topic: Chinese Characters
Replies: 6
Views: 12592

Re: Chinese Characters

Yeah, it's just TeXShop, since it compiles fine in TexWorks.

This may seem like a trivial point, but does anyone know why this is? I like using TeXShop more. :)
by mdk31
Mon Oct 31, 2011 4:58 pm
Forum: Fonts & Character Sets
Topic: Chinese Characters
Replies: 6
Views: 12592

Re: Chinese Characters

I wonder if the problem is with TeXShop. Whenever I type in Chinese characters and save the file, when I try to open it up again, question marks appear. Do you know away around this, other than just using a different editor?
by mdk31
Mon Oct 31, 2011 5:58 am
Forum: Fonts & Character Sets
Topic: Chinese Characters
Replies: 6
Views: 12592

Chinese Characters

Hi,

I'm compiling on MacTex and I'm having a terrible time trying to get Chinese characters to display.

I have:

\documentclass{article}
\usepackage{CJKutf8}

\begin{document}
\begin{CJK}{UTF8}{bsmi}
你好吗
\end{CJK}

\end{document}

But when I run pdflatex, I just get question marks in the pdf ...
by mdk31
Fri Jul 02, 2010 1:40 am
Forum: Math & Science
Topic: "Advanced" matrices
Replies: 8
Views: 10854

"Advanced" matrices

Okay, I think I see now how to get rid of the error. But I'm still having problems with the format because I know that you can't use multirow for the second matrix. I need a command that will stretch the R_k across the second column in the first row.

\documentclass[twoside,12pt,openright]{report ...
by mdk31
Thu Jul 01, 2010 10:20 pm
Forum: Math & Science
Topic: "Advanced" matrices
Replies: 8
Views: 10854

"Advanced" matrices

Well, I'm not sure why that is because now it's telling me that I'm not in math mode so I can't use \mathbf.

\begin{equation}
\text{adj}({\bf A}^T \! {\bf A})_{k,k}= \left|
\begin{bmatrix}
u^1_a & ... & u^m_a \\
u^1_b & ... & u^m_b \\
\lambda & ... & \lambda
\end{bmatrix}
\begin{bmatrix}
\multirow ...
by mdk31
Thu Jul 01, 2010 7:53 pm
Forum: Math & Science
Topic: "Advanced" matrices
Replies: 8
Views: 10854

"Advanced" matrices

An alternative to Stefan's approach.
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{multirow}

\begin{document}
\[
\begin{pmatrix}
1 & & & & \multirow{3}{*}{\Huge 2} & \\
& 1 & & & & \\
& & 1 & & & \\
& \multirow{3 ...
by mdk31
Thu Jun 24, 2010 10:29 pm
Forum: Graphics, Figures & Tables
Topic: Minipage Alignment
Replies: 3
Views: 23739

Re: Minipage Alignment

Bless you, thanks, this works perfectly! I can't tell you how many times this forum has helped me with a LaTeX problem.