Re: Generating a Tex

2014-08-27 Thread Waluyo Adi Siswanto

On 08/27/2014 10:57 PM, William Hanson wrote:

To All,

I have a document that I want to submit to a Springer journal.  Their 
web site won't accept my LyX file.  It wants a TeX file.  How do I 
convert LyX to TeX?


Bill Hanson


Last time I had a similar problem.
The way I managed to submit correctly to springer system was documented 
here:


http://waluyo-adi-siswanto.blogspot.com/2013/06/preparing-springer-article-manuscript.html

I hope this is useful.

Regards,
Waluyo


pdfview.exe in bin folder detected as trojan

2013-12-24 Thread Waluyo Adi Siswanto
Recently, I received a warning that pdfview.exe in folder bin is detected
as trojan.win32.agent.87672 and the file deleted. The antivirus is ViRobot.

Then I used another computer using AVG antivirus, and submit the
pdfview.exe to virscan.org.
The result is confirming that this file is detected trojan.win32.87672 only
in ViRobot. Below is the result: the pdfview.exe was submitted by me.( date
2013/12/25 7.48(CST).
http://v.virscan.org/Trojan.Win32.Agent.87672.html

What is actually this file for. I can still compile lyx without pdfview.exe

Please have an attention to this file.

Regards,
waluyo


Re: LyX installer stops when compiling python script

2013-12-11 Thread Waluyo Adi Siswanto
Thank you,
I found that this strange behaviour is due to the viruses (malwares).
Now after struggling to remove them, I can reinstall lyx, It can run as
usual.
I have to be extra careful with this box running windows.

regards,
waluyo



On 10 December 2013 15:05, Hugo Hinterberger wrote:

> On Mon, 09 Dec 2013 16:14:02 +0100, Waluyo Adi Siswanto <
> was.u...@gmail.com> wrote:
>
>  What is this problem and how I can install lyx again.
>>
>
>
> Hi waluyo,
>
> As far as I know LyX does not need to be installed, it should work fine
> when being copied from an existing installation.
> After copying you just need to check the Path Preferences (Tools →
> Preferences... → Paths).
> This assumes that you have TeX installed and do not rely on the LyX
> installer to do this for you.
>
> Kind regards,
> Hugo
>
>


Re: Submit Latex file to elsevier

2013-10-29 Thread Waluyo Adi Siswanto
When you prepare article using lyx, make sure all figures in the same
folder with your lyx article. You can export to plain latex. Submit your
.tex also all figures. You should be able to get pdf from their system.

regards,
WAS


On 29 October 2013 22:34, Rahayu Prihatin  wrote:

> Hi people,
>
>
> I would like to submit an article to Elsevier in Latex form. Suppose I
> export the Lyx file to Latex, what else should I do to get "clean" Latex
> version. Does Lyx produce some unnecessary Latex codes or is it already the
> clean one?
> I never used Latex in command line, so I have no sense whether the
> exported .tex file is already clean or not.
>
> Could anybody give me detail steps please?
> Your help is very appreciated.
> Thank you in advance.
>
> Cheer,
>
> Rahayu
>
>


Re: Article (Koma-Script), change the footer in the titlepage

2013-03-18 Thread Waluyo Adi Siswanto
You can try the following in your latex preamble (Document Settings)

\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{\thepage}
\rfoot{}

regards
waluyo

On 19 March 2013 05:05, Lukas Koch  wrote:
> Hello!
>
> I have the simple problem, that the footer in the titleplage of the
> document-class article (KOMA-Script) is in the right corner, but I would
> like to have it in the middle... how do I do this?
>
> I use the pagage fancyhdr to define my headings and footings.
>
> Thanks a lot!
>
> Lukas Koch


Re: Change 'Abstract' to 'Summary' in article class when working with babel and English (UK)

2012-12-06 Thread Waluyo Adi Siswanto
Did you try

 \AtBeginDocument{%
 \renewcommand{\abstractname}{Summary}%
 }

that works for me in default language.

regards,
waluyo

On 6 December 2012 21:30, Roey Angel  wrote:
> Hi,
> I'm trying to change the section name 'Abstract' to 'Summary' in an article
> class document with babel enabled and language set to English (UK).
> So far I tried to place in the preamble:
>
> \AtBeginDocument{%
> \addto\captions\captionsenglish{%
> \renewcommand{\abstractname}{Summary}%
> }}
> or
>
> \AtBeginDocument{%
> \addto\captionsenglish{%
> \def\abstractname{Summary}%
> }}
>
> or in the document, an ERT with
> \renewcommand\abstractname{Summary}
>
> but nothing worked
>
> I also tried replacing \captionsenglish with \captionsbritish or
> \captionsUKenglish, but both didn't work.
>
> Any suggestions?
>
> Roey
>
>


Re: preference window cannot be seen in small screen (netbook)

2012-11-17 Thread Waluyo Adi Siswanto
I have reported here but no response.
http://www.lyx.org/trac/ticket/7524

regards
waluyo

On 18 November 2012 07:44, Waluyo Adi Siswanto  wrote:
> I have a problem until today,
> When I open LyX preference in small screen netbook (Ubuntu OS) (Tools
>> Preferences), I cannot see the Restore, Save, Apply, and OK buttons.
> The window cannot be resized (to make it smaller).
>
> For the Document > Settings, the size is ok, it just fit the small
> netbook screen.
>
> I am suggesting the window size in Preference is the same size with
> the Settings.
>
> regards
> waluyo


preference window cannot be seen in small screen (netbook)

2012-11-17 Thread Waluyo Adi Siswanto
I have a problem until today,
When I open LyX preference in small screen netbook (Ubuntu OS) (Tools
> Preferences), I cannot see the Restore, Save, Apply, and OK buttons.
The window cannot be resized (to make it smaller).

For the Document > Settings, the size is ok, it just fit the small
netbook screen.

I am suggesting the window size in Preference is the same size with
the Settings.

regards
waluyo


Re: Indent first paragraph

2012-11-04 Thread Waluyo Adi Siswanto

I use book(KOMA-script)
the package indentfirst works for me.

regards
waluyo

On 11/04/2012 11:22 PM, Jürgen Spitzmüller wrote:

Denisson wrote:

Hi folks,

I'd like to indent first paragraph, what's the easiest way to do this? I've
found some messy ways to do this..

\usepackage{indentfirst}

in Document > Settings > Preamble.

Jürgen


Thanks




Re: lyx page number positions

2012-03-05 Thread Waluyo Adi Siswanto
On 6 March 2012 10:32, Louise Wilkinson  wrote:
> Hi,
>
>
>
> I finding it difficult to get Lyx to put the first page number at the bottom
> of the page and all subsequent numbers in the top right hand corner. Thanks
> in advance for your help.
>

In book(KOMA-script) document class, I use the following commands in
the preamble

% The following commands set the page numbers on the top right
% except in the beginning of chapters
% using fancyhdr package (page layout>heading style->fancy)
\lhead{}
\chead{}
\rhead{\thepage}
\lfoot{}
\cfoot{}
\rfoot{}
\renewcommand{\headrulewidth}{0pt}

regards,
waluyo

>
>
> Louise


lyx-2.0.3 from getdeb

2012-03-01 Thread Waluyo Adi Siswanto
Hi all,

Although there is no official announcement release of lyx-2.0.3,
lyx in my Ubuntu 11.10 has been updated to lyx-2.0.3 today (from
getdeb repository).

regards,
waluyo


Re: problem control version windows, lyx-2.0.3

2012-02-27 Thread Waluyo Adi Siswanto
On 28 February 2012 14:51, Stephan Witt  wrote:
> Am 28.02.2012 um 07:33 schrieb Waluyo Adi Siswanto:
>
>> Hi,
>>
>> I just install LyX 2.0.3(downloaded from sourceforge mentioned by Uwe)
>> in Windows 7(64bit) and want to try control version.
>> When I open lyx document (*.lyx) in control version folder (using
>> TortoiseSVN). The file that I open does not show that it is under
>> control version.
>> File>Version control only register menu.
>> and this is the error message after I try to register.
>>
>> ===
>> 14:14:54.297: Opening document
>> C:\Users\Public\Documents\fem\lab-modules\trunk\FEM-lab-instructor-manual-ver-trunk.lyx...
>> 14:14:58.555: Document
>> C:\Users\Public\Documents\fem\lab-modules\trunk\FEM-lab-instructor-manual-ver-trunk.lyx
>> opened.
>> 14:15:04.327: The process failed to start. Either the invoked program
>> is missing, or you may have insufficient permissions to invoke the
>> program.
>> Running: ci -q -u -i -t-"(no initial description)"
>> "FEM-lab-instructor-manual-ver-trunk.lyx"
>> D:/LyXSVN/LyX2.0x/src/support/Systemcall.cpp(249): Systemcall: 'ci -q
>> -u -i -t-"(no initial description)"
>> "FEM-lab-instructor-manual-ver-trunk.lyx"' did not start!
>> D:/LyXSVN/LyX2.0x/src/support/Systemcall.cpp(250): error The process
>> failed to start. Either the invoked program is missing, or you may
>> have insufficient permissions to invoke the program.
>> Error: Revision control error.
>> 
>> Some problem occured while running the command:
>> 'ci -q -u -i -t-"(no initial description)"
>> "FEM-lab-instructor-manual-ver-trunk.lyx"'.
>> 14:15:09.752: Document
>> C:\Users\Public\Documents\fem\lab-modules\trunk\FEM-lab-instructor-manual-ver-trunk.lyx
>> reloaded.
>> 14:15:12.658: (dialog-toggle progress)
>> 14:16:17.039: (dialog-show aboutlyx)
>> 14:19:54.218: Automatic save done.
>> 
>>
>> Why it calls from this directory: D:/LyXSVN/LyX2.0x/src/support
>>
>> This is not my folder, I don't have this folder.
>>
>> PS: In Ubuntu lyx 2.0.0, I don't have problems. Have not tried the latest 
>> 2.0.3
>
> There is a know problem with SVN: since svn client version 1.7.x the local 
> checkouts
> are not detected by LyX anymore. Perhaps your client TortoiseSVN is based on 
> that version.

Oghh,
my colleagues and I want to prepare documents collaboratively  using
LyX under version control.
We have installed TortoiseSVN 1.7.3 (Subversion 1.7.2). We have setup
the subversion server Ubuntu (11.04) using apache svn (subversion
1.6.12). Most of us (clients) are windows (7) users.

So.. how can we prepare a collaborative document in LyX in windows system.
Please.. Do you have any suggestion, the system that we have to use.
What is the software svn client and the server, that perfectly match
with LyX.

> And beware, it may stop working after an upgrade of your Ubuntu SVN client 
> package.
>

Yes I have a svn lyx project in googlecode. I can only use my ubuntu
machine 11.04 to check-in directly from lyx. I cannot do in another
ubuntu machine (11.10)

> Stephan

Regards,
waluyo


problem control version windows, lyx-2.0.3

2012-02-27 Thread Waluyo Adi Siswanto
Hi,

I just install LyX 2.0.3(downloaded from sourceforge mentioned by Uwe)
in Windows 7(64bit) and want to try control version.
When I open lyx document (*.lyx) in control version folder (using
TortoiseSVN). The file that I open does not show that it is under
control version.
File>Version control only register menu.
and this is the error message after I try to register.

===
14:14:54.297: Opening document
C:\Users\Public\Documents\fem\lab-modules\trunk\FEM-lab-instructor-manual-ver-trunk.lyx...
14:14:58.555: Document
C:\Users\Public\Documents\fem\lab-modules\trunk\FEM-lab-instructor-manual-ver-trunk.lyx
opened.
14:15:04.327: The process failed to start. Either the invoked program
is missing, or you may have insufficient permissions to invoke the
program.
Running: ci -q -u -i -t-"(no initial description)"
"FEM-lab-instructor-manual-ver-trunk.lyx"
D:/LyXSVN/LyX2.0x/src/support/Systemcall.cpp(249): Systemcall: 'ci -q
-u -i -t-"(no initial description)"
"FEM-lab-instructor-manual-ver-trunk.lyx"' did not start!
D:/LyXSVN/LyX2.0x/src/support/Systemcall.cpp(250): error The process
failed to start. Either the invoked program is missing, or you may
have insufficient permissions to invoke the program.
Error: Revision control error.

Some problem occured while running the command:
'ci -q -u -i -t-"(no initial description)"
"FEM-lab-instructor-manual-ver-trunk.lyx"'.
14:15:09.752: Document
C:\Users\Public\Documents\fem\lab-modules\trunk\FEM-lab-instructor-manual-ver-trunk.lyx
reloaded.
14:15:12.658: (dialog-toggle progress)
14:16:17.039: (dialog-show aboutlyx)
14:19:54.218: Automatic save done.


Why it calls from this directory: D:/LyXSVN/LyX2.0x/src/support

This is not my folder, I don't have this folder.

PS: In Ubuntu lyx 2.0.0, I don't have problems. Have not tried the latest 2.0.3

regards
waluyo


Re: lyx archive error

2012-02-16 Thread Waluyo Adi Siswanto
>>> I want to export to archive (zip) from export menu.
>>> An error popped up. What is that, how can export it in archive file?
>>> This is in windows 7, LyX 2.0.2
>>
>> Please run lyx from a terminal and you should get more output.
>>
>
> Running LyX from window terminal does not give any information,
> however I can find from the message window in lyx (attached), LyX
> cannot find the file.
> (the file name is complicated)
>
> Then I saved as newfile1.lyx, then export to archive. Now successful.
> Is this because the file name is too long or complicated ?
>
> I tried to change the file name (the last number with 12) other the
> same, also not successful.
>

I have found the cause. It could be a bug?
ANY file using SPACE in its filename will fail to export archive.
I tried in Ubuntu 11.10 and Windows 7, both fail.

lyxpac search _ instead of SPACE, therefore it fails.

regards
waluyo


Re: lyx archive error

2012-02-16 Thread Waluyo Adi Siswanto
>> I want to export to archive (zip) from export menu.
>> An error popped up. What is that, how can export it in archive file?
>> This is in windows 7, LyX 2.0.2
>
> Please run lyx from a terminal and you should get more output.
>

Running LyX from window terminal does not give any information,
however I can find from the message window in lyx (attached), LyX
cannot find the file.
(the file name is complicated)

Then I saved as newfile1.lyx, then export to archive. Now successful.
Is this because the file name is too long or complicated ?

I tried to change the file name (the last number with 12) other the
same, also not successful.


Regards
waluyo

> Richard
>
<>

lyx archive error

2012-02-15 Thread Waluyo Adi Siswanto
I want to export to archive (zip) from export menu.
An error popped up. What is that, how can export it in archive file?
This is in windows 7, LyX 2.0.2

I can preview pdf and export pdf as usual.

regards
waluyo
<>

Re: Citation Author [number]

2012-01-10 Thread Waluyo Adi Siswanto
>>
>> Dear All,
>>
>> Is that possible to write citation: Author [#ID]
>> I tried the following combination:
>> - Document settings>  Biblliography>  Natbib style: numerical
>> - Insert>  List/TOC>  Bibtex bibliography>  style: klunum
>>
>> But when I cite a reference:
>>  Insert>  Citations>  Formating>  Citation style: Author [#ID]
>>
>> the compiled pdf result: (author ?) [1]
>>
>> Is there any specific combination that I can cite Author [#ID] in the
>> text.
>>
>> thanks for any information
>>
>> regards
>> waluyo
>>
>
> Not all styles are compatible with natbib's support for author names. Try a
> different bibliography style (.bst file).
>

Yes, for example plainnat, I can get author [1].
Some style that may not not compatible with natbib's suport cannot
compile to pdf.

However, klunum does not show any error or warning. The format
citation selection in LyX is also available to choose author [#ID]. It
compiles pdf but author with questionmark.

Perhaps this klunum is not supported by natbib, but LyX still
recognise as supported, so it compiles pdf without any warning.

thanks anyway.
waluyo

> --
> Julien
>


Citation Author [number]

2012-01-08 Thread Waluyo Adi Siswanto
Dear All,

Is that possible to write citation: Author [#ID]
I tried the following combination:
- Document settings > Biblliography > Natbib style: numerical
- Insert > List/TOC > Bibtex bibliography > style: klunum

But when I cite a reference:
 Insert > Citations > Formating> Citation style: Author [#ID]

the compiled pdf result: (author ?) [1]

Is there any specific combination that I can cite Author [#ID] in the text.

thanks for any information

regards
waluyo


example thesis template in LyX

2012-01-01 Thread Waluyo Adi Siswanto
Dear LyX users

Happy New Year 2012
I have released the fifth maintenance  of uthm-thesis-lyx
http://code.google.com/p/uthm-thesis-lyx/

I hope this thesis example will be useful to others too.

If you have any suggestions to improve this thesis template project,
especially to cleanup many ERT that still appear in the text,
or to simplified the LaTeX preamble,
please fell free to inform me.

Best regards
waluyo


Re: Making a Rotated Table Landscape

2011-12-29 Thread Waluyo Adi Siswanto
On 30 December 2011 06:56, Jane Shevtsov  wrote:
> Hi all,
>
> I have a rotated table and need to put it on a landscape page. How do I do
> this? I tried the \begin{landscape} tag suggested at
> http://www.latex-community.org/forum/viewtopic.php?f=5&t=1771 but LyX
> complained that the file was corrupted.
>
> Thanks,
> Jane
>

When I want to put a table in a landscape page, here is what I do:
a) right click the float table
b) select rotate sideways.

regards
waluyo

> --
> -
> Jane Shevtsov
> Ecology Ph.D. candidate, University of Georgia
> co-founder, www.worldbeyondborders.org
>
> "She has future plans and dreams at night.
> They tell her life is hard; she says 'That's all right'."  --Faith Hill,
> "Wild One"
>


Re: Ubuntu - Problem installing LyX 2.0.2

2011-12-03 Thread Waluyo Adi Siswanto
On 4 December 2011 00:15, Francesco Menoncin  wrote:
> Il 03/12/2011 15:11, Waluyo Adi Siswanto ha scritto:
>
> On 3 December 2011 18:47, Liviu Andronic  wrote:
>
> On Sat, Dec 3, 2011 at 11:38 AM, Francesco Menoncin
>  wrote:
>
> I am working on two pc's Ubuntu 11.01 and Windows 7.
> I have already installed LyX 2.0.2 on Windows 7 and everything is fine (the
> new version works great).
> I have problem with Ubuntu: the "./configure" command works fine, but when I
> use the command "make" the process gives an error after the command
>
> CXXLD lyx
>
> and I receive the following message
>
> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
> 'g_datalist_get_data'
> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
> 'g_match_info_unref'
> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
> 'g_match_info_ref'
> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
> 'g_variatn_take_ref'
> collect2: ld returned 1 exit status
> make[4]: *** [lyx] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> Any help?
> Thank you so much
> (qt4 and qt4-dev are both installed - version 4.7.4)
>
> This may not be sufficient. Try
> apt-get build-dep lyx
> ./configure --enable-build-type=release
> make
> make install
>
> If you compile for source it will take long.
> Alternative update lyx 2-* to the lates one,  you can use getdeb repository.
> I just update my lyx in Ubuntu 11.10 from getdeb. Only download 7+ MB,
> then your LyX will be updated to 2.0.2 (release 30/11/11).
>
> waluyo
>
> Liviu
>
> That of getdeb is a very good idea... but unfortunately it does not work.
> When I apply it, Ubuntu Software Center starts... and tells me that LyX has
> been installed today, but the version is still 2.0.1.
> On the other hand, the solution proposed by Waluyo did not work either.
>

It won't work if directly click install.

You need to install getdeb (to write the getdeb repository address),
then update repository.
http://www.getdeb.net/updates/Ubuntu/11.10#how_to_install
You need no.1 then no.5. After that just install from update manager
(will download ~7MB).

waluyo


> Francesco
>
> --
> 
> Francesco Menoncin
> Università degli Studi di Brescia
> Facoltà di Economia
> Via S. Faustino, 74/B
> 25122 Brescia (Italy)
> Tel: 0039-030-2988806
> Fax: 0039-030-2988837
> E-mail: menon...@eco.unibs.it
> web: www.eco.unibs.it/~menoncin/
> 


Re: Ubuntu - Problem installing LyX 2.0.2

2011-12-03 Thread Waluyo Adi Siswanto
On 3 December 2011 18:47, Liviu Andronic  wrote:
> On Sat, Dec 3, 2011 at 11:38 AM, Francesco Menoncin
>  wrote:
>> I am working on two pc's Ubuntu 11.01 and Windows 7.
>> I have already installed LyX 2.0.2 on Windows 7 and everything is fine (the
>> new version works great).
>> I have problem with Ubuntu: the "./configure" command works fine, but when I
>> use the command "make" the process gives an error after the command
>>
>> CXXLD lyx
>>
>> and I receive the following message
>>
>> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
>> 'g_datalist_get_data'
>> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
>> 'g_match_info_unref'
>> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
>> 'g_match_info_ref'
>> /usr/lib/i386-linux-gnu/libgobject-2.0.so.0: undefined reference to
>> 'g_variatn_take_ref'
>> collect2: ld returned 1 exit status
>> make[4]: *** [lyx] Error 1
>> make[3]: *** [all-recursive] Error 1
>> make[2]: *** [all] Error 2
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
>> Any help?
>> Thank you so much
>> (qt4 and qt4-dev are both installed - version 4.7.4)
>>
> This may not be sufficient. Try
> apt-get build-dep lyx
> ./configure --enable-build-type=release
> make
> make install
>

If you compile for source it will take long.
Alternative update lyx 2-* to the lates one,  you can use getdeb repository.
I just update my lyx in Ubuntu 11.10 from getdeb. Only download 7+ MB,
then your LyX will be updated to 2.0.2 (release 30/11/11).

waluyo

> Liviu


Re: TeX Capacity problem

2011-09-04 Thread Waluyo Adi Siswanto
There is also possibility in latex preamble. Missing parenthesis in
looping, so that a command calling itself?

regards
waluyo

On 5 September 2011 12:00, David L. Johnson  wrote:
> On 09/04/2011 11:27 PM, Hady Ariwibowo Teguh wrote:
>
> Dear All,
> I have a problem with TEX capacity. Well, When i debug the file, an error
> say "TeX capacity exceeded, sorry [main memory size=300]. How i can fix
> it?
>
>
> My experience is that that is not really the problem.  I get that error when
> I mistakenly have a whole paragraph, including mathematics, inside an
> environment such as a subsubhead.  Check for errors like that first.
>
> --
>
> David L. Johnson
>
> What is objectionable, and what is dangerous about extremists is not
> that they are extreme, but that they are intolerant.
>   --Robert F. Kennedy
>


Re: submitting paper in latex (tex) format

2011-08-27 Thread Waluyo Adi Siswanto
>> Why LyX does not write the extension, is this a bug?
>
> No, it's a feature. If no extension is specified, LaTeX (the graphics package,
> for that matter) searches for the most suitable format for the given
> processor. So if you have \includegraphics{myfile} and two files myfile.eps
> and myfile.pdf are available, graphcs will select the eps file for DVI/PS
> output and the PDF file for PDF output.
>
> If the EES cannot deal with this, it's probably a bug in the EES.
>

Actually, I did upload both pdf and eps, but the the error message, as
I remember "could not find eps,ps,.."
perhaps they set \DeclareGraphicsExtensions to that particular formats.
But adding .pdf in my case works, it has been submitted. At least I
know to tweak this setting format.

waluyo


Re: submitting paper in latex (tex) format

2011-08-26 Thread Waluyo Adi Siswanto
> Export to latex (plain) from Lyx
> pdflatex filenm
> bibtex filenm (if you use a latex-aware editor like WinEdt under Windows, or
> Kile under Linux they will run bibtex for you automatically) to produce a
> .bbl file in your working directory
> Using an editor (WinEdt or Kile) add the .bbl file to the end of the latex
> document just before \end{document}.
> Just before the place where you inserted the .bbl file, insert the latex
> command: \begin{thebibliography}{}
> Just before \end{document} insert: \end{thebibliography}
> Comment out the \bibliography{bibfilename} latex statement.
> Compile the latex file.
>

Thank you very much.. I followed the steps above, a proof pdf can be
created by Elsevier Electronic System (EES), after manually editing
the tex file (add file extension) in \includegraphics commands.

I had a problem regarding the file extension:
- Export to latex (plain) from LyX: the file extension for graphics is
not written. EES could not find the pdf file, because default without
extension is eps or ps.
- I did manual editing to add the extension .pdf for all \includegraphics

Why LyX does not write the extension, is this a bug?

regards
waluyo


Re: submitting paper in latex (tex) format

2011-08-24 Thread Waluyo Adi Siswanto
>
> I think you are correct. My files could been processed by elsevier
> electronic system, the generated pdf prints the tex sources.



Sorry mistyped:
My files could "not" been processed by elsevier electronic system.



> How can I get bbl. I always use bib file (from JabRef). Any link
> information to learn this?
> I am expecting I can use LyX for paper preparation, but converting to
> useful tex (with bibliography) is still confusing.
>
> regards
> waluyo
>


Re: submitting paper in latex (tex) format

2011-08-24 Thread Waluyo Adi Siswanto
> Actually, I believe they prefer to have the *.tex and *.bbl (not the *.bib),
> as well as files containing figures etc. But you'll see all that in the
> detailed instructions.
>

I think you are correct. My files could been processed by elsevier
electronic system, the generated pdf prints the tex sources.
How can I get bbl. I always use bib file (from JabRef). Any link
information to learn this?
I am expecting I can use LyX for paper preparation, but converting to
useful tex (with bibliography) is still confusing.

regards
waluyo


Re: comment command for figures or text in Lyx

2011-08-24 Thread Waluyo Adi Siswanto
> is there anyway to comment figures or text in lyx?
>
> for text I know the % character in ERT
> but I do not know how to comment figures in Lyx.
> by comment I mean simply do not show them in the output file.
>

You can use "draft mode". Click the figure, go to "LaTeX and LyX
options", then enable "draft mode". Your pdf output will not show the
figure, but the name of the file.
You can see in Users' Guide, Section 4.4

Ragards
waluyo


Re: submitting paper in latex (tex) format

2011-08-23 Thread Waluyo Adi Siswanto
Thanks Eisa , also Ernesto

Yes, all citation links are now shown with the correct list of references.
It means nothings wrong with the tex file generated by lyx.
I can submit it with other figures and bib file.

Best regards
waluyo

On 24 August 2011 11:05, Eisa Ayed  wrote:
> I experienced exactly the same with AAAI format.
> see this http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78730.html, 
> it's about AAAI package.
> here's what I did:
> 1.In Lyx, export to latex (plain)
> 2.pdflatex fileName
> 3.bibtex fileName
> 4.pdflatex fileName
> 5.pdflatex fileName
>
> you need to compile the bibliography (bibtex fileName)
> also run the command pdflatex twice.
>
>
> hope this helps.
> ~Eisa
>
> On 2011-08-23, at 8:28 PM, Waluyo Adi Siswanto wrote:
>
>> Hi all,
>>
>> I am writing a paper manuscript in lyx.
>> Unfortunately only latex (tex) format is accepted by the journal  publisher.
>>
>> I have tried to export to latex(pdflatex), then successfully created 
>> paper.tex
>>
>> I tested the created tex file and compile using this command: pdflatex 
>> paper.tex
>> It created paper.pdf. however, when I opened this generated pdf file
>> all links including citations were shown as [?].
>> Does it mean I cannot submit this paper.tex.
>>
>> Anyone has experience to submit a tex format paper, prepared in LyX?
>> Any tips please?
>>
>> Thanks in advance for any information.
>>
>> regards
>> waluyo
>
>


submitting paper in latex (tex) format

2011-08-23 Thread Waluyo Adi Siswanto
Hi all,

I am writing a paper manuscript in lyx.
Unfortunately only latex (tex) format is accepted by the journal  publisher.

I have tried to export to latex(pdflatex), then successfully created paper.tex

I tested the created tex file and compile using this command: pdflatex paper.tex
It created paper.pdf. however, when I opened this generated pdf file
all links including citations were shown as [?].
Does it mean I cannot submit this paper.tex.

Anyone has experience to submit a tex format paper, prepared in LyX?
Any tips please?

Thanks in advance for any information.

regards
waluyo


Re: Spell checker not active in 2.0???

2011-08-10 Thread Waluyo Adi Siswanto
>
> No, I installed the Ubuntu version.  So -- I need to build this thing?
>

I had the same problem then Tools>Preferences>Language Settings>Spellchecker
In spellchecker engine select "Enchant", also enable Spellchecker continuously.

regards
waluyo


Re: how to change the Figure format

2011-08-10 Thread Waluyo Adi Siswanto
>
>
>  I have problem how to change the Figure format. Just like this:
> Figure 2.1: ==> Figure 2.1
> How i can fix that??
>

It depends the class (*.cls) that you are using.
Sometimes it can be modified by using renewcommand in the preamble.

regards
waluyo


Re: place figure at the end

2011-07-27 Thread Waluyo Adi Siswanto
> In my lyx document I wish to put the figure approximatively where
> they should be in the final document. However, I wish, in a draft
> version, to have all the figures coming at the end of the document.
> Is there an option to do so ?


Usually I use figcaps package, inserted in latex preamble
(Document>settings>latex preamble)

\usepackage[printfigures]{figcaps}

It works for me in article class document.

regards
waluyo




>
> Thank.
>
> --
> ---
> ==
>  Patrick DUPRÉ                      |   |
>  Department of Chemistry            |   |  Phone: (44)-(0)-1904-434384
>  The University of York             |   |  Fax:   (44)-(0)-1904-432516
>  Heslington                         |   |
>  York YO10 5DD  United Kingdom      |   |  email: patrick.du...@york.ac.uk
> ==


Re: A period after section number

2011-07-24 Thread Waluyo Adi Siswanto
> Oops,
> It seems I got an additional dot in the figures.

No, I don't have any problems for the figures (float), see the attachment.


newfile1.pdf
Description: Adobe PDF document


Re: A period after section number

2011-07-24 Thread Waluyo Adi Siswanto
>
> This works great for sections.
> However, this will add an extra dot for the subsections.
> I ended up having something like this:
>
> 1.      Introduction
> 1..1 Problem Definition
>
> instead of
>
> 1.      Introduction
> 1.1 Problem Definition

Then I would the following commands to redefine the dots for
subsection and subsubsection

\renewcommand \thesection {\@arabic\c@section.}
\renewcommand\thesubsection   {\thesection\@arabic\c@subsection}
\renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}

the commands will give you
1.
1.1
1.1.1


regards
waluyo


Re: A period after section number

2011-07-23 Thread Waluyo Adi Siswanto
> I need to insert a dot after the section number like
> 1.      Introduction

This command works for me, see dot before }

\renewcommand \thesection {\@arabic\c@section.}

Inserted in latex preamble (Document>settings>latex preamble)

regards
waluyo


Re: Install lyx 2 in windows with 1.6.10

2011-07-08 Thread Waluyo Adi Siswanto
Thanks Paul

Now I have both 1.6 and 2.0 versions in my Windows XP box.

Regards
Waluyo

On 9 July 2011 05:56, Paul Rubin  wrote:
> Waluyo Adi Siswanto  gmail.com> writes:
>
>> Is that possible to have lyx 2, while maintaining 1.6.10 in the machine.
>
> Yes.  LyX 2 will install into a different directory than 1.6.10, and will use 
> a
> different user directory, so I think there should be no collisions.  I ran 
> them
> in parallel on an XP box for a while.
>
>> If it is possible, which lyx 2 installer that I can use.
>
> I used the standard installer for 2.0, but I suspect either will work.
>
> Paul
>
>
>
>


Install lyx 2 in windows with 1.6.10

2011-07-05 Thread Waluyo Adi Siswanto
I have a fresh windows xp machine and already installed lyx-1.6.10
using altinstaller-complete (including miktex 2.9).
Is that possible to have lyx 2, while maintaining 1.6.10 in the machine.
If it is possible, which lyx 2 installer that I can use.

Thank you for any information
waluyo


Re: Spell checker in Lyx

2011-06-15 Thread Waluyo Adi Siswanto
On 15 June 2011 16:45, Chdslv  wrote:
> Hi,
>
> I have installed Lyx 2.0 in Ubuntu 11.04, but I can't get the spell checker
> open. Its grayed off and F7 doesn't work.
> I have myspell-en-us, Aspell-en, hunspell-en installed too.
>
> I'd appreciate any help on this
>

As far as I know you need to install libaspell-dev
before you compile from source
You can find from Synaptic Package Manager

Regards
waluyo


> Thank you,
>
> Chanath
>


Re: Just getting started

2011-06-10 Thread Waluyo Adi Siswanto
>
> Where is example_raw.lyx?
>

You can find it from File > Open, then click the Example button.
Then you will find that file.

Regards
waluyo


how to add text in LOF

2011-02-03 Thread Waluyo Adi Siswanto
I using book(koma-script).
The List of Figure that I want:
=
List of Figures

Fig No.TitlePage
  1.1  Title1
  1.2  Title40
  etc
=

How can I add "Fig No.TitlePage" appeared in LOF

Best regards
waluyo


Re: problem with a bibtex style

2011-01-27 Thread Waluyo Adi Siswanto
>
> Alternatively you can create your own style by answering questions using a
> command-line tool (custom-bib, bib-it)
>

Another alternative is by using makebst
an example how to use makebst is documented here:
http://sites.google.com/site/lyxthesistemplate/5-bibliography/4-custumize-style-bst

Regards
waluyo


Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-22 Thread Waluyo Adi Siswanto
> Proper script is that:
>    #!/usr/bin/env sh
>    QT_X11_NO_NATIVE_MENUBAR=1 lyx "$@"
>
> Such version allows passing of invocation arguments.

Oh.. yes, that's correct. Running LyX from the menu using the previous
script, creates another problem. Double clicking lyx document will not
be successful.

I have corrected the script in my netbook, thank you.

Regards
waluyo


Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-18 Thread Waluyo Adi Siswanto
> It works by using this command  (from the terminal)
>
> QT_X11_NO_NATIVE_MENUBAR=1 lyx
>

Perhaps, for those using Ubuntu Netbook and have the same problem;

a) Create a file lyx_command.sh
#!/bin/sh
 QT_X11_NO_NATIVE_MENUBAR=1 lyx
b) Change permission to "Allow executing file as program"
c) Replace the previous lyx command (lyx %f) by browsing to lyx_command.sh

