Recently I got an eBook reader so I've been trying to scan in some of my
books instead of buying them again.
I've got the process down pretty well (thanks to a a OpticBook 3600) but I'm
having trouble doing some fine editing.
As you can imagine, the text can get pretty big so I need automated
processes to make this efficient.
I've been using text mate do do a lot of this - unwrapping text and such,
but I need to remove the page numbers/titles.
So, with this text:
Ser Waymar Royce glanced at the sky with disinterest. "It does that every
day
about this time. Are you unmanned by the dark, Gared?"
Will could see the tightness around Gared's mouth, the barely sup
2 GEORGE R.R. MARTIN
pressed anger in his eyes under the thick black hood of his cloak. Gared had
spent forty years in the Night's Watch, man and boy, and he was not
accustomed
to being made light of. Yet it was more than that. Under the wounded pride,
Will could sense something else in the older man. Yonervous tension that
came perilous close to fear.
---
I need to figure out a way to remove the page numbers and the break that
will be a number then the author/title. And then I'd need to be able to
reflow it like the rest of the text without a big space there.
Any help would be greatly appreciated.
(It stands to mention that I really can't write applescript or anything
along those lines. I need an "inside textmate" solution, or other program I
may have.)
--
View this message in context: http://www.nabble.com/Ebook-Editing-tp15127738p15127738.html
Sent from the textmate users mailing list archive at Nabble.com.
I am trialling TextMate with a view to using it with R, but I am slightly
confused as to how I get it to work with R, and indeed the funcionality with
R.
I had niaively assumed that I would be able to just download an R bundle and
install it (like ESS with Emacs), but R isn't listed as a bundle in
TextMate.
Further investigation led me to coming across discusion about Subversion
repository where I did find mention of what might be the R bundle. This led
me onto apparantly needing to download subversion software and I began to
feel I had maybe gone astray, as it started to seem very complicated. There
is also mention of other R options in this mailing list.
All told I'm afraid I need led by the hand a bit to help me sort this out as
to what I might need to do to get TexMate and R workng together.
Many thanks,
Graham
(Reposted as I accidentally responded to an existing thread)
It seems to me that the RSpec bundle's 'it' snippet is in need of some
love. By default, a newly inserted spec passes. This seems odd as it
is misleading. It also makes it harder find what specs still need to
be completed if you return to an RSpec module after a break.
I propose that the 'it' snippet is changed to the following:
it "${0:should ${1:description}}" ${3:do
${2:pending("Needs to be written")}
end}
This tweak simply adds a 'pending' statement as the body of a newly
created spec. When run, the tester will be alerted to an unfinished
test.
Thoughts?
Thanks!
Matt Darby, M.S.
IT Manager / Lead Web Developer
Dynamix Engineering Ltd.
1108 City Park Ave.
Columbus, OH 43206
Cell: (614) 403-5289
www.dynamix-ltd.com
hello
I try to understand how work this file but I don't know python
if texCommand == 'latexmk':
writeLatexmkRc(engine,constructEngineOptions(tsDirs,tmPrefs))
if engine == 'latex':
texCommand = 'latexmk.pl -pdfps -f -r /tmp/latexmkrc '
else:
texCommand = 'latexmk.pl -pdf -f -r /tmp/latexmkrc '
If I understand, in ayy case, you use latexmk ?
is it possible to use pdflatex directly without latexmk ?
Regards Alain
hello
I've a file and I can compile this file with texshop
A lot of teachers can compile it on Linux and XP
I can compile it with the TERMINAL`
pdflatex --shell-escape /Users/ego/Boulot/SANDBOX/trytablor.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
\write18 enabled.
%&-line parsing enabled.
entering extended mode
.....
This is MetaPost, Version 0.993 (Web2C 7.5.6)
(XCasmpTV.mp (/Users/ego/Library/texmf/metapost/tableauVariation.mp)
[0] )
1 output file written: XCasmpTV.0
Transcript written on XCasmpTV.log.
[MP to PDF] (./XCasmpTV.0) [1{/usr/local/texlive/2007/texmf-var/
fonts/map/pdf
tex/updmap/pdftex.map}] (./trytablor.aux) ){/usr/local/texlive/2007/
texmf-dist/
fonts/enc/dvips/base/8r.enc}</usr/local/texlive/2007/texmf-dist/fonts/
type1/pub
lic/fourier/fourier-ms.pfb></usr/local/texlive/2007/texmf-dist/fonts/
type1/adob
e/utopia/putb8a.pfb></usr/local/texlive/2007/texmf-dist/fonts/type1/
adobe/utopi
a/putbi8a.pfb></usr/local/texlive/2007/texmf-dist/fonts/type1/adobe/
utopia/putr
8a.pfb></usr/local/texlive/2007/texmf-dist/fonts/type1/adobe/utopia/
putri8a.pfb
>
Output written on trytablor.pdf (1 page, 33559 bytes).
Transcript written on trytablor.log.
but with textmate
This is MetaPost, Version 0.993 (Web2C 7.5.6)
{/usr/local/texlive/2007/texmf-var/fonts/map/pdftex/updmap/pdftex.map}
!pdfTeX error: pdflatex (file /usr/local/texlive/2007/texmf-var/fonts/
map/pdfte
x/updmap/pdftex.map): fflush() failed
==> Fatal error occurred, no output PDF file produced!
I would like to be sure that the problem is the script.
My question : Is it possible to use the old script or a new script
for pdflatex
to make a test ?
Alain
Regards
The file : tablor is on CTAN you need to install giac_osx
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
the file use giac and metapost
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx,tablor}
\usepackage[upright]{fourier}
\DeclareGraphicsRule{*}{mps}{*}{}
\begin{document}
\begin{TV}
TV([-5,7],[],"f","x",x^2,0,\tv)
\end{TV}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Hello everyone,
I have just updated my Rails to 2.0.2 but now when I edit a html.erb file,
TextMate doesn't show any syntax highlighting: all the text is white. Is it
possible to add syntax highlighting ???
Thank you and have a good 1!
SIG
Hi list,
When I opened a existing file, then do File>Save as, with a new file
name, and the original file will disappear from the Drawer! I can
verify the file is still in system, but the drawer is out of sync
until I reopen TextMate(or, I have to add "existing file" back into
the drawer manually).
Has anyone seen this? This is repeatable and getting very annoying...
please help.
-Zemian
Hello
I would like to know if it's possible to use the old script to typeset
and view.
I understand a little the old one but with python it's difficult to me
to make modification.
I have a file .tex that use metafont and giac. I can compile this file
with texshop and pdflatex or latex.
With textmate I can compile it only with LaTeX, with pdflatex I have a
strange error fflush ().
I would like to know if the new command can produce this error
Thanks
Regards
Alain Matthes