COMPGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



comp soft-sys matlab (18488)

comp os linux advocacy (5154)

comp soft-sys sas (3802)

comp soft-sys math mathematica (2916)

comp lang python (2903)

comp lang ruby (2549)

comp text tex (1728)

comp sys mac advocacy (1658)

comp lang c++ (1415)

comp lang javascript (1219)

comp lang c (1196)

comp lang perl misc (1191)

comp lang java programmer (925)

comp dsp (908)

comp sys mac system (890)

comp lang tcl (872)

comp databases ms-access (760)

comp arch fpga (749)

comp lang idl-pvwave (726)

comp software shareware announce (702)

comp lang php (697)

comp lang lisp (682)

comp sys sun announce (659)

comp arch embedded (626)

comp sys mac apps (609)

comp sys ibm ps2 hardware (545)

comp lang c++ moderated (524)

comp lang fortran (524)

comp unix shell (521)

comp os plan9 (514)

comp os linux misc (512)

comp unix solaris (500)

comp databases oracle server (494)

comp sys ibm pc games war-historical (485)

comp lang python announce (483)

comp os ms-windows programmer win32 (476)

comp databases mysql (412)

comp sys cbm (408)

comp dcom sys cisco (407)

comp arch (306)

comp sys ibm pc games action (301)

comp databases informix (274)

comp lang clipper visual-objects (267)

comp os vms (263)

comp lang perl announce (238)

comp lang xharbour (229)

comp graphics apps gnuplot (224)

comp realtime (216)

comp soft-sys ace (215)

comp lang ada (213)

comp protocols nfs (207)

comp protocols snmp (204)

comp parallel (202)

comp sys acorn announce (196)

comp protocols tcp-ip domains (193)

comp sys ibm pc hardware systems (191)

comp unix internals (187)

comp infosystems www browsers misc (184)

comp misc (182)

comp publish cdrom software (182)

comp dcom cabling (174)

comp mail mime (169)

comp std announce (169)

comp ai fuzzy (168)

comp ai edu (166)

comp soft-sys stat spss (156)

comp protocols kerberos (155)

comp databases filemaker (155)

comp sys apple2 (153)

comp admin policy (151)

comp databases postgresql committers (150)

comp databases ibm-db2 (149)

comp databases ms-sqlserver (131)

comp protocols dicom (129)

comp unix programmer (128)

comp security misc (123)

comp unix bsd freebsd misc (120)

comp graphics visualization (117)

comp cad cadence (117)

comp databases olap (116)

comp apps spreadsheets (114)

comp databases postgresql general (114)

comp lang vhdl (113)

comp lang java help (113)

comp ai neural-nets (112)

comp ai (111)

comp ai games (110)

comp dcom telecom (109)

comp client-server (108)

comp os linux announce (105)

comp cad microstation (105)

comp databases oracle marketplace (105)

comp soft-sys math scilab (102)

comp databases progress (102)

comp os linux networking (101)

comp database oracle (100)

comp graphics api opengl (99)

comp ai genetic (98)

comp protocols dns bind (97)

comp compilers (97)


comp.text.tex Post New
Items(1715) /35 Next >> Last >|
Subject Posted Replies From
understanding needspace

Hi, I suppose I'm misunderstanding the use of needspace. The minimal document below produces several lines of space before the second section header, but no produces no effect before the first. What I thought would happen is that neither section header would have any spaces added, just that each one would be certain to have a certain number of lines left on the page before typesetting the header; otherwise a page would be ejected and the section would begin on the new page. Am I misunderstanding the package? thanks, --Tim Arnold \documentclass{memoir} \usepackage{lipsum} \r

9/8/2010 3:30:56 PM 0 Tim Arnold <a_j...@bellsouth.net>
[biblatex] Individual sorting options for different refsections

Is there any way to achieve individual sorting options for different refsections? I use refsection=chapter to generate individual bibliographies for all chapters. I would like the bibliography in one chapter to have 'sorting=none' (which I have set in the package options), but I need 'sorting=anyt' in another chapter. Is this possible somehow? Thomas Arildsen