Now clicking LyX menu under applications -> office, can see LyX with
normal menus.

Regards
waluyo


Re: LyX without menu in Ubuntu Netbook 10.10

2010-11-18 Thread Waluyo Adi Siswanto
>
> https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/619811
>

Thanks a lot for your prompt reply.
It works by using this command  (from the terminal)

QT_X11_NO_NATIVE_MENUBAR=1 lyx

Best Regards
waluyo


Re: Problem LyX Version Control

2010-11-13 Thread Waluyo Adi Siswanto
On 13 November 2010 19:42, Waluyo Adi Siswanto  wrote:
>>
>> there can be many different problems what's wrong. the best is to go to 
>> console,
>> and try to commit from there and look what will happen.
>> didn't you commit for example from a different box before?
>>
>
> Yes, the first I found the problem was from Windows machine, I thought
> LyX version control doesn't work from Windows, but when I tried from
> Ubuntu, the same problem until now.
> Committing from both TortoiseSVN(Windows) and SVN Workbench(Ubuntu) work fine.
> I never commit from command line from terminal.
>
> Any suggestion for me to fix it?
>

SOLVED: I did googling and found
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/473139

One of the solutions is
rm ~/.gnome2/keyrings/login.keyring

Now, I can commit my lyx project from within LyX version control..again.

