boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to convert latex to txt?
相关主题
Footnote in latex
兄弟们latex里面怎样把一个致富放在最右面
how to make a newcommand for verbatim
beamer question
latex不能认识 \sci (journal science)
两个非常小的问题。
请介绍个最简易的在LaTex里输入中文的方法
怎样用latex编排C语言源代码?
请问能不能让latex输出纯文本而不是pdf
有没有用Latex些resume的?
相关话题的讨论汇总
话题: latex话题: txt话题: convert话题: mu话题: detex
进入TeX版参与讨论
1 (共1页)
M*******n
发帖数: 508
1
hi, guys,
I want to convert my resume written in latex to a txt file so that
I can submit the ascii version. does anyone know how to do that?
thanks
T*********r
发帖数: 11175
2
hehe
a stupid way is
to get a pdf first
then use select text
copy and paste to txt editor

【在 M*******n 的大作中提到】
: hi, guys,
: I want to convert my resume written in latex to a txt file so that
: I can submit the ascii version. does anyone know how to do that?
: thanks

T*********r
发帖数: 11175
3
google tex2txt

【在 M*******n 的大作中提到】
: hi, guys,
: I want to convert my resume written in latex to a txt file so that
: I can submit the ascii version. does anyone know how to do that?
: thanks

M*******n
发帖数: 508
4
I tried this, but due to some formating problem,
the text is not correctly recovered.

【在 T*********r 的大作中提到】
: hehe
: a stupid way is
: to get a pdf first
: then use select text
: copy and paste to txt editor

M*******n
发帖数: 508
5
searched for tex2txt and latex2txt, 98% of the result is in Japanese, ft

【在 T*********r 的大作中提到】
: google tex2txt
q*****g
发帖数: 1568
6
dvi2tty

【在 M*******n 的大作中提到】
: hi, guys,
: I want to convert my resume written in latex to a txt file so that
: I can submit the ascii version. does anyone know how to do that?
: thanks

T*********r
发帖数: 11175
7
hehe
The time that you spent on looking for this latex2txt should be enough to fix
whatever problem during this conversion I am sure.

【在 M*******n 的大作中提到】
: I tried this, but due to some formating problem,
: the text is not correctly recovered.

l******t
发帖数: 108
8
and another one: detex
i have win32 versions for both if anyone wants them.

【在 q*****g 的大作中提到】
: dvi2tty
T*********r
发帖数: 11175
9
en
not bad
but it removes all the latex symbols as well
say I have $\mu$ in one of my papers and it was removed

【在 l******t 的大作中提到】
: and another one: detex
: i have win32 versions for both if anyone wants them.

M*******n
发帖数: 508
10
I need to do this from time to time, not once for all.
see, if I make some changes on latex, I will need regenerate the txt version
again.

fix

【在 T*********r 的大作中提到】
: hehe
: The time that you spent on looking for this latex2txt should be enough to fix
: whatever problem during this conversion I am sure.

M*******n
发帖数: 508
11
could you send me win32 version of them at h*[email protected]?
thanks a lot!

【在 l******t 的大作中提到】
: and another one: detex
: i have win32 versions for both if anyone wants them.

M*******n
发帖数: 508
12
detex works almost perfect!
thank you so much!

【在 l******t 的大作中提到】
: and another one: detex
: i have win32 versions for both if anyone wants them.

T*******n
发帖数: 493
13
If you have sed (you will on UNIX/Linux), you can create
a sed script (detexceptions.sed) and add to it lines like
s/\$\\mu\$/mu/g
s/\\shortcut/very long full phrase/g
s/\\verb\(.\)\([^\1]*\)\(\1\)/\2/
The first line will convert all $\mu$ into mu so that detex
doesn't throw them away. (detex will still throw away
$\mu_1$, so you might need to change the rule to adapt
to your file.)
The second line is useful if you defined something like
\newcommand{\shortcut}{very long full phrase}

【在 T*********r 的大作中提到】
: en
: not bad
: but it removes all the latex symbols as well
: say I have $\mu$ in one of my papers and it was removed

M*******n
发帖数: 508
14
This is a professional way, I will try later when have time.
thanks a lot

【在 T*******n 的大作中提到】
: If you have sed (you will on UNIX/Linux), you can create
: a sed script (detexceptions.sed) and add to it lines like
: s/\$\\mu\$/mu/g
: s/\\shortcut/very long full phrase/g
: s/\\verb\(.\)\([^\1]*\)\(\1\)/\2/
: The first line will convert all $\mu$ into mu so that detex
: doesn't throw them away. (detex will still throw away
: $\mu_1$, so you might need to change the rule to adapt
: to your file.)
: The second line is useful if you defined something like

1 (共1页)
进入TeX版参与讨论
相关主题
有没有用Latex些resume的?
苹果上用什么把png转成eps?
how to convert eps graphic to pdf graphic, so that I can use it in pdflatex
怎么改变reference 的字体
请问:怎样在=号上面放文字?
[合集] 请问:怎样在=号上面放文字?
How to write text into the background?
如何自定义INDEX的列数?
请教公式
关于report中header设置问题:
相关话题的讨论汇总
话题: latex话题: txt话题: convert话题: mu话题: detex