由买买提看人间百态

topics

全部话题 - 话题: subsection
首页 上页 1 2 3 4 5 6 7 8 9 下页 末页 (共9页)
c*******n
发帖数: 671
1
谢谢,以下是我的X11/xorg.0.log, 我看不出来什么问题?是的我不应该删lightdm,
不是那个的问题。startx会出现我上面帖子写的Loading extension GLX, fatal
server error: no screen found. 请问我该怎么修复xwindow? 谢谢!
[ 4.113]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 4.113] X Protocol Version 11, Revision 0
[ 4.113] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[ 4.113] Current Operating System: Linux x-ThinkPad-X201 3.5.0-49-generic
#74-Ubuntu SMP Fri May 2 23:28:58 UTC 2014 x86_64
[ 4.113] Kernel command line: BOOT_IM... 阅读全帖
l*******e
发帖数: 3584
2
来自主题: Linux版 - 玩不转DEBIAN,开贴求助
AFTER I LOGOUT AND LOGIN, IT REALLY EXTENDED THE SCREEN AND I GOT THE NEW
XORG.CONF LIKE THIS.
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 2303 768
EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
l*******e
发帖数: 3584
3
来自主题: Linux版 - 玩不转DEBIAN,开贴求助
应该可以,我已经在ubantu下实现了。
但查了xorg.conf只有下面一点不一样。
SubSection "Display"
Virtual 2303 768
EndSubSection
而平行显示是这样的
Virtual 2048 768
如果没记错的话,双显时tv的分辨率是1028x720
1028+1280#2303
再有为什么和以前见过的不一样?没有设不同显示器的段落,只有Virtual
N****w
发帖数: 21578
4
SubSection "Display"
Virtual 1440 900
Modes "1440x900"
EndSubsection
enough example if you google.
y***d
发帖数: 2330
5
来自主题: Linux版 - ubuntu 10。4接电视 的问题
先用 system->pref->monitors 来试试,不行的话,用 xrandr:
先修改 /etc/X11/xorg.conf
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3600 1920
Depth 24
EndSubSection
EndSection
重启后,
xrandr --output CRT1 --off;
xrandr --output DFP2 --off;
xrandr --output CRT1 --auto --primary;
xrandr --output DFP2 --auto --right-of CRT1
r*****z
发帖数: 906
6
w520是nvidia显卡吧,你现在用的什么驱动?官方闭源驱动的话,xorg.conf
里面需要有一些设置:
Section "Screen"
Identifier "Screen0"
Device "nVidia Corporation GT216 [Quadro FX 880M]"
Monitor "Monitor0"
DefaultDepth 24
Option "RegistryDwords" "EnableBrightnessControl=1"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Option "NoLogo" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x900"
EndSubSect... 阅读全帖
O******e
发帖数: 734
7
The meaning of the terminology "pointer" is different
in Fortran 9x and C.
In C, a pointer refers directly to an address.
In F9x, a pointer is actually a complicated data structure.
This is the essence of your problem--misuse of the F9x "pointer".
Before I get into all the details, how well do you understand the
following F9x concepts:
1. array subsection
2. copy-in and copy-out of actual array arguments
3. argument passing by reference in F9x, or passing by pointer in C
s******u
发帖数: 179
8
谢谢你的回复。对指针,无论是C里的还是fortran里的,我想最少有一点是相通的,用
指针赋值要比直接传值快,这就是我在我的fortran程序里大量使用指针的原因,因为
我要频繁把这些值取出来操作。在我测试的时候发现,把这些值取出花费了比我想象得
多得多的时间。
至于您提到的三个问题,第一个array subsection是指对大矩阵的一部分进行操作么?
在fortran中,指针能令对部分矩阵元素操作更便捷,比如定义一个指针数组,指向某
一个大矩阵的部分元素,那么对这个指针数组的操作要比对原矩阵操作更有效和快速。
第二个问题,矩阵赋值,用指针也能够比直接赋值要快吧,毕竟只需要把地址传过去就
行了。
第三个问题,我对c没怎么深究过,不清楚具体怎么回事。但是fortran中好像不能对地
址进行操作,在fortran中得不到一个数组的地址,我也想过把这些数据存在一个连续
空间中,然后安地址一个一个往后读,但是不知道怎么在fortran中得到这个数据的地
址。
谢谢您的回复,感激涕零.
b**s
发帖数: 67
9
What do you mean? You are not making those manually, are you?
I think the default is pretty good, if you really want to change then
following are what in report.cls, you can modify them accordingly in
your preample inclosed by
\makeatletter
\makeatother
TOC:
\newcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}}
\newcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}}
\newcommand*\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}}
\newcommand*\l@paragraph{\@dottedtocline{4}{10em}{5em}}
\newc
T*******n
发帖数: 493
10
来自主题: TeX版 - 一个对齐的问题
I'm travelling right now so I don't have access to reference books,
but take a look at book.cls or report.cls to find the definitions
for \section, \subsection, \subsubsection, \paragraph, and
\subparagraph. If I remember correctly, these all use the
\@startsection command, which is explained in The LaTeX Companion
book by the LaTeX developers. You can try doing the following:
\renewcommand{\chapter}{%
\clearpage
\@startsection{...}...%
}
The level number for chapter should be 0 (1 for sec
s**n
发帖数: 178
11
来自主题: TeX版 - Label problem
I try to use lable in \paragraph{}. But it does not work.
For example:
\section{1}
\subsection{11}
\subsubsection{111}
\label{label1} %LINE1
.....
\paragraph{1111}
\label{label2} %LINE2
.....
\subsubsection{222}
Here I refer to~\ref{label2}. %LINE3
After compiling, I find that LINE3 still refers to label1 at LINE1,
other than label2 at LINE2. What is the problem?
Thanks a lot.
A**********e
发帖数: 3102
12
来自主题: TeX版 - 波浪线(tilde)的输入
@@
there is a subsection in lshort talking about using \sim for inputing tildes
.
w****j
发帖数: 237
13
来自主题: TeX版 - Latex `\ref` error
写论文时发现如果用book class,引用图片发生错误.
在段落中,用\ref{fig:xxx}引用的不是要的图片,而是所在的subsection编号。这应该
怎样解决阿?谢谢
h*s
发帖数: 574
14
我用自己写的template,虽然结构已经满意了,但颜色还是不能组合好
第一排section,背景为透明,
有一道带颜色下划线,第二行是每个section的subsection,需要的时候
才出现,也有一道下划线
现在就是搞不出这个背景色,和下划线,只能用自带的颜色,
虽然我用的颜色组合也挺好看的,
但其实还是透明色最简洁干净
b****t
发帖数: 29
15
来自主题: TeX版 - 问个Beamer格式问题
我现在做的slide的title和outline上面都有navigation bar,但是没有东西,一直要
过outline才能显示section和subsection
如果我想在title和outline,去掉这个navigation bar,应该怎么做?
如果我想在title和outline,在navigation bar显示相关内容,但是不Highlight,应
该怎么做?
谢谢!
------------------
\documentclass[notes]{beamer}
% Try the class options [notes], [notes=only], [trans], [handout],
% [red], [compress], [draft], [class=article] and see what happens!
% Copyright 2003 by Till Tantau .
%
% This program can be redistributed and/or modified un
A**********e
发帖数: 3102
16
这 folding mode 在做长篇大论的时候太重要了,可是俺一直没搞定。
1、folding 了之后没有足够的提示信息。比如说,fold 了一个 figure,显示 [f
igure],但俺更希望还显示 \label 或 \caption,比如说 [figure]{fig:FooFigu
re}。咋整?
2、光标经过 folding 的部分时,比如原来的 figure 部分有 20 行,那么俺得往
下走 20 行才能越过那个 [figure] 的标记。
3、为啥不能 fold section/subsection 之类的没有 \begin \end 圈定的部分?该
咋整?设 outline 么?
各位是如何解决这些问题的?多谢哈 :))
J*******r
发帖数: 379
17
来自主题: TeX版 - sub subsection
\subsubsection ?
f*****f
发帖数: 68
18
来自主题: TeX版 - question regarding bookmark
I am using pdflatex. I can get bookmarks to subsection level, but I can't
get bookmarks for subsubsection level. Can anyone tell me how to fix this?
what's the option I should set?
Thanks a lot!
T*******n
发帖数: 493
19
来自主题: TeX版 - Table of Contents
What document class and packages are you using?
Add the following line
\makeatother\showthe\c@tocdepth\showthe\c@secnumdepth\makeatletter
before \tableofcontents, immediately after \tableofcontents, and a third
time somewhere in the text body after a \subsection. What numbers
do LaTeX give for these counters (look on the console or in the log
file for the numbers)?
c****r
发帖数: 185
20
Subsection里有公式,如何包含到Table of Contents里?
另外,Figure的caption太长,如何在List of Figures里只包含第一句话?
多谢。
T*******n
发帖数: 493
21
\subsection{Some Math $y=x$}
\begin{figure}
\includegraphics[...]{...}
\caption[This goes in LOF]{This appears under figure.}
\end{figure}
m*******e
发帖数: 41
22
来自主题: TeX版 - how to allow subsubsection
I have chapter, section, subsection, and I want to use subsubsection. Why I
can't show it? Is there any configuration? Thanks
J*******r
发帖数: 379
23
wrapfigure处理enumerate,itemize,和subsection非常不好,
格式常常乱七八糟的,用的时候要小心。
b*********n
发帖数: 2
24
should be a problem of the class you are using.
i******i
发帖数: 58
25
我用的article 那应该换成什么样的呢?
d***s
发帖数: 55
26
比较短的talk,只有section,没有subsection,想在每个section开头显示一下
outline,怎么处理啊?thx!
l******n
发帖数: 9344
27
来自主题: TeX版 - 问几个小问题
1。如果有一组方程,只需要一个编号,在方程组的右边中间的位置,这个怎么弄?
eqnarray不行
2。在方程中有jump condition,就是[f]这样的东西
\begin{equation}
[f]=...
\end{equation}
出来的东西全是乱的,这是怎么回事?
3。subsection第一段没有indent,怎么能自动让它出现和后面段落一样的indent?
谢谢
l********r
发帖数: 175
28
usually, latex label section and subsection using numbers such as 1 2 and so on. Right now, I would like to use I, II, III, VI, and so on to label it. Anyone knows how to do that? thanks a lot.
S**I
发帖数: 15689
29
\renewcommand\thesection\{\Roman{section}}
\renewcommand\thesubsection\{\thesection.\Roman{subsection}}

