On 2013-12-10, Liviu Andronic wrote:
> On Tue, Dec 10, 2013 at 1:09 AM, Jerry <lancebo...@qwest.net> wrote:
>>>>>> @Juergen: I think this report confirms my intuitions that we discussed
>>>>>> previously, namely that this functionality is more appropriate as a
>>>>>> global pref rather than a per-document setting.

Agreed.

> This said, this feature is Juergen's baby, so he's in a better
> position to judge. :)

This is a feature I longed for long. I even wrote my private module to set
on-screen justification to left instead of block align which works well in
most Styles but unfortunately not in "Standard". I hope it will be obsoleted
by a proper preferences setting.

Günter


#\DeclareLyXModule{leftalign}
#DescriptionBegin
# Left align text (instead of block align; on screen).
#DescriptionEnd

#Author: Günter Milde <mi...@users.sf.net>

# Left align instead of block align (on screen)
# ---------------------------------------------

# As LyX's linebreaking algorithm does not include hyphenation of longer
# words, some very large inter-word spaces frequently occure (especially in
# languages with many long words as, e.g., German).

# Readability can be improved by setting the paragraph alignment 
# in the LyX window to "left".
# This does not influence the appearance of the printout.

# Drawbacks: 
#
# * the Edit>Paragraph Settings dialog will display "default (left)"
#   even if the default alignment of the class is "block".
#
# * Paragraph indentation is supressed (therefore currently commented out).


# Style Standard
#       Align                 Left
# End

#stdlists
Style Itemize
        Align                 Left
End

Style Description
        Align                 Left
End

Style Enumeration
        Align                 Left
End

Style List
        Align                 Left
End

Style Quotation
        Align                 Left
End

Style Quote
        Align                 Left
End

# stdsections
Style Part
        Align                 Left
End

Style Chapter
        Align                 Left
End


Style Section
        Align                 Left
End

Style Subsection
        Align                 Left
End

Style Subsubsection
        Align                 Left
End


Reply via email to