Re: classicthesis spacing in list of figures
On 10/10/2011 02:08 PM, Thomas Hesse wrote: After i change the language from englisch in german, the spacing in list of figure/Abbildungsverzeichnis is not enough. example: ... "Abbildung 1.10text" -> is the second number two-digit, no space between number and text how can i change this? http://www.latex-community.org/forum/viewtopic.php?f=5&t=817 and searching through classicthesis.sty might help, for now at least. p.s. how can i change in classicthesis the footnote? currently there is the date. It's not even a footnote, in a sense that the text points to it. If you want to remove it, read the manual, there's an option to classicthesis.sty. If you want to change it to something else, you'll have to change classicthesis.sty, or to override (or copy) the responsible command in the preamble. Btw, I think that http://code.google.com/p/classicthesis/ should be more appropriate place for questions of such a kind.
Re: A Lyx-beamer question
Murat Yildizoglu gmail.com> wrote: > > Is there a way to catch back my initial trick (putting it only once > for all slides)? Why what I put in the preamble is not used during the > compilation (means that, I imagine, something else in the template > reverses it)? > > Murat > Does it work if you put it in ERT in a standard environment at the beginning of the body of the document? Paul
Re: [OT] Fonts in TeXLive/DVI/Evince
Guenter Milde users.berlios.de> writes: > You might try installing/using a dedicated DVI viewer for the quick preview. Thanks Guenter. I'll definitely try a new viewer. Paul
Re: A Lyx-beamer question
Hi Liviu, I agree with your strategy as a general approach, but given the tendency of the students to religiously copy the projection, I prefer to limit a lot the contents of my slides, and uncover things in a very progressive way in my courses. Otherwise, they get obsessed by copying the screen and they do not listen to the explanations... As a consequence, for these cases, I prefer something automatic and systematical. Murat 2011/9/28 Liviu Andronic : > On Wed, Sep 28, 2011 at 3:49 PM, Murat Yildizoglu > wrote: >> But I see that I can learn many tricks from this template (I do every >> trick manually in ERB for now), and better use Lyx with beamer. Very >> good news. >> > I use regularly Beamer with LyX, and of course it always depends what > you do and how you subsequently present your slides, but my experience > with stepwise display (everywhere) is: don't. Stepwise is good in > specific places, but usually it makes more sense (for me, anyway) to > display in blocks. For example, you can put two items in one slide and > uncover the three next in the second slide. I also tend to combine > this with 'block' environment (again, with pauses between 'blocks'), > and sometimes the vertical columns (don't remember their proper name). > But stepwise uncovering for every item tends not to work for me. > > Cheers > Liviu > -- Prof. Murat Yildizoglu Université Montesquieu Bordeaux IV GREThA (UMR CNRS 5113) Avenue Léon Duguit 33608 Pessac cedex France yi...@u-bordeaux4.fr http://yildizoglu.info http://www.twitter.com/yildizoglu
classicthesis spacing in list of figures
Hello. After i change the language from englisch in german, the spacing in list of figure/Abbildungsverzeichnis is not enough. example: "Figure 1.1 text" ->ok "Abbildung 1.1 text"->only one space, but ok "Abbildung 1.10text"-> is the second number two-digit, no space between number and text how can i change this? p.s. how can i change in classicthesis the footnote? currently there is the date. many thx!
Footnotes in longtables
Hello! I'm trying to insert a footnote in a longtable. The embedded objects manual as well as several sources on the web tell me this should not be a problem, or that's how I read them. But when I do it, the little number shows up but the footnote text doesn't. (Footnotes outside the table work fine, though!) Can anyone help me, please? I can supply a minimal file with the problem, but as I've sent out this question a week ago with the minimal file attached and got no replies, I'm afraid that the list didn't like me attaching a file. But I'm happy to send it upon request. Thank you! Lastalda -- Zu sagen "Hier herrscht Freiheit" ist immer ein Irrtum oder eine Lüge. Freiheit herrscht nicht. - Ehrich Fried, "Herrschaftsfreiheit" -
Re: [OT] Fonts in TeXLive/DVI/Evince
On 2011-10-09, Paul Rubin wrote: > Guenter Milde users.berlios.de> writes: >> On 2011-10-06, Paul A Rubin wrote: >> > Hi all, >> > Not sure where the culprit is, but if I use \neq in a math formula in >> > LyX with TeXLive 2010 and Evince as the document viewer, it shows up as >> > an equal sign. Viewing in PDF is fine, >> Could you be more clear here: which TeX engine (XeTeX, pdfTeX, LuaTeX), >> which output format (DVI, PS, PDF) and which viewer? > pdfTeX -- DVI -- Evince I can confirm that. It seems to be an Evince problem, though: exporting to DVI and viewing the *.dvi file with: + xdvik: \neq shows up as not equal - evince: \neq shows up as equal - without the stroke! Also, when viewing with Evince the first time (but *after* viewing with xdvik), bitmap-fonts are auto-generated: kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ec-lmr10 mktexpk: Running gsftopk ec-lmr10 600 [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] ... [254] [255] mktexpk: /home/milde/.texmf-var/fonts/pk/modeless/public/lm/ec-lmr10.600pk: successfully generated. It seems to be an Evince bug. > This is more a matter of curiosity than urgency. I do most of my work > in PDF and use DVI primarily for quick checks while writing (since it > seems a bit faster than PDF ... although some of that may be Acrobat > Reader being slow to load). As long as I remember not to freak out > when I see an equal sign where it should be not equal, I'll be okay. I > just thought that maybe this was a well-known symptom of a specific > font file being missing. You might try installing/using a dedicated DVI viewer for the quick preview. Günter