so on. Right now, I would like to use I, II, III, VI, and so on to label it
. Anyone knows how to do that? thanks a lot.
l********r
发帖数: 175
30
hi, thanks for your reply. But it could not work well.
could you explain more clearly on how to do?
for instance, I have following section name:
\section{research results}
\subsection{current results}
then, what I should type instead so that I could let the output to show like:
II. research results
II.1 current results
and so on. Thanks again.
k*****o
发帖数: 1972
31
用这个语句行,不过不能把文献显示为那一章里面的一小节
比如第一章,有4小节,我想把文献当第5小节,显示为1.5 reference
这样的语句就实现不了,好像要改\bibliography命令,
有人知道怎么改么?
谢谢
\phantomsection
\addcontentsline{toc}{subsection}{References}
S**I
发帖数: 15689
32
来自主题: TeX版 - section编号问题
\renewcommand\thesection{Appendix \arabic{section}}
\renewcommand\thesubsection{A\arabic{section}.\arabic{subsection}}
\setcounter{section}{0}
t***s
发帖数: 4666
33
is there a command called \smallsize? i don't think so
q**j
发帖数: 10612
34
got it. thanks a lot. \small is good enough.
m****d
发帖数: 9307
35
来自主题: TeX版 - 编section号的一个问题
哦,这个原因啊。。。
那我是不是subsection也要换成subchapter呢?
我因为写的是research report,呵呵,所以感觉理所当然用report
a**e
发帖数: 5794
36
来自主题: TeX版 - 编section号的一个问题
chapter, section, subsection, subsubsection.
m****d
发帖数: 9307
37
来自主题: TeX版 - 编section号的一个问题
哦,明白啦
那,怎么在subsection编号呢?我好菜啊
不如你推荐我本电子书学学!:)
T*******n
发帖数: 493
38
来自主题: TeX版 - 编section号的一个问题
\setcounter{secnumdepth}{2}
should turn on numbering for subsection.
T*******n
发帖数: 493
39
来自主题: TeX版 - 编section号的一个问题
The integer "secnumdepth" controls the level of
numbering for the chapter/section headings.
The actual value of the heading counters are
stored in \c@chapter, \c@section, \c@subsection,
etc. The commands \chapter{...}, \section{...}
will automatically increment these counters or
reset them. You don't have to worry about
setting their actual values.
m****d
发帖数: 9307
40
谢谢啦,搞定了,明白了,呵呵
t******y
发帖数: 147
41
这样的句子:
\section{sec 1}
\section{sec 2}
\section*{Appendix}
\subsection{Appendix A}
我要引用 Appendix A的时候,给出来的编号是“III-A”,但是我希望出现的编号是
“A”,就是没有前面那个“III”,应该怎么改呢?
谢谢!
A****Z
发帖数: 694
42
现在用LyX,比方说Ctrl+M就进入数学模式,还可以很方便地加Section, subsection。
但是感觉用LyX还是不太自由,有没有哪种编辑器可以一个快捷键就把
\begin{align*}
\end{align}
这种就加上去,而且光标停在里面的?
最好是能够自定义宏的。比方说,很简单的一个快捷键就把下面的一长串搞出来
\ensuremath{\,\mathrm{}}而且光标停在最里面。
b*******g
发帖数: 513
43
我发现了这个文档。那里好象说坚决不要用subsubsection在beamer里。用part,
section,subsection。我看过一些关于beamer的教程,也是说最好不要用
subsubsection在beamer里。但我的问题是subsubsection完全不能编译,看google上一
些人在beamer里能用subsubsection的。我猜,我的问题是我用的ctex没升级之类的,
whatever,我瞎猜的。
http://www.docin.com/p-238149699.html
b*******t
发帖数: 33714
44
不要存,直接打\acknowledge{内容}
或者存为ack.tex,里面纯文字,不要\begin{section}\end{section},然后main里面\
acknowledge\include{ack.tex}
chapterN.tex里面的格式是
\begin{chapter}{主标题}
\section{副标题}
文字
\subsection{副副标题}
...
\end{chapter}