9/8/2010 10:21:17 AM 0 Thomas Arildsen <tha.es-aau-...@spamgourmet.com>
\xspace and inter-sentence space

Hi there, I want to create a macro to display properly "et al." or other latin abbreviations like "i.e." or something similar. I created this macro: \newcommand{\etal}{\emph{et al.}\xspace} Now the problem is, that the \xspace will always create an inter-sentence very big space instead of a small one: "Cameron et al. define approaches for..." How can I force xspace to produce only an inter-word space? Manually I would do it like "Cameron et al.\ define approaches for..." But how can I do that in the macro with the nice features of xspace? Cheers, Hauke

9/8/2010 9:31:30 AM 0 Hauke Fuhrmann <hauke.fuhrm...@gmx.de>
narrated slide shows with Latex

I would like to produce for my students slide shows with a voice over that I can post on the course website. The content of the slides will mostly be mathematics. For example, I would like my students to be able to access a file that shows a calculation or a proof step by step, and to hear my recorded explanations for each step of the calculation or the proof. I am used to writing in Latex, and to preparing presentations and lecture slides in Beamer. Can I accomplish my goal using only Latex, Beamer, and, perhaps, Adobe software, or do I need to use powerpoint? Does someone have experi

9/7/2010 2:32:50 PM 4 TilMat <tborg...@umich.edu>
Hyperref and ulem incompatability?

hi all, there seems to be an incompatability with hyperref and ulem: it's not possible to use \sout in a \section command when also using hyperref. the following minimal document fails to compile: ====================================================================== \documentclass{article} \usepackage{hyperref} \usepackage[normalem]{ulem} \begin{document} \section{\sout{text}} Some text. \end{document} ====================================================================== ERROR: Paragraph ended before \let was complete. --- TeX said --- <to be read again>

9/7/2010 7:46:21 AM 3 Joost Kremers <joostkrem...@yahoo.com>
Eliminating space between multline and align

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I often have a situation where I will have a very "wide" equation to display, so I use the multline environment, and then I manipulate it enough that I can fit it into an align environment. However, there is an excessive amount of vertical space between the environments whenever I do something like this: \begin{multline*} long \\ equation \end{multline*} \begin{align*} some &= shorter \\ equations &= here \end{align*} Is there any way to modify these environments so that it seems like the equations

9/6/2010 3:41:24 PM 4 Benjamin Esham <bdes...@gmail.com>
[biblatex] Set option locally for \fullcite

I am using biblatex for my Ph.D. thesis. I have used the "firstinits=true" option. However, I have a short list of publications built using \fullcite. For these specific \fullcite's I would like "firstinits=false". Is there any way to achieve this? I have previously asked a similar question regarding minnames and maxnames, but I suppose the above setting does not boil down to setting a LaTeX counter as for the latter? Best regards, Thomas Arildsen

9/6/2010 1:18:16 PM 1 Thomas Arildsen <tha.es-aau-...@spamgourmet.com>
Revisions & highlighting

Hi! I am using a (maybe not so) clever command to "highlight" revised parts in my manuscripts, using colors and defining my commands: \usepackage{xspace} \newcommand{\rsrev}{\begin{color}{red}[} \newcommand{\rerev}{]\end{color}\xspace} \newcommand{\gsrev}{\begin{color}{green}[} \newcommand{\gerev}{]\end{color}\xspace} \newcommand{\bsrev}{\begin{color}{blue}} \newcommand{\berev}{]\end{color}\xspace} I'd like now to change the background of the revised parts, and I've found the "soul" packages with the \hl command. Since I am not so a TeX/LaTeX guru, I couldn't figure how to

9/6/2010 12:32:14 PM 4 Sensei <sensei....@apple.me.com>
\if else function to switch between Beamer and [handout]Beamer

Hello, Is it possible to construct an \if so I can produce a pdf slide show or handouts with Beamer? I have a Beamer presentation made up and would like to produce handouts for the students. I do not want to print out the entire presentation for them, only the relevant content. For instance, I have a sequence of slides which sequentially build up to something, for explanatory purposes, but would be better printed as the completed product. Can I, using an \if argument, have LaTeX choose between including a frame or not including a frame depending on the output form? Any other s

