Skip to search.
miktex

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 13417 - 13446 of 13477   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13417 Arnout Standaert
arnout.standaert@... Send Email
Aug 1, 2002
10:14 am
... I think it's better to rely on the geometry package, which allows setting these dimensions through easy options. Greetings, Arnout Standaert...
13418 Daniel Royer
daniel@... Send Email
Aug 1, 2002
1:05 pm
Thanks Olli! Daniel ... From: "Olli J. Marttila" <olli.marttila@...> To: <miktex@...> Sent: Wednesday, July 31, 2002 8:31 PM Subject: Re: [MiKTeX]:...
13419 ZIMMER, Tony (CGI)
tony.zimmer@... Send Email
Aug 1, 2002
4:00 pm
Have a look at package "a0poster". ... From: J. Brandon Laflen [mailto:blaflen@...] Sent: Wednesday, July 31, 2002 17:05 To: miktex@... Subject:...
13420 denhoff@... Send Email Aug 1, 2002
5:24 pm
Hi Brandon, I use the following to make a poster; \documentclass[20pt]{foils} \setlength\paperwidth{48in} \setlength\paperheight{36in} \setlength\voffset{0in} ...
13421 Paul Thompson
paul@... Send Email
Aug 1, 2002
6:37 pm
... most people use geometry...
13422 John Cogill
j.cogill@... Send Email
Aug 2, 2002
12:21 am
I am including two monographs in one table of contents. I'd like to have the table of contents read: MONOGRAPH 1 Chapter 1 .. .... MONOGRAPH 2 Chapter 1 .. ...
13423 Christian Schenk
cs@... Send Email
Aug 2, 2002
12:49 pm
Dear list members, as you will recall, Claus Ekstroem announced a few days ago that he can't continue to manage the MiKTeX mailing list. Claus and me agreed,...
13424 Kai Stukenbrock
Kai.Stukenbrock@... Send Email
Aug 2, 2002
8:26 pm
Hello all! I have just taken up making tables with LaTeX and I am stuck... I want to ... The point is, I want the second and third column of the second row to...
13425 Paul Thompson
paul@... Send Email
Aug 2, 2002
11:21 pm
... you should be able to \multicolumn{c}{2}{\parbox[t]{2in}{crap stuff blather }} Within the parbox you can do other things...
13426 Proginoskes
proginoskes@... Send Email
Aug 4, 2002
1:49 am
... centered. A Plain TeX solution follows: \def\horbar{\noalign{\hrule}} \centerline{\vbox{ \halign{\strut\vrule\ #\hfil\ \vrule&\ \hfil #\hfil\ \vrule&\...
13427 Dimitri Pissarenko
dimitri.pissarenko@... Send Email
Aug 4, 2002
9:31 pm
Hello! I'm writing a document which will be very large in the future and want to keep the logical structure of LaTeX files AND the file structure of the...
13428 Kai Stukenbrock
Kai.Stukenbrock@... Send Email
Aug 5, 2002
12:25 pm
Hello! ... #\hfil\ ... Thanks for the advice, but that solution involves splitting up the first-column-text into three seperate cells, which, in my opinion, is...
13429 Kai Stukenbrock
Kai.Stukenbrock@... Send Email
Aug 5, 2002
12:25 pm
Hello! ... Well, thanks for the advice, that solution works at least. But the thing that bothers me is that I have to define widths... It would be nice, if...
13430 Paul Thompson
paul@... Send Email
Aug 5, 2002
5:59 pm
... If you don't want to define widths, don't !! Let LaTeX define them for you. A slight pain in the butt, of course, but does the trick. \newlength{\pa} ...
13431 Alex Degtyarev
degt@... Send Email
Aug 5, 2002
6:23 pm
TeX can handle anything... If you are shure that your text...text will fit into three rows, try something like \strut\vtop to0pt{\hsize3cm %or whatever width...
13432 Alex Degtyarev
degt@... Send Email
Aug 5, 2002
6:29 pm
... these ... Once you have multi-line entries, TeX has no way of knowing what you want (a narrow tall one or a wide low one), so you have to specify this. If...
13433 Guille
gjsolis@... Send Email
Aug 5, 2002
10:15 pm
Try: \include{./chaChapter1/main.tex} (note the ./ for the working directory} Ciao! Guille ... De: owner-miktex@... [mailto:owner-miktex@...] En nombre...
13434 Proginoskes
proginoskes@... Send Email
Aug 6, 2002
4:03 am
... "Who needs tables in math?" Check out Chapter 22 of the TeXBook! TeX is a typesetting language, period. It is very useful for doing things in math, but...
13435 Proginoskes
proginoskes@... Send Email
Aug 6, 2002
4:04 am
... once ... "dirty" ... belongs ... result. ... as ... apart... ... annoyed ... That's why this is a special case and you needed help. You wouldn't have asked...
13436 Proginoskes
proginoskes@... Send Email
Aug 6, 2002
4:05 am
... My code works just as well in HTML as TeX (once properly translated: \multispan becoming <td colspan=2 align=center>, etc). I see no difference between...
13437 Proginoskes
proginoskes@... Send Email
Aug 6, 2002
4:06 am
... You don't make sure that your suggestion actually works? What's the point in replying, then? -- Christopher Heckman...
13438 Steve Gray
stevebg@... Send Email
Aug 6, 2002
8:56 am
I have a 20 page document with 5 figures, the last three newly inserted. My graphics command strings are like this one: \begin{figure}[htb] \begin{center} ...
13439 Zhao Jun
jzhao_latex@... Send Email
Aug 6, 2002
11:43 am
How to adjust the lengths of the two columns on the last page so that they are the same? Thanks....
13440 Schiebel Kerstin
K.Schiebel@... Send Email
Aug 6, 2002
1:20 pm
Hi, please have a look to the commands \textfraction, \textfraction, \bottomfraction e.g. I guess you should redefine these float parameters. Bye Kerstin...
13441 Alex Degtyarev
degt@... Send Email
Aug 6, 2002
2:25 pm
It depends on how you make the columns. But basically you should typeset a \vbox, split it, and then output the result. ... From: owner-miktex@......
13442 Arnout Standaert
arnout.standaert@... Send Email
Aug 6, 2002
3:12 pm
... You can obtain this by using the multicolumn package instead of the [twocolumn] document class option. This package does the balancing of text in columns...
13443 Fangyin Zhang
fzhang@... Send Email
Aug 7, 2002
12:05 am
Hi, friends, I just upgraded from MikTex 2.1 to MikTex 2.2. But I got a problem transfering a document with eps figures from *.dvi to *.pdf. The figures can...
13444 Steve Gray
stevebg@... Send Email
Aug 7, 2002
4:49 am
Hello Kerstin, Thank you for your answer. I didn't know about textfraction. For now I use h! which makes Latex put the graphic right HERE (actually at the top...
13445 Proginoskes
proginoskes@... Send Email
Aug 7, 2002
5:47 am
... are the same? The following comes from Knuth's _TeXBook_, p. 417. He used these macros for the index: \newbox\partialpage ...
13446 Steve Gray
stevebg@... Send Email
Aug 7, 2002
9:32 am
Can anyone tell me why the period ("full stop" to Brits) does not appear here? (There is a period after \right but it's hard to see here.) ...
Messages 13417 - 13446 of 13477   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help