Re: Figure placement and rotate

2014-02-10 Thread Robin Rosenberg
- Ursprungligt meddelande - Från: Jürgen Spitzmüller sp...@lyx.org Till: lyx-users@lists.lyx.org Skickat: måndag, 10 feb 2014 8:14:46 Ämne: Re: Figure placement and rotate Robin Rosenberg wrote: Are you sure you want to use a float? Why not just Insert Graphics without

Re: Figure placement and rotate

2014-02-10 Thread Robin Rosenberg
- Ursprungligt meddelande - Från: Jürgen Spitzmüller sp...@lyx.org Till: lyx-users@lists.lyx.org Skickat: måndag, 10 feb 2014 8:14:46 Ämne: Re: Figure placement and rotate Robin Rosenberg wrote: Are you sure you want to use a float? Why not just Insert Graphics without

Re: Figure placement and rotate

2014-02-10 Thread Robin Rosenberg
- Ursprungligt meddelande - > Från: "Jürgen Spitzmüller" <sp...@lyx.org> > Till: lyx-users@lists.lyx.org > Skickat: måndag, 10 feb 2014 8:14:46 > Ämne: Re: Figure placement and rotate > > Robin Rosenberg wrote: > > > Are you sure you want to

Figure placement and rotate

2014-02-09 Thread Robin Rosenberg
Hi, I have a document with some rather large figures. It seems this doesn't work well with LaTeX idea of how to place these figures. In short we disagree, so I want to use the definitely here option. Since I also want to rotate the picture to maximuma readability of the text in the figure, I

Re: Figure placement and rotate

2014-02-09 Thread Robin Rosenberg
- Ursprungligt meddelande - Från: Scott Kostyshak skost...@lyx.org Till: Robin Rosenberg robin.rosenb...@dewire.com Kopia: lyx-users@lists.lyx.org Skickat: söndag, 9 feb 2014 22:37:21 Ämne: Re: Figure placement and rotate On Sun, Feb 9, 2014 at 3:01 PM, Robin Rosenberg

Figure placement and rotate

2014-02-09 Thread Robin Rosenberg
Hi, I have a document with some rather large figures. It seems this doesn't work well with LaTeX idea of how to place these figures. In short we disagree, so I want to use the definitely here option. Since I also want to rotate the picture to maximuma readability of the text in the figure, I

Re: Figure placement and rotate

2014-02-09 Thread Robin Rosenberg
- Ursprungligt meddelande - Från: Scott Kostyshak skost...@lyx.org Till: Robin Rosenberg robin.rosenb...@dewire.com Kopia: lyx-users@lists.lyx.org Skickat: söndag, 9 feb 2014 22:37:21 Ämne: Re: Figure placement and rotate On Sun, Feb 9, 2014 at 3:01 PM, Robin Rosenberg

Figure placement and rotate

2014-02-09 Thread Robin Rosenberg
Hi, I have a document with some rather large figures. It seems this doesn't work well with LaTeX idea of how to place these figures. In short we disagree, so I want to use the "definitely here" option. Since I also want to rotate the picture to maximuma readability of the text in the figure,

Re: Figure placement and rotate

2014-02-09 Thread Robin Rosenberg
- Ursprungligt meddelande - > Från: "Scott Kostyshak" <skost...@lyx.org> > Till: "Robin Rosenberg" <robin.rosenb...@dewire.com> > Kopia: lyx-users@lists.lyx.org > Skickat: söndag, 9 feb 2014 22:37:21 > Ämne: Re: Figure placement and ro

Graphviz in Lyx and relative paths

2014-01-08 Thread Robin Rosenberg
Hi, Can I use custom shapes in graphviz with Lyx and have relative paths somehow? Working graphviz file: digraph { testare[image=/my/dir/UMLActor.png] } I'd like to use this file instead, so I can relocate the Lyx document directory. digraph { testare[image=UMLActor.png] }

Graphviz in Lyx and relative paths

2014-01-08 Thread Robin Rosenberg
Hi, Can I use custom shapes in graphviz with Lyx and have relative paths somehow? Working graphviz file: digraph { testare[image=/my/dir/UMLActor.png] } I'd like to use this file instead, so I can relocate the Lyx document directory. digraph { testare[image=UMLActor.png] }

Graphviz in Lyx and relative paths

2014-01-08 Thread Robin Rosenberg
Hi, Can I use custom shapes in graphviz with Lyx and have relative paths somehow? Working graphviz file: digraph { testare[image=] } I'd like to use this file instead, so I can relocate the Lyx document directory. digraph { testare[image=] } -- robin