Search found 5 matches

by Mimi
Thu Jan 15, 2015 6:36 pm
Forum: Text Formatting
Topic: Center a very long chapter tile
Replies: 3
Views: 3409

Re: Center a very long chapter tile

谢谢你的帮助!
by Mimi
Thu Jan 15, 2015 3:37 pm
Forum: Text Formatting
Topic: Center a very long chapter tile
Replies: 3
Views: 3409

Center a very long chapter tile

Hello!

Below is my MWE.

\documentclass{report}

\usepackage{titlesec}
\titleformat{\chapter}[hang]
{\normalfont\normalsize\bfseries\centering}{\chaptertitlename\ \thechapter:}{2mm}{}

\begin{document}
\chapter{The big black bug bit the big black bear, but the big black bear bit the big black bug ...
by Mimi
Sat Jan 10, 2015 8:40 am
Forum: Graphics, Figures & Tables
Topic: Rotate the picture I've drawn
Replies: 4
Views: 6449

Rotate the picture I've drawn

Hi Stefan,
For example, don't use empty lines in such environments, which stand for paragraph breaks in LaTeX.
I have removed all empty lines and it works. 谢谢你.

Mimi
by Mimi
Thu Jan 08, 2015 4:21 pm
Forum: Graphics, Figures & Tables
Topic: Rotate the picture I've drawn
Replies: 4
Views: 6449

Rotate the picture I've drawn

Hi Stefan!

I got the error ! Paragraph ended before \Grot@box@std was complete. with graphicx package. I did some research on the internet and found this post . So, I added the rotating package to the code you gave and it works.

\documentclass{article}
\usepackage{graphicx}
\usepackage{rotating ...
by Mimi
Wed Jan 07, 2015 6:20 pm
Forum: Graphics, Figures & Tables
Topic: Rotate the picture I've drawn
Replies: 4
Views: 6449

Rotate the picture I've drawn

Hello everyone!

Here, I've attached the picture of the graph I need to draw. As you can see, the picture has 3 similar parts. The code for one of the 3 parts is as below:

\documentclass{article}

\begin{document}

\begin{figure}
\setlength{\unitlength}{0.2in}
\centering
\begin{picture}(14,11 ...