bugeLyXer - Bugs: bug #33156, Strange behaviour with local css...

 
 

bug #33156: Strange behaviour with local css file

Submitter:  None
Submitted:  Mon 25 Apr 2011 09:01:31 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  alexfernandez
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 26 Apr 2011 10:58:32 AM UTC, comment #3: 

Thanks for your quick reply. The workaround is fine...
I’m sorry, I don't know how tu use git. I installed eLyxer with Debian (sid).

Many Thanks angreetings

Manfred Ilg


Anonymous
Mon 25 Apr 2011 10:43:21 PM UTC, comment #2: 

Hi again,

It should be solved now in git, could you confirm?

Alex.

Alex Fernandez <alexfernandez>
Group administrator
Mon 25 Apr 2011 10:09:00 PM UTC, comment #1: 

Ugh, ugly bug. As a workaround just omit the =:
  elyxer --css lyx.css doc.lyx output.html

Thanks for reporting, will let you know when it's fixed.

Alex.

Alex Fernandez <alexfernandez>
Group administrator
Mon 25 Apr 2011 09:01:31 AM UTC, original submission:  

When using a local css file like "lyx.css"( elyxer --css=lyx.css Neues_Dokument1.lyx page.html)
I get this in the output:


<link rel="stylesheet" href="l" type="text/css" media="all"/>
<link rel="stylesheet" href="y" type="text/css" media="all"/>
<link rel="stylesheet" href="x" type="text/css" media="all"/>
<link rel="stylesheet" href="." type="text/css" media="all"/>
<link rel="stylesheet" href="c" type="text/css" media="all"/>
<link rel="stylesheet" href="s" type="text/css" media="all"/>
<link rel="stylesheet" href="s" type="text/css" media="all"/>
<title>Converted document</title>

an the css-file is, of course, ignored. When renaming lyx.css to l and changing the commandline:
elyxer --css=l Neues_Dokument1.lyx page.html I got:

 <link rel="stylesheet" href="l" type="text/css" media="all"/>

and the css file works fine.

Greetings

Manfred Ilg

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by alexfernandez (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-04-25 alexfernandez StatusConfirmed Fixed
    2011-04-25 alexfernandez StatusNone Confirmed
        Assigned toNone alexfernandez

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code