Search found 6 matches

by zhangtpku
Thu Sep 06, 2012 7:53 pm
Forum: Fonts & Character Sets
Topic: A strange math symbol
Replies: 4
Views: 6179

Re: A strange math symbol

http://bbs.ctex.org/forum.php?mod=viewt ... #pid439425 The link of the other forum, though unfortunately in Chinese
by zhangtpku
Thu Sep 06, 2012 12:01 am
Forum: Fonts & Character Sets
Topic: A strange math symbol
Replies: 4
Views: 6179

A strange math symbol

Thanks very much Boersma!

The website is extremely helpful, although I did not find this strange thing. I also tried the comprehensive table and did not find it.

I also asked in other forums and someone said this might be an obsolete package of $\mathscr{A}$ . This might be true because there ...
by zhangtpku
Thu Aug 30, 2012 10:39 pm
Forum: Fonts & Character Sets
Topic: A strange math symbol
Replies: 4
Views: 6179

A strange math symbol

Could anyone please tell me how to type the letter after "disjoint sets of"? Thanks in advance!
by zhangtpku
Mon Nov 07, 2011 9:04 pm
Forum: Math & Science
Topic: Brace under Formula
Replies: 2
Views: 1895

Brace under Formula

Thanks!
Problem solved!
Stefan_K wrote:Hi,

you could use the command \underbrace.

Stefan
by zhangtpku
Sun Nov 06, 2011 2:24 pm
Forum: Math & Science
Topic: Brace under Formula
Replies: 2
Views: 1895

Brace under Formula

How can I achieve the result as shown in the attachment?

Thanks!
by zhangtpku
Wed Oct 26, 2011 3:31 pm
Forum: Graphics, Figures & Tables
Topic: Table too wide with command 'xtable' using Sweave
Replies: 0
Views: 1531

Table too wide with command 'xtable' using Sweave

\documentclass[11pt,a4paper]{article}
\begin{document}
<<Read>>=
library("Ecdat")
data(Schooling)

<<echo=FALSE,keep.source=TRUE,results=tex>>=
library(xtable)

print(xtable(summary(Schooling)))
\end{document}
When I use xtable to tabulate the summary of Schooling, the table is too wide to be ...