Redian新闻
>
想问下怎样将appendix产生为单独的pdf文件
avatar
想问下怎样将appendix产生为单独的pdf文件# TeX - TeX电子排版系统
m*i
1
H1b-----H4,很多人都是从其他身份转成H1b的,我却是相反,想问问要多久批啊?
如果我辞工作后就回国的话,是不是干脆不转去H4算了。。。。。
谢谢
avatar
h*1
2
难得赋闲在家,好好enjoy一下居家生活了~
谢谢大家打个分吧
avatar
s*y
3
Oracle Application Server Premier technical support过期了,我们能不能继续用
OAS(我们一开始有买Processor License)?
avatar
g*u
4
85. You have an abstract computer, so just forget everything you know about
computers, this one only does what I'm about to tell you it does. You can
use as many variables as you need, there are no negative numbers, all
numbers are integers. You do not know the size of the integers, they could
be infinitely large, so you can't count on truncating at any point. There
are NO comparisons allowed, no if statements or anything like that. There
are only four operations you can do on a variable.
1) You
avatar
s*k
5
如果分开不同的tex文件,appendix可以单独产生pdf,但是没法和正文refer起来,比
如正文refer appendix就是??,appendix cite正文某个图或者表也不行(当然手动
可以)。现在想问一下怎样才能将appendix产生成为单独的pdf,并且在正文中删除
appendix并且产生一个正文的pdf,但是又不影响他们之间互相refer,cite之类,多谢
avatar
y*u
6
about 2-3 monthes

【在 m********i 的大作中提到】
: H1b-----H4,很多人都是从其他身份转成H1b的,我却是相反,想问问要多久批啊?
: 如果我辞工作后就回国的话,是不是干脆不转去H4算了。。。。。
: 谢谢

avatar
B*t
7
可爱.. give 10
avatar
c*t
8
Interesting, I'd assume that you won't be given a 0 to subtract 1
right? Also, what about loop (0)? If loop (0) is skip, then -1
is quite easy. Using -1 module, pretty easy to do subtraction.
With loop (0), we can generate
if (expr == 0) stmt;
using
var v = 0; ++v;
loop (expr)
v = 0;
loop (v)
stmt;
Division is pretty easy with -1 module, and if stmt.

about

【在 g*****u 的大作中提到】
: 85. You have an abstract computer, so just forget everything you know about
: computers, this one only does what I'm about to tell you it does. You can
: use as many variables as you need, there are no negative numbers, all
: numbers are integers. You do not know the size of the integers, they could
: be infinitely large, so you can't count on truncating at any point. There
: are NO comparisons allowed, no if statements or anything like that. There
: are only four operations you can do on a variable.
: 1) You

avatar
s*k
9
换一个角度问问,怎样将dvi文件保存成几个不同的pdf,比如1-x页保存为1.pdf,然后
x+1-n保存成2.pdf

【在 s********k 的大作中提到】
: 如果分开不同的tex文件,appendix可以单独产生pdf,但是没法和正文refer起来,比
: 如正文refer appendix就是??,appendix cite正文某个图或者表也不行(当然手动
: 可以)。现在想问一下怎样才能将appendix产生成为单独的pdf,并且在正文中删除
: appendix并且产生一个正文的pdf,但是又不影响他们之间互相refer,cite之类,多谢

avatar
m*d
10
10! very cute bear! I like it,heihei~~~
avatar
c*n
11
output = 0
avatar
r*z
12
最省事的办法是直接用工具操作pdf,进行分割
可选工具还是不少的,无论开源还是商业软件

【在 s********k 的大作中提到】
: 如果分开不同的tex文件,appendix可以单独产生pdf,但是没法和正文refer起来,比
: 如正文refer appendix就是??,appendix cite正文某个图或者表也不行(当然手动
: 可以)。现在想问一下怎样才能将appendix产生成为单独的pdf,并且在正文中删除
: appendix并且产生一个正文的pdf,但是又不影响他们之间互相refer,cite之类,多谢

avatar
j*i
13
可爱的妹妹!给10分!

【在 h*****1 的大作中提到】
: 难得赋闲在家,好好enjoy一下居家生活了~
: 谢谢大家打个分吧

avatar
g*s
14
bit operation? It looks like theoritical computing ah.

about

【在 g*****u 的大作中提到】
: 85. You have an abstract computer, so just forget everything you know about
: computers, this one only does what I'm about to tell you it does. You can
: use as many variables as you need, there are no negative numbers, all
: numbers are integers. You do not know the size of the integers, they could
: be infinitely large, so you can't count on truncating at any point. There
: are NO comparisons allowed, no if statements or anything like that. There
: are only four operations you can do on a variable.
: 1) You

avatar
x*g
15
都打了,也给我个分吧。。
avatar
c*z
16
have no idea what coconut is talking about, can you explain clearer?
my version of decrement is :
////////////////////////
temp = 0;
loop(input)
output = temp;
temp++;
end loop
//output should equal input-1
avatar
h*1
17
Okay~

【在 x****g 的大作中提到】
: 都打了,也给我个分吧。。
avatar
c*z
18
///subtraction: input varaibles are small and big
/// i assume we already know small < big
result = big;
loop(small)
result = decrement(result);
end loop
avatar
f*9
19
可爱.. 10
avatar
c*z
20
//division i suppose it ask for integer division which means 5/2=2
// input is big and small , do big/small
result = 0;
remainder = big;
loop(remainder)
remainder = subtract(remainder,small);
result ++;
end loop
decrement(result);
//result = big/small
avatar
t*8
21
又是熊,又是猫,可爱!
avatar
f*8
22
好Q啊~
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。