Pavel, one more question:
why you are asking "didn't you commit for example from a different box before?"
Would it be the main reason?

Thanks and regards
waluyo


Re: Problem LyX Version Control

2010-11-13 Thread Waluyo Adi Siswanto
>
> there can be many different problems what's wrong. the best is to go to 
> console,
> and try to commit from there and look what will happen.
> didn't you commit for example from a different box before?
>

Yes, the first I found the problem was from Windows machine, I thought
LyX version control doesn't work from Windows, but when I tried from
Ubuntu, the same problem until now.
Committing from both TortoiseSVN(Windows) and SVN Workbench(Ubuntu) work fine.
I never commit from command line from terminal.

Any suggestion for me to fix it?

Thanks in advance.

regards
waluyo


Problem LyX Version Control

2010-11-13 Thread Waluyo Adi Siswanto
I have encountered a problem in using LyX version control (Check in changes).
I did many times previously to directly checkin changes (from within
LyX 1.6.7) to my lyx project  in googlecode SVN repository.

Since yesterday It does not  work any more. Other submenus (checkout,
update, revert, show history) all looks ok.

The typical message that appeared is attached. I keep on trying but always fail.

For your info, I can checkin from PySVN Workbench (Ubuntu 10.04).

Is this lyx problem, how to fix this problem?

