Re: LyX tries to open an additional "$$o" file in SumatraPDF

2018-08-02 Thread Andrew Parsloe




On 3/08/2018 1:38 a.m., Daniel wrote:

I am using LyX with SumatraPDF. Following

https://wiki.lyx.org/LyX/SyncTeX#toc3

I use

SumatraPDF -reuse-instance "$$o" -forward-search "$$t" $$n

However, LyX tries to open an additional "$$o" file in SumatraPDF. Any 
idea what is going on?


Daniel

I have the same setting (under Tools>Preferences>Output>General) and 
forward and reverse search work as they should. This is on  Windows 7. 
The Sumatra version is 3.1.2 64-bit, with LyX Version 2.3.0 (Wednesday, 
27 June 2018) Built from git commit hash 4db6f4e1. (I don't think this 
is Riki's latest installer but one (or two?) before that.)


Andrew

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



Re: Placing caption above box with boxedfloat.module

2018-08-02 Thread edu Gpl
Hi
Please see attachment files.
note:
1- install captionof package (maybe installed by default).
2- add this code for margin
Best regards

2018-08-02 9:57 GMT-04:00 Dirk Heine :

> Dear Sir,
>
> Thank you for your response to my question on Lyx. The solution
> unfortunately did not work for me but I am grateful for your advice anyway.
>
> Best regards,
>
> Dirk
>


Re: Placing caption above box with boxedfloat.module

2018-08-02 Thread edu Gpl
Hi
Please see attachment files.
note:
1- install captionof package (maybe installed by default).
2- add this code for table:

}\captionof{table}{mytable}
and this for image (figure):

}\captionof{figure}{mytable}

Best regards

2018-08-02 9:57 GMT-04:00 Dirk Heine :

> Dear Sir,
>
> Thank you for your response to my question on Lyx. The solution
> unfortunately did not work for me but I am grateful for your advice anyway.
>
> Best regards,
>
> Dirk
>


margintableSolution_2.3.23.lyx
Description: application/lyx


LyX tries to open an additional "$$o" file in SumatraPDF

2018-08-02 Thread Daniel

I am using LyX with SumatraPDF. Following

https://wiki.lyx.org/LyX/SyncTeX#toc3

I use

SumatraPDF -reuse-instance "$$o" -forward-search "$$t" $$n

However, LyX tries to open an additional "$$o" file in SumatraPDF. Any 
idea what is going on?


Daniel



Re: How do I bring the QUANTA journal template into LyX?

2018-08-02 Thread Daniel Kian Mc Kiernan



Well, the demands of installing LSW should not be counted against 
installing text2bib because, again, perl was long ago ported to Windows.


As to that formatting issue, I was tempted to note that vi or emacs 
could get the elements into the format needed by tex2bib.  But then I 
realized that someone who could accomplish that much wouldn't need 
tex2bib in the first place. :-/


So, yeah, scr_w it.

On 08/01/2018 12:22 PM, Cris Fuhrman wrote:
On Wed, Aug 1, 2018 at 6:52 AM Daniel Kian Mc Kiernan 
mailto:daniel@oeconomist.com>> wrote:


Versions of perl have long been available for Windows.


There is also Linux Subsystem for Windows (LSW), which I recently 
tried. One still must update the perl environment to get the tex2bib 
script to run, as the latest perl under Ubuntu doesn't have 
Perl4::CoreLibs by default, which is required in tex2bib.


However, before anyone tries this lengthy install process of perl 
under windows, it's important to realize that tex2bib is very limited 
if your \bibitem elements don't follow certain conventions (from the 
perl comments):


# Assumes that bibitems are formatted as follows:
#  -- {key}author(s), (date) at the beginning
#  -- titles of books or names of journals: {\em title}
#  -- article titles:after date, `` '' quotes optional
#  -- volume, pages:{\it vol}, nnn-nnn.
#  -- publisher/address:    address:publisher 

In the case of the manuscript.tex from Quanta, because the data aren't 
formatted that way, it catches only a few of the fields in the 
conversion. IMO it's not a useful tool.


Cheers,

C. Fuhrman