Prettyref by default
Hi all, I would like to know if there is a way to hav "Formatted reference" as default in the Cross Reference dialog window. I use only use formatter cross references a lot and I do not really click the combo box each time I want to add a new reference.
Docbook bibliographies from BibTeX?
Hi, does anybody have any idea how to make LyX (1.3.2 if it matters) working with BibTeX while editing DocBook articles? I would love to use DocBook (heavy communication with RTF-based people), but missing support for my already huge BibTeX database would be showstopper. Thanks a lot, Matej -- Matej Cepl, http://www.ceplovi.cz/matej GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 I went to a Grateful Dead Concert and they played for SEVEN hours. Great song. -- Fred Reuss
Re: bibtex error: (author?) - here too
This is the dvi output. (author?) comes from ->input ->cite, where i chose one of my bibtex references. Normally there should be (Tanenbaum, 2003), which I've chosen in the dialog window of the cite. i have the same problem, but so far i didn't bother to solve the problem - assuming that i didn't choose the right settings so far. i'd also be interested in a solution to this. regards, Katrin (lyx 1.3.3. on MacOS 10.2.6 with "use natbib" activated and author-year citation-style)
Re: Oblique line connecting two corners of a cell
Paul Smith wrote: Dear All I would like to know whether it is possible to draw an oblique line connecting two corners of a cell of a table. see example. For more information look at http://www.pstricks.de Herbert #LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \textclass article \begin_preamble \usepackage{pst-node} \end_preamble \language ngerman \inputencoding latin1 \fontscheme default \graphics default \paperfontsize 10 \spacing single \papersize Default \paperpackage a4 \use_geometry 0 \use_amsmath 0 \use_natbib 0 \use_numerical_citations 0 \paperorientation portrait \paperwidth 17cm \paperheight 22cm \leftmargin 1.2cm \topmargin 1.4cm \rightmargin 1.7cm \bottommargin 1.4cm \headsep 1cm \secnumdepth 4 \tocdepth 4 \paragraph_separation indent \defskip medskip \quotes_language german \quotes_times 2 \papercolumns 1 \papersides 2 \paperpagestyle default \layout Standard \begin_inset Tabular \begin_inset Text \layout Standard blah \begin_inset ERT status Open \layout Standard \backslash rnode{upperLeft} \end_inset \end_inset \begin_inset Text \layout Standard 2 \end_inset \begin_inset Text \layout Standard 3 \end_inset \begin_inset Text \layout Standard 4 \end_inset \begin_inset Text \layout Standard 5 \end_inset \begin_inset Text \layout Standard a \end_inset \begin_inset Text \layout Standard b \end_inset \begin_inset Text \layout Standard c \end_inset \begin_inset Text \layout Standard d \end_inset \begin_inset Text \layout Standard e \end_inset \begin_inset Text \layout Standard ABC \end_inset \begin_inset Text \layout Standard B \end_inset \begin_inset Text \layout Standard C \end_inset \begin_inset Text \layout Standard D \end_inset \begin_inset Text \layout Standard E \end_inset \begin_inset Text \layout Standard 5 \end_inset \begin_inset Text \layout Standard 4 \end_inset \begin_inset Text \layout Standard 3 \end_inset \begin_inset Text \layout Standard 2 \end_inset \begin_inset Text \layout Standard 1 \end_inset \begin_inset Text \layout Standard e \end_inset \begin_inset Text \layout Standard d \end_inset \begin_inset Text \layout Standard c \end_inset \begin_inset Text \layout Standard b \end_inset \begin_inset Text \layout Standard \begin_inset ERT status Open \layout Standard \backslash rnode{lowerRight} \end_inset blah \end_inset \end_inset \layout Standard \begin_inset ERT status Collapsed \layout Standard \backslash ncline{<->}{upperLeft}{lowerRight} \end_inset \the_end
Re: Page numbers in upper right corner?
On Sat, 29 Nov 2003, James Frye wrote: > I suppose this is a more of a general latex question than a Lyx-specific > one, but I haven't been able to find an answer anywhere else. The > question seems pretty simple, even trivial: how can I get the page number > in the upper right corner of the page, instead of at the bottom center? > (Our grad school requires that in a thesis>) (snip) I would probably do something like doing whatever makes \paperpagestyle fancy appear in the .lyx file, and in the preamble do something like, \lhead{} \chead{} \rhead{\thepage} \lfoot{} \cfoot{} \rfoot{} \let\oldmaketitle=\maketitle \def\maketitle{\oldmaketitle\thispagestyle{fancy}} The last two lines make it appear on the title page too. (How I'd make it appear on one side on odd pages and the other on even, I'm not sure. (-:) -- Mark
Centering Section headers in LyX-1.3.2
Is there a way to center my Section headers in LyX 1.3.2? The Layout->Paragraph gives a "centered" Alignment, but it seems to have no effect, at least in an Article doc class. I also tried using a custom layout, as I had done in LyX 1.1.5, with: Style Section MarginDynamic LatexType Command LatexName section ... Align Center but this too has no effect. I thought this might be a FAQ, but a quick search didn't find anything recent, pertaining to 1.3. TIA, Jim
\textsection automatin inclusion
hi there. I have a problem that shows up in tex to docbook and openoffice sxw conversion. When exporting to latex from lyx, the § character (unicode 167 or 0xA7) is not converted to \textsection and this gives me some trouble in exporting to UFT-8 XML format (needed for openoffice sxw). No problem when compiling with latex, obviously. Anyway I noticed that when in Lyx I insert the character ~ (tilde) and export to latex I get \textasciitilde{} Is it possible to configure lyx to do something similar for §? (I tried with .cdef and .kmap without result). Any idea? Is that a problem of the convertert (the great tex4ht)? Sorry if I ask something possibly stupid but I'm lost with text encoding:-( Thanks in advance. Andrea
Table-float footnote and float placement
Hi.. I have a footnote within a table in a float. I used the method specified on Herbert's tips page to include the footnote within the table. I have the placement of the table float set to default placement. However, with this setting, the footnote appears on the page that preceeds the table (and the table appears at the top of the page that follows the footnote)... the problem goes away if I change the float's placement to "here definitely".. is this a LaTeX shortcoming or is there some way to get the default placement setting to work with the footnote showing up on the correct page? Thanks, nirmal