Redian新闻
>
mac os下有类似excel2latex的小程序么?
avatar
mac os下有类似excel2latex的小程序么?# TeX - TeX电子排版系统
r*o
1
【 以下文字转载自 InterviewHackers 俱乐部 】
发信人: roufoo (五经勤向窗前读), 信区: InterviewHackers
标 题: 问个关于ping的网络问题。
发信站: BBS 未名空间站 (Fri Apr 30 00:30:35 2010, 美东)
jobhunting上面看到有人问这个问题。
ping server and get incorrect IP address。
哪些原因,分别怎么解决。
avatar
j*i
2
I got a server here at a company. I can run the following codes in any other
server, but not in this particular one.
Anyone know how to configure the server to let it work?
500 Internal Server Error
If I marked out the param lines, it works fine.
#!/usr/bin/perl -w use CGI qw/:standard/; use CGI::Carp qw(warningsToBrowser
fatalsToBrowser); use strict; print header, start_html('A Simple
Example'), start_form, p('Your name?'), textfield('
name'), p,
avatar
a*n
3
excel2latex在Mac os office 2011下不能用,有没有类似的推荐?
avatar
r*o
4
为啥没人讨论这个题目呢?
太简单了?
我想到的只有DNS出错,还有别的可能吗?

【在 r****o 的大作中提到】
: 【 以下文字转载自 InterviewHackers 俱乐部 】
: 发信人: roufoo (五经勤向窗前读), 信区: InterviewHackers
: 标 题: 问个关于ping的网络问题。
: 发信站: BBS 未名空间站 (Fri Apr 30 00:30:35 2010, 美东)
: jobhunting上面看到有人问这个问题。
: ping server and get incorrect IP address。
: 哪些原因,分别怎么解决。

avatar
w*a
5
如果你能用sweave加library xtable,这些应该都不是问题了。
avatar
s*g
6
People don't answer your question either because your question is too
difficult or they don't know what you are talking about, I think the reason
is the latter.
avatar
a*n
7
Sweave只能用R?不用R的有什么方法么?,

【在 w***a 的大作中提到】
: 如果你能用sweave加library xtable,这些应该都不是问题了。
avatar
c*a
8
这个题我也没看明白。可以解释/理解成很多不同的情况,就没有意义回答了

reason

【在 s*****g 的大作中提到】
: People don't answer your question either because your question is too
: difficult or they don't know what you are talking about, I think the reason
: is the latter.

avatar
w*a
9
不用外源程序的话,只能使用latex的包了。这样是很受限制的。
Excel2latex是在tex文件里导入Excel数据还是转换完成后再拷贝到tex文件里的?
avatar
r*o
10
被BS了。这题也是我从别的版上copy过来的。我的理解是client ping一个server,但是
client端看到的ping的结果显示的是另一个server的地址。问可能原因有哪些及如何改
进。

reason

【在 s*****g 的大作中提到】
: People don't answer your question either because your question is too
: difficult or they don't know what you are talking about, I think the reason
: is the latter.

avatar
a*n
11
Excel2latex是把一个excel表格加上//,&等分隔标识,这样可以拷贝到tex文件里。

【在 w***a 的大作中提到】
: 不用外源程序的话,只能使用latex的包了。这样是很受限制的。
: Excel2latex是在tex文件里导入Excel数据还是转换完成后再拷贝到tex文件里的?

avatar
s*g
12
I can think of couple of scenarios that can cause this:
1) there is a one way NAT device between you and server which translated
ping packet's destination IP to a different IP, when sending echo reply back
, server simply reverses source/destination IP, when echo reply bypasses NAT
, client will receive a different IP from echo request is sent to --- same
argument applies to situation that if there is a device doing source NAT to
echo replies.
2)Just for the sake of argument only, if you are pin
avatar
d*t
13
Gnumeric 在ubuntu里面有这个功能,可以把表格save成tex格式。
Gnumeric 的Mac版应该有同样的功能,不过我没用过MAC,你可以试试。
avatar
z*r
14
these 2 make sense, baozi

back
NAT
to
between
IP

【在 s*****g 的大作中提到】
: I can think of couple of scenarios that can cause this:
: 1) there is a one way NAT device between you and server which translated
: ping packet's destination IP to a different IP, when sending echo reply back
: , server simply reverses source/destination IP, when echo reply bypasses NAT
: , client will receive a different IP from echo request is sent to --- same
: argument applies to situation that if there is a device doing source NAT to
: echo replies.
: 2)Just for the sake of argument only, if you are pin