Regards
waluyo
<>

Spellchecker not active, command disable

2010-11-11 Thread Waluyo Adi Siswanto
I just compile lyx-2.0.0beta1
using the following commands:

./configure --with-version-suffix=-2.0.0beta1
make
sudo make install

everything ok no errors, but when I run lyx-2.0.0beta1, the
spellchecker is not active.
If I see the from the preference, it is grey (see the attachment)

My lyx-1.6.7 works ok with the spellchecker.

What was wrong my compilation? or how to make the spellchecker active?

PS: I am in Ubuntu 10.04
Regards
waluyo


Re: how can I input "^"

2010-11-09 Thread Waluyo Adi Siswanto
> "SHIFT +^" is binded to the supscript, then how can I input "^"
>

If you are in math mode, you can use superscript (also subscript). You
can see the tool at the bottom of your lyx window (appear
automatically in math mode/equation).

In math mode, the superscript also work, just press Shift+^ . For
subscript, Shift+-

Regards
waluyo


Re: Cross-reference spacing

2010-11-08 Thread Waluyo Adi Siswanto
> When inserting a cross-reference, i get no spacing around it, i.e.
> "Now returning to[eq:main], we see..."
> instead of the way I would like it:
> "Now returning to [eq:main] , we see...".

In this case I use prettyref. You can put space also additional text
if you like.
I have an example here:
http://sites.google.com/site/lyxthesistemplate/4-cross-references

