Search found 2 matches

by ollagnij
Wed Apr 23, 2008 11:52 am
Forum: General
Topic: Package CJK - the signs don't appear
Replies: 0
Views: 1935

Package CJK - the signs don't appear

Hello

I would like to write few korean words in my document. For this I installed the package "cjk" (chinese, Japanese, Korean)

My first try was to use the example:



\documentclass[12pt]{article}

\usepackage{CJK}
\usepackage{pshan}

\begin{document}

\begin{CJK}[HL]{KS}{}


\noindent ÀÌ FAQ ...
by ollagnij
Wed Feb 13, 2008 4:44 pm
Forum: General
Topic: Packcage "glossaries" with TeXnicCenter - No glossary!
Replies: 10
Views: 29513

Packcage "glossaries" with TeXnicCenter - No glossary!

Hi!

I am using the following very simple programme which is an example of the glossary package:

\documentclass[a4paper]{article}

\usepackage[style=long4colheader]{glossaries}
\makeglossaries

\newglossaryentry{w}{name={$w$},
sort=w,
description={width},
symbol=m}

\newglossaryentry{M}{name={$M ...