avatar
a*n
15
这个似乎有视窗版,没有Mac版。

【在 d*******t 的大作中提到】
: Gnumeric 在ubuntu里面有这个功能,可以把表格save成tex格式。
: Gnumeric 的Mac版应该有同样的功能,不过我没用过MAC,你可以试试。

avatar
s*g
17
You can make a small script that change csv to tex, after saving xls or xlsx
as csv.

【在 a***n 的大作中提到】
: excel2latex在Mac os office 2011下不能用,有没有类似的推荐?
avatar
s*g
18
If you can save your xls as a csv, write a shell script and make that happen.
Someone write a csv2tabular with reasonable parameter set, I personally
denote 500 MITBB$ for you.

【在 a***n 的大作中提到】
: excel2latex在Mac os office 2011下不能用,有没有类似的推荐?
avatar
b*t
19
可以用matlab写不用shell么 >_<

happen.

【在 s*****g 的大作中提到】
: If you can save your xls as a csv, write a shell script and make that happen.
: Someone write a csv2tabular with reasonable parameter set, I personally
: denote 500 MITBB$ for you.

avatar
s*g
20
If you could provide a legal matlab license to every user that uses your
script:D

【在 b*******t 的大作中提到】
: 可以用matlab写不用shell么 >_<
:
: happen.

avatar
b*t
21
哼哼 提供5个包子/file转换服务

【在 s*****g 的大作中提到】
: If you could provide a legal matlab license to every user that uses your
: script:D

avatar
s*g
22
mark, sis

【在 b*******t 的大作中提到】
: 哼哼 提供5个包子/file转换服务
avatar
a*n
24
excel2latex在Mac os office 2011下不能用,有没有类似的推荐?
avatar
w*a
25
如果你能用sweave加library xtable,这些应该都不是问题了。
avatar
a*n
26
Sweave只能用R?不用R的有什么方法么?,

【在 w***a 的大作中提到】
: 如果你能用sweave加library xtable,这些应该都不是问题了。
avatar
w*a
27
不用外源程序的话,只能使用latex的包了。这样是很受限制的。
Excel2latex是在tex文件里导入Excel数据还是转换完成后再拷贝到tex文件里的?
avatar
a*n
28
Excel2latex是把一个excel表格加上//,&等分隔标识,这样可以拷贝到tex文件里。

【在 w***a 的大作中提到】
: 不用外源程序的话,只能使用latex的包了。这样是很受限制的。
: Excel2latex是在tex文件里导入Excel数据还是转换完成后再拷贝到tex文件里的?

avatar
d*t
29
Gnumeric 在ubuntu里面有这个功能,可以把表格save成tex格式。
Gnumeric 的Mac版应该有同样的功能,不过我没用过MAC,你可以试试。
avatar
a*n
30
这个似乎有视窗版,没有Mac版。

【在 d*******t 的大作中提到】
: Gnumeric 在ubuntu里面有这个功能,可以把表格save成tex格式。
: Gnumeric 的Mac版应该有同样的功能,不过我没用过MAC,你可以试试。

avatar
s*g
32
You can make a small script that change csv to tex, after saving xls or xlsx
as csv.

【在 a***n 的大作中提到】
: excel2latex在Mac os office 2011下不能用,有没有类似的推荐?
avatar
s*g
33
If you can save your xls as a csv, write a shell script and make that happen.
Someone write a csv2tabular with reasonable parameter set, I personally
denote 500 MITBB$ for you.

【在 a***n 的大作中提到】
: excel2latex在Mac os office 2011下不能用,有没有类似的推荐?
avatar
b*t
34
可以用matlab写不用shell么 >_<

happen.

【在 s*****g 的大作中提到】
: If you can save your xls as a csv, write a shell script and make that happen.
: Someone write a csv2tabular with reasonable parameter set, I personally
: denote 500 MITBB$ for you.

avatar
s*g
35
If you could provide a legal matlab license to every user that uses your
script:D

【在 b*******t 的大作中提到】
: 可以用matlab写不用shell么 >_<
:
: happen.

avatar
b*t
36
哼哼 提供5个包子/file转换服务

【在 s*****g 的大作中提到】
: If you could provide a legal matlab license to every user that uses your
: script:D

avatar
s*g
37
mark, sis

【在 b*******t 的大作中提到】
: 哼哼 提供5个包子/file转换服务
avatar
a*n
39
for real?

【在 b*******t 的大作中提到】
: 哼哼 提供5个包子/file转换服务
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。