On Wed, 8 Jul 2015 06:24:52 + (UTC)
Ian wrote:
> Hi
>
> I want to automatically update latex code embedded in a LyX document
> that was produced as output from another program, in my case STATA.
> The Latex code contains table commands.
>
> The concept is similar to handling graphics in LyX
On 07/07/2015 11:47 AM, edu Gpl wrote:
thank you Michael but this difficult, i have 60-80 margin note or margin
table in my book.
i want code for lyx preamle.
You can play with this, goes straigth into the preamble
\def\marginparsetup{%
\small% (you only need this line)
\parindent=
If you have generated the tex file in Stata, use ERT. It is much easier.
The command you want to look up is \input as in \input{table.tex}. This is
the only way I generate, edit, and include tables now. This should also be
the command that lyx uses... either that or include but I assume input
would
On 2015-07-08, Richard Opheim wrote:
> [-- Type: text/plain, Encoding: --]
> I wanted to continue this topic, but somehow the thread got broken.
> I want to use English and Japanese in the same document. If I specify my
> desired font in the dropdown box in Documents/Settings/Fonts, Japanese
> c
Dear lyx users
lyx change the order of references.
chapter.lyx
Description: application/lyx
chapter.pdf
Description: Adobe PDF document
% This file was created with JabRef 2.4.
Encoding: Cp1256
@Book{اختصار,
Author = {المؤلف},
Editor = {المحرر},
Title = {العنوا
>
> If you want to include a .tex file, you would Insert > File > Child.
> See Help > Embedded, section 7.2 on Child Documents.
>
> Liviu
>
Thanks Liviu. Inserting a Child document .tex file was exactly what I
wanted to do. I just didn't know what it was called.
On Wed, Jul 8, 2015 at 8:24 AM, Ian wrote:
> Hi
>
> I want to automatically update latex code embedded in a LyX document that
> was produced as output from another program, in my case STATA. The Latex
> code contains table commands.
>
> The concept is similar to handling graphics in LyX: Insert >>