
Search found 8 matches
- Tue Jul 28, 2009 4:14 am
- Forum: General
- Topic: Multiple Table of Contents
- Replies: 5
- Views: 13779
- Mon Jul 27, 2009 2:00 am
- Forum: Graphics, Figures & Tables
- Topic: Wrap Text in List
- Replies: 3
- Views: 5191
Wrap Text in List
\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage{wrapfig}
\begin{document}
\begin{itemize}
\item Item 1
\begin{wrapfigure}{r}{75mm}
\begin{center}
\includegraphics[width=70mm]{My Pic}
\vspace{-5mm}
\caption{Caption}
\end{center}
\vspace{-10mm}
\end{wrapfigure}
\item Item 2
\item Item ...
\usepackage{graphicx}
\usepackage{wrapfig}
\begin{document}
\begin{itemize}
\item Item 1
\begin{wrapfigure}{r}{75mm}
\begin{center}
\includegraphics[width=70mm]{My Pic}
\vspace{-5mm}
\caption{Caption}
\end{center}
\vspace{-10mm}
\end{wrapfigure}
\item Item 2
\item Item ...
- Thu Jul 23, 2009 3:32 am
- Forum: General
- Topic: Multiple Table of Contents
- Replies: 5
- Views: 13779
Multiple Table of Contents
I am making a document that includes two languages. I want to make two seperate tables of contents (one for each language)
Is there an easy way to do this?
Is there an easy way to do this?
- Thu Jul 23, 2009 2:48 am
- Forum: Text Formatting
- Topic: Section in Tabular Environment
- Replies: 3
- Views: 2323
Re: Section in Tabular Environment
I ended up just creating the sections outside of the table. Thanks though 

- Thu Jul 23, 2009 2:44 am
- Forum: Graphics, Figures & Tables
- Topic: Wrap Text in List
- Replies: 3
- Views: 5191
Wrap Text in List
Is there a way to wrap text around a figure when you are in a bulleted/enumerated list?
I tried to use the following code
\begin{wrapfigure}{r}{75mm}
\vspace{-12mm}
\begin{center}
\includegraphics[width=70mm]{NoTouch}
\vspace{-5mm}
\caption{Do Not Touch if Hot}
\end{center}
\vspace{-8mm}
\end ...
I tried to use the following code
\begin{wrapfigure}{r}{75mm}
\vspace{-12mm}
\begin{center}
\includegraphics[width=70mm]{NoTouch}
\vspace{-5mm}
\caption{Do Not Touch if Hot}
\end{center}
\vspace{-8mm}
\end ...
- Mon Jul 20, 2009 4:39 am
- Forum: Text Formatting
- Topic: Section in Tabular Environment
- Replies: 3
- Views: 2323
Section in Tabular Environment
Is there a way to create sections/subsections when you are in the tabular environment?
- Mon Jul 20, 2009 4:32 am
- Forum: Fonts & Character Sets
- Topic: Chinese Font
- Replies: 4
- Views: 7129
Re: Chinese Font
For anyone interested, I downloaded CTex (It may be possible that other programs will also work, but CTex seems to be more compatable with Chinese inputs)
Then I changed the document class to ctexart.
\documentclass{ctexart}
Then I changed the document class to ctexart.
\documentclass{ctexart}
- Thu Jul 16, 2009 9:23 am
- Forum: Fonts & Character Sets
- Topic: Chinese Font
- Replies: 4
- Views: 7129
Chinese Font
I am using Texmaker to create a document. I want to type in Chinese fonts, but it doesn't seem to be working. I changed the font encoding of the software UTF-8, but I still can't get anything. Here is my code
\documentclass{article}
\usepackage{CJK}
\begin{document}
\begin{CJK}{UTF8}{song}
你好
\end ...
\documentclass{article}
\usepackage{CJK}
\begin{document}
\begin{CJK}{UTF8}{song}
你好
\end ...