9/6/2010 10:44:07 AM 6 "tgen...@gmail.com" <tgen...@gmail.com>
looping over all defined labels

Hi, I'm using LaTeX on a Linux system. I'd like to print out the \ref and \nameref of all the labels I have assigned in my document, in the order they appear Something like: for i = 1 to "number of labels" \ref{label(i)} \nameref{label(i)} %put this line in my document as though I did it manually Any suggestion would sure be appreciated. Thanks

9/5/2010 5:38:08 PM 0 Leon <int32...@yahoo.com>
Cyrillic Font recommendation needed

Dear All, In XeLaTeX I am typesetting a complex document, using the lmroman family as main document font. I also need to include sizable quantities of Mongolian words using the Cyrillic alphabet. I tried DejaVuSerif but it stands out in stark contrast against lmroman. Is there a Cyrillic font that matches better? Thank you for all recommendations, Oliver. -- Dr. Oliver Corff e-mail: corff@zedat.fu-berlin.de

9/5/2010 2:34:29 PM 3 Oliver Corff <co...@samoa.zedat.fu-berlin.de>
Poster (notice) package?

I am looking for a basic package to make posters, meaning the kind printed on an ordinary paper size (US letter, A4) and put on a notice board. It would make heavy use of the picture environment. Does anyone have anything like that already made? Una

9/4/2010 3:51:11 PM 7 ...@att.net (Una)
Biblatex question: how to convert literal fields into integers?

According to the specs of a particular bbx file I am hacking, the publisher should be omitted if the book was published before 1900. So I have tried to use the following code: \ifnumgreater{year}{1900}% {\printlist{publisher}}% {}% But I have failed because, as far as I can see, year is a literal field, not an integer. Can anyone tell me how to convert a literal string into an integer?

9/4/2010 4:18:28 AM 1 Pandita <venpand...@yahoo.com>
Free Online classifieds have done wonders in selling.

Newspapers are also moving towards making them online and compete with these kinds of free classifieds website In future almost every newspaper has to be online to survive in the advertising field. Now a days people don't have time to sit for hours and read newspaper whether it's for the sake of some news or for any classified advertisements why because its just a matter of few clicks on internet and they get what they want for more details-9371894735

9/3/2010 9:01:33 AM 0 hgr <u...@compgroups.net/>
pd1enc.def

Please what on earth could be causing the following type of error? The error is from pd1enc.def loaded by one of the packages I have loaded. \DeclareTextCommand ->\@dec@text@cmd \newcommand \@dec@text@cmd #1#2#3->\expandafter \def \expandafter #2\expandafter {\csname # 3-cmd\expandafter \endcsname \expandafter #2\csname #3\string #2\endcsname }\le t \@ifdefinable \@rc@ifdefinable \expandafter #1\csname #3\string #2\endcsname #1<-\newcommand #2<-\i #3<-PD1 {\expandafter} {\expandafter} {\expandafter} {\csname} {\expandafter} {\expandafter} {\csname} {\string} {changing

9/2/2010 7:28:21 PM 2 Ahmed Musa <ahmedmusa...@gmail.com>
memoir / biblatex (possible) conflict on page headers

Dear all, I am encountering a problem with page headers in the bibliography section of a memoir book when used in conjunction with BibLatex. I want the page headers of the bibliography to have the \bibname string (i.e "Bibliography" or "Works Cited") on both pages in italic lower case. I made a custom pagestyle (see below) and it works fine if used with bibtex. However, if I use biblatex (with the \printbibliography where \bibliography would go) the page header always comes out in all capitals. Has anyone encountered this problem? A minimal example with custom header formating in t

9/2/2010 1:54:20 PM 2 stefano <stefano.fran...@gmail.com>
Text line contains an invalid character

I seem to be getting a repeating problem that is driving me nuts. I do pdflatex of my document and sometimes it stops due to some error on my part. So I kill the job. I correct the error and run the process again. Now it just says: Text line contains an invalid character l.1 I can't seem to get out of this loop. Sometimes it works when I simply add \begin{document}\end{document} directly after the documentclass, (the behaviour happens both with article and beamer) and then comment this out. Any ideas? Thanks in advance, Geoff

