Am Samstag, den 09.06.2018, 12:43 +0200 schrieb Ricardo Berlasso:
> 2018-06-09 11:50 GMT+02:00 F M Salter <fmsal...@blueyonder.co.uk>:
> > Hi
> > 
> >     Is it possible to place captioned figures side by side rather
> > than
> > vertically?   
> 
> Yes, but you need to use the sidecap package. To integrate it on LyX
> you can use a "Local format" 

There is also an unofficial module listed here, to the same effect:
https://wiki.lyx.org/Layouts/Modules


> > It is possible to place graphics, without captions, side
> > by side.  Figure captions seem only to be used in floats.  Attempts
> > to
> > copy to a  box produces senseless!

The attached module adds support for captions outside floats (via
Insert > Custom Insets)

Jürgen
#\DeclareLyXModule{Non-floating Figures and Tables}
#DescriptionBegin
#Insert captions to figures and tables that do not float.
#DescriptionEnd

# Author: Jürgen Spitzmüller <sp...@lyx.org>

Format 66


InsetLayout Flex:NonFloatingFigure
        LyxType              custom
        LabelString          non-floating
        LaTeXType            command
        LatexName            figcaption
        NeedProtect          1
        MultiPar             false
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The caption as it appears in the list of 
figures/tables"
                InsertCotext  1
        EndArgument
        Preamble
        \usepackage{nonfloat}
        EndPreamble
End

InsetLayout Flex:NonFloatingTable
        CopyStyle            Flex:NonFloatingFigure
        LabelString          non-floating
        LatexName            tabcaption
End

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to