Regards
waluyo


Re: Float alignment

2010-11-05 Thread Waluyo Adi Siswanto
> % a hook to center figures
> \newcommand{\centerfloat}[1]{
> \expandafte...@addto@macro\csname
> #1\expandafter\endcsname\expandafter{\centering}}
>
> \centerfloat{figure}
> \centerfloat{figure*}
>

It works in book(koma-script).
Actually I need this too.., thank you

Regards
waluyo


Re: Problem with Citations

2010-11-01 Thread Waluyo Adi Siswanto
> Dear Lyx users,
> i'm having a problem with citations. For example, if I have a bibliography
> entry as "Babinsky, H (2003). How do wings work? [online] Department of
> Engineering, University of Cambridge Available from:
> http://iopscience.iop.org/0031-9120/38/6/001/pdf/pe3_6_001.pdf [Accessed 25
> May 2010]" and if I want to insert a citation, it gives me [1, Babinsky, H
> (2003)] I've tried to follow instructions to change to natbib via searching
> the web but I always get an error when I try to view as PDF. I would like it
> to be without the numbering and the square brackets. This same citation
> should read (Babinsky, H 2003). Is there a way to do this?
> Thank you
>

If you use Bibliography database as explained in User's Guide
(Help->User's Guide, Section 6.5),
you can use natbib(author-year), set from Document->Settings,
Bibliograpgy, Natbib (Author-year)

Regards
waluyo


Re: Page numbering x of y

2010-11-01 Thread Waluyo Adi Siswanto
> Thank you very much for your reply. It is now clear to me. Is there any way
> that this numbering style can replace the page numbers at the bottom?
>

In this situation, usually i use fancyhdr and lastpage
Document->Settings->Page layout, heading style changed to "fancy"

then in the latex preamble (Document->Settings->Latex preamble)
\usepackage{lastpage}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{{Page} \thepage { of} \pageref{LastPage}}
\rfoot{}
\renewcommand{\headrulewidth}{0pt}

It will print, Page x of y at every bottom of the page.

Regards
waluyo


Science Direct in JabRef

2010-10-31 Thread Waluyo Adi Siswanto
Dear All

It has been a while my JabRef cannot fetch citation data from Science
Direct anymore. It was OK.
Can anyone help me to make this work.

Regards
Waluyo


Re: announce: template to write Ph.D. theses with LyX

2010-10-28 Thread Waluyo Adi Siswanto
>
> A thesis is basically a book. But even this statement is not always correct.
> There are different types of theses: for Bachelor, Master, Diploma, Ph.D.,
> ...

Books usually a bit fancy, chapter headings a bit fancy, not too
formal. For LaTeX expert might not be a problem to customize
everything. But are LyX users all LaTeX users? Some perhaps use LyX
just to get started.

>
> My experience is that for short theses (like a 30 page Bachelor thesis)
> using the article style is advantageous. I therefore designed the thesis
> template to be able to easily change the document class from KOMA-script
> book to article. OK, this can surely improved and users will report us what
> they want to be changed once LyX 2.0 is out.
>

Perhaps, rather than one generic style, it could be thesis-typeA,
thesis-typeB without mentioning any university, so users feel
comfortable to choose and to customize it.


> Until now we haven't grouped the templates. When somebody wants to write a
> letter, he will only look at the letter templates. But you are right, this
> becomes difficult with an increasing number of templates. What we can indeed
> do is to group the templates folder with subfolders for
>
> - letters
> - CVs
> - Journal articles
> - theses
>

Perhaps using group prefix is another alternative to help users to
find (just like what appears in the document class), so it will be
organized automatically:
article-IEEEtran
article-elsevier
article-...
book-novel
book-art
book-...
cv-simple
cv-fancy
cv-...
letter-modelA
letter-...
presentation-simple
presentation-fancy
presentation-...
thesis-model-A
thesis-model-B
thesis-...
misc-..

Best Regards
Waluyo


Re: SVN Version control

2010-10-28 Thread Waluyo Adi Siswanto
>> 2010/10/28 Emil Pavlov :
>>> Can somebody recommend me a free svn repository hosting, where I can upload
>>> my Lyx document. In my case I need two people to have access to the
>>> repository.
>>>
>> I find Assembla.com very nice. It offers 2GB of private space for
>> free. The service seems professionally run.
>
> Looks good. But private doesn't seem the correct term here.
> Either it costs you some $s/month or your content is public.
>

I use google code for my lyx project. You can select SVN/Mercurial
when you create your project. LyX version control works in this
repository (SVN) without any problems.

Regards
Waluyo


Re: announce: template to write Ph.D. theses with LyX

2010-10-27 Thread Waluyo Adi Siswanto
> It is a derivative of my thesis template. Of course every University has its
> own thesis layout. Therefore the thesis template is designed to give the
> user a basic feeling how a thesis will look like. The template can easily be
> modified to fulfill the requirements of every university.
> For example to get the structure of your thesis template can be achieved by
> moving Acknowledgements etc. to the backmatter.

Actually all lists in my thesis template is in frontmatter, I guess
you mean frontmatter.

Anyway, in users perspective; it might be useful if the lyx templates
are grouped into three types (folders): articles, books, and theses.
When users open new documents from templates, they will see three
folders.

We have already various article templates, but don't have thesis and
books. So my suggestion, under thesis and books there are also several
examples. Users can choose which one they can start with to customize.

However, this just a suggestion that could be considered by developers.

PS: I put cc to developers list.

Regards
Waluyo


Re: announce: template to write Ph.D. theses with LyX

2010-10-27 Thread Waluyo Adi Siswanto
>> I've used and modified the template that Uwe sent some months ago. I did
>> my best to learn through
>> the manual, this list and other examples, so to customise it to my needs.
>> however, there are some formatting details that I've failed to achieve and
>> I'm sure that they are
>> quite simple for an experienced user
>
> What do you want to know?
>
> You find the latest version of this template here (version that I created
> for my university):
>
> http://fkurth.de/uwest/LyX/ThesisTemplate/Diss-Template-IMTEK.zip
>
> For LyX 2.0 I created an improved version that uses LyX 2.0 new features
> like formatting the header/footer lines.
>

Hi Uwe

What would be the LyX thesis template in LyX 2.0, there will be only
one example based on your template or from others too..
I have prepared recently a thesis template  in book(koma-script),
documented here:
http://sites.google.com/site/lyxthesistemplate
however the structure and the format are different with yours.
There are also some different formats from other universities found in
lyx wiki thesis example.

I am just wondering, how can I contribute and participate in providing
thesis example?

Sorry for joining this discussion as I think this is relevant.

Regards
Waluyo


Re: Lyx with Inkscape 0.48

2010-10-26 Thread Waluyo Adi Siswanto
> around this issue, there are two things. You need to patch your inkscape
> python installation with something like this
> http://sourceforge.net/projects/timink/files/pygtk-2.16_for_inkscape-0.48.zip/download
> and you need to modify your textext.py file as per the instructions here:
> http://pascalschulthess.de/inkscape-and-textext-deprecation-warning/
>
> As an additional reference, I got most of this information from here:
> http://bitbucket.org/pv/textext/issue/55/textext-using-inkscape048
>
> After making those modifications, I had no trouble exporting Inkscape SVG
> graphics.
>

However, I still have a problem to use textext extension in Inkscape
0.48 because of python version issue.
So I switched back to use 0.47 until today in Windows. In Ubuntu I
have no problems (of course need to modify textext.py)

Regards
Waluyo


Re: Plz help with this Error message: Document class not available

2010-10-26 Thread Waluyo Adi Siswanto
On 26 October 2010 14:05, sherif helmy  wrote:

> Thank you very much for your attention
>
> I have MikTex ver 2.9 and Lyx ver 1.6.7
>  i attached with this message a snapshot of MikTex package manager showing
> info. you requested.
> Thanks again
>

Yes.. it is installed already.
Actually I have never tried the 2.9 version. I did 2.7 and 2.8 but no
problems.
The alternative LyX installer found here(AltInstaller-Complete):
ftp://ftp.lyx.org/pub/lyx/bin/1.6.7
has MikTeX 2.8 that already tested and works.

However, perhaps you could try by typing a command
texhash
in your command prompt.

PS: When you reply could please "Reply All" so other LyX Users could help
you and LyX developers will be aware if there is a problem when users use
MikTeX 2.9.

Regards
Waluyo


Re: Image resize and center

2010-10-25 Thread Waluyo Adi Siswanto
>
> I have a lot of floating figures inserted in my file with captions. They're
> in .png format, with 300dpi.
> Since many are too big to fit the default page, I was wondering if there was
> any package or command to resize them automatically, to fit in within the
> 95% of the widthpage, for example. I have tried the scale window that
> appears by default, but I don´t know if this compresses the figure or make
> any lose in quality. Also this tool doesn´t fit the figure in the LyX page,
> but at the exit, which makes much more difficult to write the document. I
> have researched in the maling list and in forums, but I did´t find a clear
> solution, maybe is such a simple problem.

When you insert the image, I think you open LyX Graphics dialog. Below
the file browsing, enable Set Width, enter 95, select Column Width in
the unit selection.


>
> I was also wondering how to centre the captions with the figure. They' re
> slightly displaced
>

In the paragraph where your figure is located, right click, select
Paragraph Settings, then in the alignment you can change to Center.
Your picture will be centered.


Regards
Waluyo



Re: Plz help with this Error message: Document class not available

2010-10-24 Thread Waluyo Adi Siswanto
On 25 October 2010 12:38, sherif helmy  wrote:

> Thanks for your atention
> I did what you told me but the message is still exisiting
> thanks
>

Do you see article (IEEEtran) active ?
(from the LyX menu Document->Settings, under Document class)

Regards
Waluyo


Re: Plz help with this Error message: Document class not available

2010-10-24 Thread Waluyo Adi Siswanto
>
>
> The layout file requested by this document IEEEtran.layout, is not usable.
> This is probarly because a Latex class or style file required by it is not
> available. See the customization documentation for more information. Lyx
> will not be able to produce output.
>

You need to install IEEEtran from MikTeX package manager.
- Open your MikTeX package manager, and just type IEEE in name field and
Enter.
- You will see IEEEtran in the list, just select and press + icon
- Then follow the dialog to install

Once installation completed, you need to open MikTeX setting, then press
"Refresh FNDB" button

Reconfigure LyX (Tools>Reconfigure)

After this I think your IEEEtran will be available.

Regards
Waluyo
---
http://sites.google.com/site/lyxthesistemplate


Re: Deleting and removing headers from pages

2010-10-18 Thread Waluyo Adi Siswanto
> Can some one help me on how to remove headers from a document. I am using a
> thesis template based on koma-script.
>

You can use fancyhdr package (Documents>Setting) page layout>heading
style->fancy
then you can control using  \lhead \chead \rhead \headrulewidth in
latex preamble.
I have an example to remove headings, but print page number on top-right only,
documented here:

http://sites.google.com/site/lyxthesistemplate/document-settings-2/latex-preamble

Regards
waluyo


Re: Problems adding class svjour3 to lyx

2010-10-17 Thread Waluyo Adi Siswanto
> i. To make sure svjour3.cls is available, Tools>Reconfigure, Rescan.
> svjour3.cls should be in the list

Sorry, mistyped; not Tools>Reconfigure but Tools>TeX information

Regards
waluyo


Re: Problems adding class svjour3 to lyx

2010-10-17 Thread Waluyo Adi Siswanto
> 2. I've downloaded
> http://www.springer.com/cda/content/document/cda_downloaddocument/LaTeX.zip
> (which has, among others, the file svjour3.cls)

Here is the steps (what I did in Ubuntu) to enable article svjour3:
a. Create folder /tex under /usr/local/share/texmf
b. Create folder /latex under /usr/local/share/texmf/tex
c. Create folder /svjour3 under /usr/local/share/texmf/tex/latex
d. Copy all unzip files from the link above to
/usr/local/share/texmf/tex/latex/svjour3
e. from terminal: sudo texhash
f. If you do: kpsewhich svjour3.cls , then you should find
   /usr/local/share/texmf/tex/latex/svjour3/svjour3.cls
g. Open LyX and reconfigure (Tools>reconfigure)
i. To make sure svjour3.cls is available, Tools>Reconfigure, Rescan.
svjour3.cls should be in the list
j. Restart lyx, then article(springer scjour3/global) is ready.

Regards
Waluyo


Re: user-defined numbering

2010-10-15 Thread Waluyo Adi Siswanto
> and I'd prefer it was:
>
> I Chapter dfg
> 1 Section dhd
> a) Subsection sfgh
> b) Subsection dfds
> i) Subsubsection fjkf
>
> Is this possible?

