Add text to plot without overlaying textI am generating many (500) plots automatically. Within each plot, I
label several points with their values using the text command. Often
the text labels overlap each other, so they can't be read. Is there
a way to prevent this? I tried randomly adding offsets in y, but it
does not prevent occasional overlapping of the text labels.
Ideally the routine would look to see if other text labels were in the
vicinity, then would offset a new label, perhaps drawing an arrow to
the actual point. I couldn't find any treatment of overlapping
labels in the user contributed file l...
stanza in ledmacDear ledmac users
I am modeling my critical edition on example 7 in the Ledmac manual:
ledbraonain. The lines of my stanzas are numbered a, b, c. But for
some reason the line-numbers in my apparatus are numbered 1, 2, 3. In
other words, if line b in stanza 2 has a variant, that variant will be
given in the apparatus after 2.2. I want the number in the apparatus
to be 2.b, i.e. to correspond to the way the line is numbered in the
main text.
Even when I run pdflatex on the file ledbraonain.tex, the numbers in
the apparatus come out as 1.1, 1.3, 1.5, not as 1.a, 1.c, 1.e, as they
do in the ...
Updating column in a text file without overwriting original textI have a text file with both numbers and words and I want to select a specific numeric column and replace it with new numeric values. I want to replace the 6th column of:
$$
$$ FORCE Data
$$
FORCE 2 71153 01.0 0.0 0.00117 0.0
FORCE 2 71209 01.0 0.0 0.00179 0.0
FORCE 2 71268 01.0 0.0 0.00239 0.0
FORCE 2 71325 01.0 0.0 0.00296 0.0
FORCE 2 71676 01.0 0.0 0.00345 0.0
FORCE 2 71384 01.0 0.0 0.00383 0.0
FORCE ...
LaTeX w/ ledmac poetry & [gasp] shaped poetryI'm trying to typeset some of George Herbert's poetry using ledmac and
am stumped. (I'm pretty new to LaTeX.) For example, I need to achieve
the following, while preferably still using line-numbers:
A broken ALTAR, Lord, thy servant reares,
Made of a heart, and cemented with teares:
Whose parts are as thy hand did frame;
No workmans tool hath touch'd the same.
A HEART alone
Is such a stone,
As nothing but
Thy pow'r doth cut.
Wherefore each part
...
text-textWondering how what I input to my UTF-8 terminal gets passed along
through my patched [1] trn ...
Cyrillic:
А Б В Г Д Е Ж З И Й К Л М Н О П
а б в г д е ж з и й к л м н о п
IPA:
ᴀ ᴁ ᴂ ᴃ ᴄ ᴅ ᴆ ᴇ ᴈ ᴉ ᴊ ᴋ ᴌ ᴍ ᴎ ᴏ
ɀ Ɂ ɂ Ƀ Ʉ Ʌ Ɇ ɇ Ɉ ɉ Ɋ ɋ Ɍ ɍ Ɏ ɏ
[1] https://groups.google.com/d/msg/comp.sys.raspberry-pi/7Z37Hdrm0DM/6aqD-reXFzAJ
...
text + textWhat is "text + text" supposed to do right now? It doesn't seem very
useful to me. What about making "text + text" as an equivalent for "text
|| text"? Most strongly-typed programming languages do this. And MS SQL
Server too, I think (CMIIW).
--
dave
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
Am Freitag, 8. Oktober 2004 12:57 schrieb David Garamond:
> What is "text + text" supposed to do right now?
Nothing.
> What a...
Carrying out a full-text search, but without the full-text search...Hi everyone.
I have a fairly simple question, but the answer is likely to be very
complex. I would like to create a wiki that will allow full-text
searches. However, as you know, full-text searches in a large database
is very CPU intensive. I need to look into what options are available
in the way of breaking everything down into keywords, and how I'd do
it efficiently. I know that there is no definitive answer to my query,
but I have no idea where to start looking. I would like to make my
wiki very much like a small-scale search engine. Much like Google, but
far, far smaller by compariso...
Newbie question = how to add text to a textarea without deleting the previous text.Newbie question = how to add text to a textarea without deleting the
previous text.
i'm trying to add text to a text area when a link is clicked (to
add<b><i> etc) without erasing the previously typed text.
i'm using this, but unfortunately i don't know how to make this append
the text rather than just chenge the text in the text area.(where
comments is the textarea name.
<A HREF="#" onClick="(document.forms[0].comments.value='<b></b>');
return false;" NAME="anchor1" ID="anchor1">select bold</A>...
XSLT Select nodes without text-node children whose names starts with specifix textQuestion on XSL expression
Got this XML:
<Body>
<Page>
<Line no="9" detail="true">
<onefield>onefieldstext</onefield>
<twofield>twofieldstext</twofield>
</Line>
<Line no="10" detail="true">
<onefield>onefieldstext</onefield>
<fgman9>fgmanfieldstext</fgman9>
<twofield>twofieldstext</twofield>
</Line>
<Line no="11" detail="true">
<onefield>onefieldstext</onefield>
<twofield>twofieldste...
setting TeX text variable depending on keyval-generated param? (low-level TeX question)I am using keyval to set a "scaled" parameter and am having trouble
getting the right behavior, which is:
If I \usepackage{package} with no [scaled] option, I want to set a
variable to a compile-time-specified default, say "s*[a.b]".
If I \usepackage[scaled]{package}, same thing.
And if I \usepackage[scaled=x.y], I want to set the variable to
"s*[x.y]".
(This is for font scaling, and I've used as my model the Helvetica
scaled parameter.)
The variable name (for the purposes of this conversation) is
pnm@scaled. What I have that's not working correctly i...
Footnote text disappears if used inside \mbox...any suggestions on how to keep text together within a line without using \mbox?Hello,
At the end of a paragraph I have a footnote and the footnote doesn't
fit in the last line (Latex puts it in the next line and it doesn't
look ok a line with a single footnote number). I tried to solve the
issue using mbox, but although the footnote number stays in the last
line together with the last text of the paragraph, the footnote itself
disappears from the text.
The text:
....As a result, $W-eH-Z$, where $Z\sim U[\underline{Z},\bar{Z}]$.
\footnote{Alternatively, blabla.}
My solution (footnote text disappears):
....As a result, \mbox{$W-eH-Z$, where $Z\sim U[\underli...
eSword without the textI've just gotten eSword running under Linux via WINe, and while the
program is running nicely, it does not show any text anywhere. What's
the likely problem, maybe the font it wants is missing? Could it be
another issue with WINe? How do I get my text back?
On Nov 4, 9:16 am, rgilb...@copper.net wrote:
> I've just gotten eSword running under Linux via WINe, and while the
> program is running nicely, it does not show any text anywhere. What's
> the likely problem, maybe the font it wants is missing? Could it be
> another issue with WINe? How do I get...
Text Without a PhotoI made some print layouts with my photos. I'd like to add some text boxes to
identify who is in the photos, but can't figure out how to do it.
I don't want the text to be part of the images. Can I do that?
Thanks, Carol
--
C and A Bredt (Remove X from To: address for private e-mail)
Carol and Allen Bredt wrote:
> I made some print layouts with my photos. I'd like to add some text boxes to
> identify who is in the photos, but can't figure out how to do it.
>
> I don't want the text to be part of the images. Can I do that?
>
> Thanks, Carol
usi...
Critical Editions with ledmacHi everybody
I'm testing Kile and I'm trying to edit a multilingual Shakespearean
text using ledmac/ledpar.
I just wanted to know if it would be possible to include the first and
line value of the lines of each page in the header/footer of the page
by using the \fancyhdr package as a main references because I don't
want to use conventional page references.
Any idea/solution?
thanks in advance
jose
...