acknowledge
acknow
和c
chapter1
L*******g
发帖数: 913
45
我想让 \bibliography{} 生成的"References"几个字如同\subsection{}生成的字体一
样大,而不是默认的和\section{}的一样。
我试了吧\bibliography{}放在 \small{}里面,但是只能缩小References的内容,"
References"几个字还是不变,请问有什么办法?
e*****g
发帖数: 2560
46
且本页所在的部分(section or subsection)在outline中会被highlight。
记得Latex可以(Beamer),不知道PPT可以否?
两个包子感谢了。
N********8
发帖数: 13
47
最近打算注册考 CPA. 在填 application of intent 的时候遇到了两个问题。 希望有
经验的朋友提供点信息。
第一, the board requires that a minimum of two semeter credit hours in
research and anaylsis relevant to the course content described in subsection
(c)(6) or (7).
我想请问大家在申请表格填对应课程时这一栏一般都填的什么课程? 我毕业前最后一
门高级会计课程叫 Senior Seminar, 具体就是做 case analysis. 可以填这个吗? 考
试中心怎么根据名字来判断这门课符合要求呢?
第二, the board requires that a minimum of two semester credit hours in
accounting communications or business communications be completed.
我符合要求的那门课是从国内转学分过来的
首页 上页 1 2 3 4 5 6 7 8 9 下页 末页 (共9页)