In Latex preamble:
\renewcommand*{\thechapter...@roman\c@chapter}
\renewcommand*{\thesection...@arabic\c@section}
\renewcommand*{\thesubsection...@alph\c@subsection}

in document class option:
numbers=noenddot

Regards
Waluyo


Re: Figure labelling

2010-10-14 Thread Waluyo Adi Siswanto
On 15 October 2010 00:24, Waluyo Adi Siswanto  wrote:
>>
>> does this help?
>> http://wiki.lyx.org/LyX/Figures#toc11
>>
>
> and for the cross references in the text, you can modify by using
> hyperref package, the example is here:
>
> http://sites.google.com/site/lyxthesistemplate/4-cross-references
>
> The cross reference uses formated reference (Insert>Cross reference)
>
> Regards
> waluyo
>

Ooops sorry... I mean prettyref not hyperref !

Regards, waluyo


Re: Figure labelling

2010-10-14 Thread Waluyo Adi Siswanto
>
> does this help?
> http://wiki.lyx.org/LyX/Figures#toc11
>

and for the cross references in the text, you can modify by using
hyperref package, the example is here:

http://sites.google.com/site/lyxthesistemplate/4-cross-references

The cross reference uses formated reference (Insert>Cross reference)

Regards
waluyo


Re: Default Fonts in KOMA-Script

2010-10-12 Thread Waluyo Adi Siswanto
> Document classes don't have their own fonts. You can choose a font you want
> for every document class.
>
> regards Uwe
>

But in some environments (chapter, section, subsection), they are
always in SansSerif?

Do you mean the standard environment?

WAS


Re: Separate List of Appendices, need help

2010-10-06 Thread Waluyo Adi Siswanto
>    \newlistof{appendices}{loa}{List of Appendices}
> Now \listofappendices should do what you want, assuming the \chapter stuff
> is right. The \newlistof command defines the \listofappendices command for
> you, getting the end bit from the first argument.
>

Yes... it works thanks a lot. For centering and to be consistent with
LOF and LOT, I added additional commands:
\newlistof{appendices}{loa}{List of Appendices}
\renewcommand{\cftloatitlefont}{\hfill\Large\bfseries\sffamily}
\renewcommand{\cftafterloatitle}{\hfill}
\renewcommand{\cftafterloatitleskip}{2.5cm}
\renewcommand{\cftbeforeloatitleskip}{2.5cm}

I found a little problem, i.e. Appendix section headings still printed
in TOC, I just use minitoc
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
to prevent, and it works.

So In general, Separate List of Appendices has been SOLVED.

Richard, do you mind if I put your name in Credits for your
contribution here, since It will be saved in googlecode. Many students
will use this.

Best Regards
Waluyo


Re: Separate List of Appendices, need help

2010-10-05 Thread Waluyo Adi Siswanto
Thanks Richard for the information

> I think you need to use the tocloft package. See section 2.4 of the manual,
> on the \newlistof command. You'll do something like:
>     \newlistof{appendix}{loa}{\listofappendices}

I wrote in the latex preamble:
\newcommand{\listofappendices}{\chapter{List of Appendices}}
\newlistof{appendix}{loa}{\listofappendices}

then I use ERT \listofappendices in the page after List of Tables.
The result is what I am expected, print List of Appendices, but blank
(no appendix contents listed)