9/1/2010 7:52:07 PM 5 Geoff <geoffost...@yahoo.co.uk>
understanding overfull hboxes

Hi, I'm trying to understand the log messages when it comes to the open/close brackets. For example, I see these lines: Overfull \hbox (22.1651pt too wide) in alignment at lines 1311--1316 [] [] [] [] Overfull \hbox (22.1651pt too wide) in alignment at lines 1316--1321 [] [] [] [] Overfull \hbox (22.1651pt too wide) in alignment at lines 1321--1323 [] [] [] [] Overfull \hbox (22.1651pt too wide) in alignment at lines 1323--1325 [] [] [] [] The lines in question are from a longtable. The headings begin on line 1311 and end on line 1326. \begin{longtable}{p{1in} p{2.4in} p{2.4in}}

9/1/2010 3:27:14 PM 4 Tim Arnold <a_j...@bellsouth.net>
iPad - Dropbox - Folder Action Script Workflow?

Since there is no TL for the iPad, I had the following idea: I store the files online on dropbox and edit them with droptext. Every time a file is changed, dropbox syncs it back to my Mac. A folder action script is triggered make is called and the file is processed. Sadly the script is only triggered when a file is added, not when it is modified. on adding folder items to this_folder after receiving added_items set the_folder to POSIX path of this_folder tell application "Finder" do shell script "cd " & (the quoted form of the_folder a

9/1/2010 12:49:35 PM 3 Axel.NoS...@gmx.de (Axel Kielhorn)
HIERONYMUS BOSCH

.. Click Here to Enter: >>> http://great-web-online.com/4/hieronymus-bosch <<< .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. hieronymus bosch bosch hieronymus biography t s eliot and hieronymus bosch hieronymus bosch hell facts of hieronymus bosch bosch hieronymus con

9/1/2010 10:06:04 AM 0 Alicia Leonard <leonardkxtgaliciac...@gmail.com>
Please please help to fix these 11 lines of TeX!

Hello, Please could someone be so kind as to assist me to get these few lines of TeX to work? I've read that `\write' expands its 2nd argument just like `\edef' does. But despite my knowing this, everything I've tried fails. I'm beaten! Essentially, I need to input some text, manipulate it, and then write it to the external file `helpme.txt'. %------------------------------------------------------------------- \def\processMe#1{% \newwrite\outFile\relax \immediate\openout\outFile=helpme.txt\relax \def\myLine{\manipulateMyLine{#1}} \immediate\write\outFile{\myLin

9/1/2010 3:15:34 AM 8 Paul <paul.kots...@gmail.com>
biblatex and authoryear

I've just installed the latest version of biblatex (which I love) and my citations using the authoryear style are now printing the title of the reference instead of the author and year. So for example, instead of: Sober (2010) I get this: Sober (=93Evolutionary Theory and the Reality of Macro Probabilities=94) When issuing a \textcite command. Here are the settings I used: \usepackage[ style=3Dauthoryear, bibstyle=3Dauthoryear, hyperref=3Dtrue, backref=3Dfalse, abbreviate=3Dfalse, sorting=3Dnyt, %name, year, title useprefix=3Dtrue %van Fraassen, not Fraassen

9/1/2010 12:06:32 AM 0 Brad <brad.wesl...@gmail.com>
Compilation of multiple articles, different authors

Howdy, all; I've been tasked with putting together a compilation of a number of different articles into book form. Each article is contributed by a different author, and needs to be credited as such. Each article compiles individually, and I am able to successfully bring in each article as a section or chapter in the master document using \include{file-name}, using only the body of the text in the include-files. However, as far as I can tell, the 'author' field is particular to the master document's preamble. Which package should I use -- or is there a simple command I'm ove

8/31/2010 11:48:42 PM 2 fi...@sonic.net
BibLatex error when adding new string to english.lbx: ! Package xkeyval Error: `unpublished' undefined in families `blx@lbx'.

Hi all, I need to add a new bibliography string to biblatex, in order to have unpublished references type print the string "unpublished" at the end of the bib reference (with correct capitalization, punctuation, etc.) I thought I would just add a a line to \DeclareBibliographyStrings command in the the english.lbx file: unpublished = {{unpublished}{unpubl\adddot}}, and change the bbx file by adding a new macro: \newbibmacro*{unpublished-label}{% \bibstring{unpublished} \setunit{\dot}} and tweaking the unpublished driver by adding a couple of lines at the e

8/31/2010 9:39:35 PM 0 stefano <stefano.fran...@gmail.com>
(memoir) Removing "Contents" entry on Table of Contents page

Hi, I am using memoir to write a book and am using one of the chapter page styles from CTAN designed for memoir. However, I just noticed that when I have \tableofcontents in my document, I get a page "Contents" as expected but I also get as first entry "Contents" which I do not like. I see no reason to have as first entry on the page "Contents" as being "Contents". How can I get rid of it? Is this expected behavior or perhaps I am doing something untoward? I would appreciate. Regards, Tariq

8/31/2010 7:20:19 PM 2 Tariq <tariq.per...@gmail.com>
Page break in long table for very tall rows

Dear All, I am using longtable for some texts where some rows are taller than page height. So, all I can do is to manually create a new row where a row exceeds a page. This is very cumbersome and somewhat unfit for my purpose. Is there any way I can make longtable to break a row when a page ends and continue it to new page? Thanks in advance.

8/31/2010 5:48:37 PM 0 MMasroorAli <mmasroor...@cse.buet.ac.bd>
Floatrow: fcapside: figure and caption centered together

Hi, I use floatrow and put some captions beside the figure. For a small figure and a small figure, is there a way to automatically limit the horizontal space occupied? So what I want is that caption and figure are together centered in the middle. Example: \documentclass{article} \usepackage{floatrow,blindtext} \usepackage[ngerman]{babel} \begin{document} \begin{figure} \fcapside{\framebox{HALLO}} {\caption{Beschriftung zum Bild}} \end{figure} \begin{figure} \fcapside[\FBwidth]{\framebox{HALLO}} {\caption{Beschriftung zum Bild}} \end{figure} \thisfloatse

8/31/2010 2:59:08 PM 0 Sebastian Schubert <schubert....@googlemail.com>
ctan update: xunicode.sty

Ross Moore has provided a new version (0.95) of xunicode.sty the change details are: > These are the entries more recent than v0.91 . > > > % v0.93 2009/11/09 > % small changes to TIPA characters > % > % v0.94 2010/01/14 > % added \textperiodcentered , \asterism > % > % v0.95 2010/05/18 > % added \textbarl \Ohorn \ohorn \Uhorn \uhorn \textdotlessj > % completed blocks: x02B0-x02DF and x02E* \textdblig > % supports more macro names i have installed the new version and updated the catalogue. Users may view the package's catalogue e

8/31/2010 2:00:56 PM 0 CTAN Announcements <ctan-...@dante.de>
logreq buggy?

Hi there, i succesfully installed biber - and therefore had to update a few modules - one was etoobox, another logreq which i installed the first time. Now it does: (~/texmf/tex/latex/logreq/logreq.sty$ Package: logreq 2010/08/04 v1.0 xml request logger$ \lrq@indent=\count124$ $ (~/texmf/tex/latex/logreq/logreq.def$ File: logreq.def 2010/08/04 v1.0 logreq spec v1.0$ $ ! Undefined control sequence.$ \lrq@tab@i #1->\ifnumgreater $ {#1}\z@ {\space \space \expandafter \lrq@tab@i ...$ l.8 ...Co

8/31/2010 11:59:37 AM 0 wm <w.med...@fu-berlin.de>
xelatex does not find local fontspec install

Dear List, I want to try the unicode-math package on my machine running Debian/testing. This requires some updates, so I installed a local copy of fontspec v2.0c: milde@heinz:/tmp > kpsewhere fontspec.sty /home/milde/texmf/tex/latex/fontspec/fontspec.sty /usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.sty However, when I compile the minimal example \documentclass{minimal} \usepackage{fontspec} \begin{document} Test \end{document} with xelatex, the outdated system version is used (see terminal output below) which leads to errors if combined with

8/31/2010 9:31:37 AM 2 Guenter Milde <mi...@users.berlios.de>
% !TEX

Every so often I see a minimal example starting like: % !TEX TS-program = xelatex % !TEX something else % ... \documentclass{...} I have looked (man pages, The XETEX reference manual, the XETEX Companion, the FAQ, google groups) but haven't found anything explaining the % !TEX construct. Could some kind soul point me to where it is explained and how I might use it. Thanks Peter W.

8/31/2010 1:52:06 AM 9 peter wilson <herries.pr...@earthlink.net>
Stripping off prefixing substrings from lines of TeX a'la Doc.

Hello. I've been struggling for awhile trying to implement something resembling this: \tokenString{FOO} \myEnv FOO {\itshape Hello World.} FOO \begin{verbatim} In 'verbatim'. FOO \end{verbatim} FOO {\bf Cheerio.} \endmyEnv The 'FOO' substrings must be stripped, so that TeX actually typesets: \myEnv {\itshape Hello World.} \begin{verbatim} In 'verbatim'. \end{verbatim} {\bf Cheerio.} \endmyEnv This is of course very similar to what the 'Doc' package does, but in 'Doc' the 'FOO's are simply '%', and so 'Doc's algorithm in this regard is quite trivia

8/30/2010 10:44:47 PM 4 Paul <paul.kots...@gmail.com>
how can I replace half an environment by a command?

When preparing slides for a talk I use beamer (of course). I would like to write the slides as follows: ==== Title of first slide ==== content content content ==== Title of second slide ==== content content content ==== (a new slide with no title) ==== content content content ============= This would make it very easy to produce my slides. But how can I achieve this in pure (La)TeX? I would need to define a command '==== #1 ====' that expands to \end{frame}\begin{frame}\frametitle{#1} But of course this does not work, first of all the equals sign is a d

8/30/2010 7:27:12 PM 2 pda <pierodanc...@gmail.com>
CTAN updat: amsrefs

Barbara Beeton wrote: > changes in amsrefs v.2.09, 2010/08/17 > > This is a bug-fix release. > Significant changes: > - hyperref support made more robust; "off-by-one-line" problem fixed; > - support added/fixed for showlabels, showkeys; > - numeric labels made flush-right instead of flush-left. > > license: LPPL thanks to barbara and the ams team for this new version. i have updated the package and the catalogue repository. Users may view the package's catalogue entry at http://www.tex.ac.uk/tex-archive/help/Catalogue/amsrefs.html or browse the package's directory

8/30/2010 1:44:15 PM 0 CTAN Announcements <ctan-...@dante.de>
Package xcolor Error: Undefined color `BurntOrange'

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm trying to compile a pspicture environment, where some colors are defined numerically, e.g. == \definecolor{color125}{rgb}{0.0,0.24313725490196078,1.0} \definecolor{color142}{rgb}{0.0,0.13333333333333333,1.0} \definecolor{color153}{rgb}{0.0,0.25098039215686274,1.0} \definecolor{color138}{rgb}{0.0,0.08627450980392157,1.0} == However, at one line, I need to use color `BurntOrange': == \psline[linewidth=0.04cm,linecolor=BurntOrange](12.72,1.41)(3.14,-2.95) == The problem is that I'm getting, at compilation, that xcolo

8/29/2010 9:13:45 AM 13 Merciadri Luca <Luca.Mercia...@student.ulg.ac.be>
creating a 'journal' style file (document class)

Greetings - After 20 plus years of suffering through Draconian 'submission' standards ('Thou shalt submit a Word document with MathType...'), and increasingly exorbitant page charges ('Thank you for publishing in our journal. Please find enclosed a page-charge bill for $3200...'), a number of my colleagues (statistics and applied math) were musing (over a few pints) the prospects of starting our own journal (why not? Free, open-access, distributed electronically. The old publishing model makes little -> no sense any more). I digress... In talking this over (mostly arm-wavin

8/28/2010 11:58:52 PM 7 cooc...@NOSPAM.verizon.net
CTAN update: pstricks-add

Herbert Voss wrote: > I uploaded pstricks-add.tgz to the uk mirror. > Please delete _all_ files in the directory > > /graphics/pstricks/contrib/pstricks-add/ > > and put the new ones in there > > pstricks-add is a PSTricks related package, which has a lot > of additional features, like arrows, special curves, a... > > pstricks-add.tex ----------- (Dominik Rodriguez/hv) > v 3.44 2010-08-28 - new option XYoffset for \psMatrixPlot > to plot sparse matrices inside a grid > - moved option method into pst-plot thanks for the upload

8/28/2010 6:42:37 PM 0 CTAN Announcements <ctan-...@dante.de>
Four parallel translations with ledpar? (combining columns and pages)

The ledpar documentation very nicely lays out how to do facing pages as well as left and right texts (sections 4 and 5 in [1]). My question is, how does one combine these two features so that one can have four parallel texts, two on the left page, and two on the right? This would be useful in many cases, including an original-language text accompanied by three different translations. Is this possible with existing ledpar? Best, Ahmed [1] http://mirror.ctan.org/macros/latex/contrib/ledmac/ledpar.pdf

8/28/2010 2:13:50 PM 0 Ahmed Fasih <wuzzyv...@gmail.com>
How to create multiple ps-files from single latex document

Dear comp.text.tex, How do I create a pdf file for e.g. each chapter of a latex document? It would be most convenient if I didn't need to split a ps-file after compiling/dvipsing I have tried to Google for the answer, but so far unsuccessful :-( Best regards Troels Pedersen

8/28/2010 11:53:11 AM 3 Troels Pedersen <tro...@es.aau.dk>
Simple hack to get $5000 to your *Paypal account

Simple hack to get $5000 to your *Paypal account At http://youcanget.co.cc i have hidden the Paypal Form link in an image. in that website on Right Side below search box, click on image and enter your name and Paypal ID.

8/28/2010 11:28:55 AM 0 paypal cash <m.bangara...@gmail.com>
"The rest of the line" length?

I want to typeset lines like this: Your answer: __________________________________________________ . In general, there is a couple of words (e.g., "Your answer:") at the left margin. Empty underlined space for person's answer and some punctuation (a period in the above example) or text at the page's right margin. Text at the left margin is of variable width and I want the underlined space fill automatically all the available space. Without the underlined space the idea is like this: Your answer: \hspace{\stretch{1}} . But I don't know how to do it with underlining. I

8/28/2010 8:10:31 AM 4 Teemu Likonen <tliko...@iki.fi>
biblatex-apa tweak

Hello all, When using apa as my biblatex style, @online entries have the words 'referenced from' in the bibliography. How do I get under the hood and tweak this wording to something else? Many thanks, K.

8/28/2010 6:57:44 AM 3 kalowski <kal.hodg...@gmail.com>
includegraphics puzzle

Hi, consider the following minimal example: \documentclass{article} \usepackage{graphicx} \def\Ext{.pdf} \def\File{foo} \begin{document} %\includegraphics{\File\Ext} % why does this not work? \includegraphics{foo.pdf} \end{document} If I compile this file with the commented out \includegraphics line, I get the following console message, even though I get no such error with the second \includegraphics command. ! LaTeX Error: File `foo.pdf' not found. What I'm trying to do is the following: I'm writing a small package that includes a logo; I want to use \ifxetex and

8/28/2010 2:06:15 AM 5 Alan Munn <am...@msu.edu>
package eqexam

I install eqexam in my MIKTEX and refresh the database. When a run an example taken from eqexam documentation I receive this message : ! Package eqexam Error: ****You have not selected a driver for eqExam****. What should I do to correct the problem ? Thanks

8/27/2010 6:32:14 PM 1 jan <jan09...@hotmail.com>
Odd behaviour with ntheorem

Hello: I find some strange behaviour when using the ntheorem package. Below are three displayed equations, but only the first displays correctly (or as one would expect). However, if I comment out the use of ntheorem, all three displays are as expected. Could someone help with an explanation? Thanks, Vijay. --------------------------------- \documentclass{article} \usepackage[leqno]{amsmath} \usepackage[amsmath,thmmarks]{ntheorem} \begin{document} \begin{align} a^2 + b^2 = c^2 \tag{CP} \end{align} \[ a^2 + b^2 = c^2 \tag{CP} \] \begin{equation}

8/27/2010 1:13:10 PM 2 vijay <vijayk7...@googlemail.com>
correcting label placement with psfrag

Hi, I use Laprint in Matlab to generate my eps figures. In the tex file that accompanies the eps file with the Laprint output, I have some psfrag commands. If we consider say the yaxis, I find in some cases that the yaxis label is very close to the tickmarks labels. And in some cases, they overlap. Here a psfrag code for a yaxis label: \psfrag{s04}[b][b]{\color[rgb]{0,0,0}\setlength{\tabcolsep}{0pt} \begin{tabular}{c}Force $F$, kN\end{tabular}}% where label s04 is to be replaced by Force F, kN. I find that I can get further separation between the yaxis label and the tickmarks label

8/27/2010 5:59:26 AM 2 Ada novice <ycalleecha...@gmx.com>
line breaks for url within bib

I have reviewed Tex FAQs 1) URLs in BibTeX bibliographies and 2) Typesetting URLs but still cannot figure out how to (automatically) hyphenate/line break long url addresses within a bib entry description. Imagine a url: www.WhenInTheCourseOfHumanEventsItBecomes....com that I am putting in as the publisher or howpublished (in @misc). I do not need or even want the url to be an active link, just plain text (using default font for whichever item it is). I have tried \ hyphenation{When In The Course Of Human Events It Becomes} but bibtex just ignores it. I realize I can kluge it t

8/27/2010 3:42:35 AM 4 Dave94705 <david.jobman.schwa...@gmail.com>
is it possible to "escape" the hash symbol in a macro argument?

Sorry about the length of this. For (what I assume are) TeX primitive commands, is it possible to use the hash symbol in an argument as the literal hash symbol. In other words, is it possible to "escape" the hash symbol? Although my problem showed up while using pdftex in a miktex environment, I think the problem is a general tex problem - and probably a misunderstanding of mine. If you read through this, thanks in advance. I'll try to explain it first as a pdftex problem and then the general tex analog: 1) pdftex - (with MikTeX): When using the command \pdfximage we l

8/26/2010 10:05:40 AM 1 Kurt SBeck <kurtsb...@gmail.com>
single- and double-column documents from the same source and problem with tables

Hi, Some IEEE journals require that manuscripts be submitted in both single- and double-column versions (since a double-column format is *obviously* very well suited for maths </sarcasm>). They also impose strict page limits. The IEEEtran class allows one to switch between single- and double-column formats, but not without headaches: long formulae and tables formatted to the column width of a double-column document are very space-inefficient in the single-column version. Thus, to save space and avoid exceeding page limits, they need to be formatted differently in the two cases.

8/26/2010 8:32:55 AM 1 "Pouya D. Tafti" <po...@san-serriffe.org>
texh4t and image file extensions

Hi everybody, I'm currently playing around with tex4ht/mk4ht to produce OpenOffice files (this is with MacTeX). In general, this works fine, but I have a problem with images. I played around with all kind of switches and configuration files, but somehow I only manage to get .eps files handled properly. If I use \includegraphics without giving the file extension (as I normally do with pdflatex), .eps files are converted properly, but jpegs or pngs are not found. They are only converted if I give the file extension. How do I tell mk4ht that it shall also look for files with a

8/26/2010 5:34:03 AM 2 Simon Spiegel <si...@remove.simifilm.ch>

Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35









Newest Articles

Randsample (leave-one-out)
18 min. 47 sec. ago

48 core servers???
23 min. 20 sec. ago

understanding needspace
24 min. 56 sec. ago

NEW! - - Phase Coherence is the unification factor for the 4 fundamental forces, Proof of this is in the following:
36 min. 52 sec. ago

indicatioin of carriage return
37 min. 47 sec. ago