> You will also need to redefine parts of the \chapter command, or whatever is
> being used for your appendices. In the case of book.cls, it would actually
> be the \...@chapter command you would need to redefine:
>
> \d...@chapter[#1]#2{\ifnum \...@secnumdepth >\...@ne
>                       \...@mainmatter
>                         \refstepcounter{chapter}%
>                         \typeou...@chapapp\space\thechapter.}%
>                         \addcontentsline{toc}{chapter}%
>                                   {\protect\numberline{\thechapter}#1}%
>                       \else
>                         \addcontentsline{toc}{chapter}{#1}%
>                       \fi
>                    \else
>                      \addcontentsline{toc}{chapter}{#1}%
>                    \fi
>                    \chaptermark{#1}%
>                    \addtocontents{lof}{\protect\addvspace{1...@}}%
>                    \addtocontents{lot}{\protect\addvspace{1...@}}%
>                    ...@twocolumn
>                     �...@topnewpage[\@makechapterhead{#2}]%
>                    \else
>                     �...@makechapterhead{#2}%
>                     �...@afterheading
>                    \fi}
>
> The issue here is the line
>    \addcontentsline{toc}{chapter}{...}
> You will need to replace it with:
>    \addcontentsline{loa}{chapter}{...}
> where "loa" is your new list of appendices. Put this redefinition right at
> the beginning of your appendix. (Remember to wrap it in \makeatletter and
> \makeatother.)

I copied the \...@chapter definition inside ERT after appendix definition
with \makeatletter in the beginning and \makeatother at the end. Also
changed toc with loa.

When I view pdf, ther is no error, however under List of Appendices,
no appendix contents listed (blank, only the heading List of
Appendices).
I still have a problem to print appendix contents under List of Appendices.

Thanks in advance for generous assistance.

Regards, Waluyo


thesis-template-modified.lyx
Description: application/lyx


Re: Separate List of Appendices, need help

2010-10-04 Thread Waluyo Adi Siswanto
> What do you mean by 'separate List of Appendices'? You can have
> different sections in the Appendix. Does the attached do what you
> need?
>

Thanks but the attached file is not a problem from me. When I insert
TOC the appendix heading will printed in the TOC, which is not the
format that I want.
There should be in a separate page under List of Appendices

List of Appendices
A. Title of Appendix A
B. Title of Appendix B

> Oh, but if you look for a separate TOC for Appendices, you might want
> to find a way to do it in LaTeX/ERT. Here's a related thread [1]. You
> could seek help here. [2]
> [1] http://www.physicsforums.com/showthread.php?t=326198
> [2] http://tex.stackexchange.com/
>

Thanks for the links, I will have a look .

Regards, Waluyo


Re: Separate List of Appendices, need help

2010-10-04 Thread Waluyo Adi Siswanto
Dear All,

Actually this is for UTHM thesis template that will be implement and I
have documented here:

http://code.google.com/p/uthm-thesis-lyx/

However, there is one issue that I could not find how to satisfy this,
 which is separate List of Appendices.

I really need any help or suggestion related to this separate List of
Appendices.

Please any help/information could be very useful.
Thank very much in advance.

Regards, Waluyo




On 2 October 2010 17:04, Waluyo Adi Siswanto  wrote:
> Dear All
>
> I am using book(KOMA-script) and I  want to have a separate List of 
> Appendices.
> I have no problems in defining appendices (from the menu
> Document>Start Appendix Here).
> There are two problems:
> a. The appendices are listed in TOC, how can I prevent this?
> b. I would like to have separate List of Appendices so the appendices
> are listed here, how can I do this?
>
> Any helps and hints are really appreciated
>
> Regards
> Waluyo
>


Separate List of Appendices, need help

2010-10-02 Thread Waluyo Adi Siswanto
Dear All

I am using book(KOMA-script) and I  want to have a separate List of Appendices.
I have no problems in defining appendices (from the menu
Document>Start Appendix Here).
There are two problems:
a. The appendices are listed in TOC, how can I prevent this?
b. I would like to have separate List of Appendices so the appendices
are listed here, how can I do this?

Any helps and hints are really appreciated

Regards
Waluyo


Re: IEEEtran file Inserting photo help please..............

2010-09-13 Thread Waluyo Adi Siswanto
> \begin{biography}
> {Stephen Thomas, } \textit{\footnotesize B.Tech ECE, Hardware Design
> Engineer,Vinvish Technologies}.\textit{\footnotesize{} }
> \end{biography}
>

I am not sure what's the problem with your document, however it works
fine to me.

When I use IEEEtrans document class, the biography environment always
in the following form, and I can use Insert>Short Title and include
the photograph inside the opt red box.

\begin{IEEEbiography}
...
\end{IEEEbiography}

yours look different
 \begin{biography}
 ...
 \end{biography}

The template in LyX, that I mentioned previously also ok,  under
\begin{IEEEbiography} ... \end{IEEEbiography}

I hope you can solve it soon. I am sorry if it does not help you.

Regards
Waluyo


Re: IEEEtran file Inserting photo help please..............

2010-09-13 Thread Waluyo Adi Siswanto
> In the end of the IEEE trans template there is an option to insert the
> authors photo in the Biography section
> If we do nothing a BOX printed with "PLACE YOUR PHOTO HERE " appears
>  I want to remove that and insert a photos there

Yes .. in biography environment, go to menu Insert>Short Title
it will create red box with label opt
Inside the opt red box, Insert>Graphics and link to your photograph
Set width 1in and set height 1.25in

Good luck

Waluyo


Re: IEEEtran file Inserting photo help please..............

2010-09-12 Thread Waluyo Adi Siswanto
>
> according to my needs except for one single thing; "Inserting the authors
> photo" at the bibliography
>

You can find it in LyX template (File>New from template>IEEETran.lyx):
by using Insert>Short Title.

Regards
Waluyo


Creating book cover using pstricks

2010-09-09 Thread Waluyo Adi Siswanto
Dear All

I would like to create book cover using LyX.
I did searching and found how to use pstricks, however it is pure LaTeX.

Is there any example in implementing pstricks within LyX that I can learn.

Perhaps it would be very useful if a template of book-cover is in LyX
template folder.

Regards
Waluyo


Re: Adjust space Chapter entry with the paragraph

2010-08-21 Thread Waluyo Adi Siswanto
>
> \renewcommand*{\chapterheadendvskip}{%
>      \vspace{1.725\baselineskip
>       �...@plus .115\baselineskip \...@minus .192\baselineskip}%
>    }%
>

Thanks for the suggestion, but I don't know these three values: 1.725,
.115, .192?
I tried
\renewcommand*{\chapterheadendvskip}{{\vspace{3cm}}
it also works fine.

Regards,
Waluyo


Adjust space Chapter entry with the paragraph

2010-08-21 Thread Waluyo Adi Siswanto
Dear All

I use book(koma-script) and the set the option parskip=full and chapterprefix
(Documents>Settings, option: parskip=full,chapterprefix).
I want to have more space between the chapter entry and the first paragraph:

Chapter 1
Introduction
^
|  (more space here)
|
V
The first paragraph...

How can set the space, and effected globally?

Regards,
Waluyo


Re: Keywords in article(IEEETran)

2010-07-06 Thread Waluyo Adi Siswanto
I have the answer, write in the latex preamble
\renewcommand\IEEEkeywordsname{Keywords}

Waluyo

On 6 July 2010 16:52, Waluyo Adi Siswanto  wrote:
> I am using a document class article(IEEETran).
> However I need to use "Keywords" instead of the default "Index Terms"
> How can I change to "Keywords"
>
> Thanks,
> Waluyo
>


Keywords in article(IEEETran)

2010-07-06 Thread Waluyo Adi Siswanto
I am using a document class article(IEEETran).
However I need to use "Keywords" instead of the default "Index Terms"
How can I change to "Keywords"

Thanks,
Waluyo


Re: Lyx and Jabref

2010-06-15 Thread Waluyo Adi Siswanto
>
> I'm having trouble using insert  List/TOC  BibTeX Bibliography in Lyx. I
> want to insert a Jabref file but this has the extension .bib and Lyx is
> looking for a file with extension .bst. Any help to fix this problem would
> be most appreciated. Thanks
>

In the BibTeX bibliography dialog, select "Add" then  click "Browse"
button to find your database "*.bib" file.

Regards, Waluyo


Re: problems with elsarticle Template and BibTeX

2010-05-31 Thread Waluyo Adi Siswanto
On 12 February 2010 02:23, Daniele_P  wrote:
>
> Dear LyX developers,
>
> I am trying to make a submission to a Elsevier Journal and I am using the
> LyX elsarticle template, which is supposed to match the Elsevier
> requirements.
>
> The template already includes a BibTex bibliography with the required style
> called "elsarticle-harv". This style should allow for citation like "author
> (year)", let's say: "Heckman (2010)".
>
> However, the pdf that is generated by LyX does not show the year but just an
> identifier (according to the previous example: "Heckman [2]").
> The identifiers are then displayed in the reference section along with the
> proper reference (like: "[2] Heckman J. (2010): "Modelling...bla bla",
> Journal of bla bla.").
>

I have a similar problem, and I don't know to use this template (have
been waiting any hints for this).

In elsarticle-harv I am expecting the list of Reference without any number
[no] Heckman J. (2010): "Modelling...bla bla

but
Heckman J. (2010): "Modelling...bla bla

Anyone can have an information for author-year system?

Thanks
Waluyo


Re: name on footer

2010-03-07 Thread Waluyo Adi Siswanto
On Sun, 2010-03-07 at 01:46 +0100, Sajjad wrote:
> Hello forum,
> 
> I am writing in report class and i would like to have my name on each page.
> 
> 
> Any hint on how to do it?
> 
> 
> 
> Regards
> Sajjad

You can get the detail explanation (pdf user manual of fancyhdr) how to
modify, as mentioned by Ignacio, from here

http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/

Regards
Waluyo




Re: "View - OpenDocument" command produces empty output - help!

2010-02-02 Thread Waluyo Adi Siswanto
On 2 February 2010 19:02, Vincent van Ravesteijn - TNW
 wrote:
>>[examples/splash.lyx] is the document which automatically opens when
> user
>>runs LyX first time after installation. The problem is that the "View -
>>OpenDocument" command produces empty output for me. Please help!
>
> Don't use OpenDocument. Use dvi or pdf to preview.
>
> Vincent
>

View>OpenDocument works for me (Ubuntu, LyX 1.6.5).
View>OpenDocument will automatically run OpenOffice and show in the .odt.
I can do File>Export>OpenDocument and creates *.odt file and get the
same result.

Waluyo


Re: LyX is a comfortable formula editor. a VERY comfortable one. Math inserts just on the fly of thoughts... But I have to uninstall LyX sorry unfortunately I have no other choice

2010-02-02 Thread Waluyo Adi Siswanto
>> >
>>
>> We can't help that the third-party utilities are not
>> correctly installed on your system. Please turn to the
>> websites of these utilities and find out how you can
>> properly install them.
>>
>
> I thought I could export to opendocument, where formulas are editable... 
> Then, I could send it to anybody - and anybody could edit the math Now I 
> see that opendocument export is unavailable in LyX. Unavailable even for 
> expert users.
>

I am using Ubuntu(Ubuntu 8.10 and LyX 1.6.5) and I can export to
OpenDocument easily  (from File>Export>OpenDocument) and it creates
*,odt. When I open this file using OpenOffice and if I double click
the equations created by LyX it will be in OpenOffice equation, all
equations can be edited and continued in OpenOffice without any
problems.

Regards
Waluyo


Re: in Koma script book: how to put pages before the title page

2010-01-22 Thread Waluyo Adi Siswanto
On 23 January 2010 05:56, Richard Brown  wrote:
> I don't seem to be able to do this. If I put a \frontmatter command in
> before my title, anything longer than five words produces a compile
> error. What am I missing?
>
> TIA
>
>
>
> Richard
>
>
You can try one line before your title. Type \frontmatter in red box
[Enter] then your title in Title environment.

Waluyo


Re: Komascript book headers question

2010-01-22 Thread Waluyo Adi Siswanto
On 23 January 2010 05:37, Richard Brown  wrote:
> Hello again.
>
> Is it possible to edit the contents of \leftmark so that they contain
> the chapter name but not the chapter number, and of \rightmark so that
> the inverse is true?
>
> Or would there be a better solution to my issue, which is how to print
> (in the header on my Komascript bnook class doc) Chapter 6 on left pages
> and  Name of the chapter on right pages.
>
> As always, TIA
>
> Richard
>
>

You can control the headings by using package fancyhdr.
You need to set your heading style to "fancy" (Documents>Settings>Page
Layout -- change heading style to "fancy").
the commands then should be defined in LateX preamble. Perhaps you
need to read fancyhdr manual.

Regards
Waluyo


export pdf only in certain pages

2010-01-21 Thread Waluyo Adi Siswanto
Dear All

I am going to export lyx file to pdf, but not all pages.
What I usually do: File>export>pdf(pdflatex)
but it will export all pages.

Is that possible to chose only at specific pages, for example page 13
to 14 only.

Thanks
Waluyo


Re: KOMA script book chapter headings

2010-01-21 Thread Waluyo Adi Siswanto
>
> and when adding the document class option
>  chapterprefix=true
> I correctly get the word "chapter" in front of the chapter number at the
> page where the chapter starts.
>

No, It did not work..
It works if I just write chapterprefix (no need =true)
I am using LyX1.6.5 in Ubuntu 8.10, Texlive2007.

Regards,
Waluyo


Re: Changing color or TOC

2009-12-09 Thread Waluyo Adi Siswanto
>
> After I run pdflatex, the TOC is displayed in red in the pdf. How do I
> change it ?


If you are using hyperef support (from document>settings), you need yo
add additional options: linkcolor=blue.
or any color to replace "blue"

waluyo


Re: can't remove text 'Contents' from pages between TOC and chapter 1

2009-11-24 Thread Waluyo Adi Siswanto
>>
>> Hello.
>>
>> In my book, I want to put a preface after the TOC and before chapter 1.
>> But I can't work out how to eliminate the text 'Contents' that appears
>> not only on the TOC pages (where I want it) but also in the header of
>> the preface, where I decidedly don't. I've experimented with Book,
>> Memoir and KOMA classes and the problem is common.
>>
>>
>

I always use book(KOMA-Script) double sided, I use Preface (Using
Addcap) before Chapter 1 (after TOC, LOF,LOT), and the transition page
is blank (without any page number but counted),

The following written in the LaTeX preamble (Document>Settings), does
satisfy me.

\def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\...@twocolumn\hbox{}\newpage\fi\fi\fi}

(The above commands discussed in fancyhdr.pdf (documentation of LaTeX
packages fancyhdr) chapter 15.)

PS: I had the same problem with you, header "contents" printed in the
preface. Using the latex preamble above will fix it.


Regards
Waluyo


Re: LyX crashes if preview svg

2009-11-17 Thread Waluyo Adi Siswanto
> > 
> > How I can fix this ?
> 
> it looks the qt libraries are messed up in your system. try reinstalling them.
> the last possibility would be to compile qt locally in your home and link
> lyx against them (some proper arg for configure).
> 

Thanks Pavel I really appreciate it
I tried to find different libqt in synaptic and found libqtgui4 and
libqtcore4 showing version 4.4.0. Others are version 4.3.4, including
libqt4-core and libqt4-gui, both are version 4.3.4.
I deleted libqtgui4 and libqtcore4.

Now my LyX can preview directly svg file and can be externally edit
using Inkscape, without any crash.

There is a litle problem however, in LyX preview. All equations written
using LaTeX text extension for Inkscape (textext) are not displayed, but
appear perfectly in pdfview and in hard printing of this pdf is also OK.

Below the message when I run LyX from terminal (ubuntu 8.04):
wal...@waluyo-laptop:~$ lyx-1.6.4
link textext-2c447465-1 hasn't been detected!
link textext-2c447465-1 hasn't been detected!

This behaviour (cannot preview textext Inscape extension) also happens
in another machine (ubuntu 9.04).

Is that possible to preview the the textext embedded in Inkscape?

Thank you for any information

Regards
Waluyo



Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
>>
>> Here below: there is a message cannot mix incompatible Qt libraries?
>
> It appears so... Did you compile your own Qt? There is no backtrace here
> because gdb does not know which Qt to use apparently...
>

I compiled  LyX from the source to install , something like
./configure (with prefix), make, sudo make install.
I have no idea about Qt, I guess this is the language to develop LyX,
maybe PyQt ?
Never try to do programming in Qt, Py or PyQt. I should learn ?

How I can fix this ?
Thank you

Regards, Waluyo


Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
> If you are under Linux, start LyX with gdb at the commandline:
> 
> ~Waluyo$ gdb lyx
> ~Waluyo$ run
> 
> ... make LyX crash 
> 
> ~Waluyo$ bt
> 
> ...copy and send to the development list what is displayed here...
> 
> Abdel.
> 

Here below: there is a message cannot mix incompatible Qt libraries?


wal...@waluyo-laptop:~$ gdb lyx-1.6.4
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/lyx-1.6.4 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6d826c0 (LWP 11069)]
[New Thread 0xb67beb90 (LWP 11084)]
[New Thread 0xb5dffb90 (LWP 11085)]
[Thread 0xb67beb90 (LWP 11084) exited]
[Thread 0xb5dffb90 (LWP 11085) exited]
Cannot mix incompatible Qt libraries

Program exited with code 01.
(gdb) bt
No stack.
(gdb) quitt
Undefined command: "quitt".  Try "help".
(gdb) quit
wal...@waluyo-laptop:~$ 

===



Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
>>
>> It works on my Debian system without the SVN-PNG and SVG-PPM converters.
>> LyX is able to preview from EPS and/or PDF using the internal QT
>> converter.
>>
>> So, instead of adding, just remove the offending definitions.
>
> Still, LyX should not crash... A gdb backtrace would be nice...
>
> Abdel.
>
>

I removed and kept only this
(SVG-PDF):  inkscape --export-area-drawing $$i --export-pdf=$$o
of course reconfigured, restarted... click shown in LyX and OK and... gone.

PS: View pdf still ok, but I need the preview in LyX, to set the bounding box.
Now the preview of Dia also problem, only showing a square box
"Preview Loading" but never appear in LyX.

Abdel.. I am sorry, what is " gdb backtrace" ?

Thanks, waluyo


Re: LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
>
> I only have this in my lyxrc.dist file:
>
> \format "svg" "svg" "SVG" "" "inkscape --file=$$i" "inkscape --file=$$i"
> "vector"
> \converter "svg" "png" "inkscape --without-gui --file=$$i --export-png=$$o"
> ""
> \converter "svg" "pdf" "inkscape --file=$$i --export-area-drawing
> --without-gui --export-pdf=$$o" ""
> \converter "svg" "pdf2" "inkscape --file=$$i --export-area-drawing
> --without-gui --export-pdf=$$o" ""
>
> And this works without problems - this is used in the LyX for Windows
> installers when Inkscape was detected.
>
> regards Uwe
>

I am in Ubuntu 8.04, LyX 1.6.4.1, Inkscape 0.46

Regards, Waluyo


  1   2   3   >