lyx_mirror/lib/doc
Georg Baum 0cbcc8a166 Remove InsetGraphics noUnzip parameter
Being able to compile document with zipped .eps files was a useful feature of
the graphicxs package 20 years ago, but the LyX support is no longer relevant:
- The flag is ignored if preview is on
- If pdflatex is used then uncompressing happens during the compilation anyway
- If set, the flag prevents LyX from issuing proper error messages if
something with the image is wrong
- For hard disk capacities from 20 years ago not uncompressing is a useful
feature, but for current hard disk capacities it does not matter
- The external inset does not have it, and if we want to merge both insets
one day we would need to implement it there, which is even more difficult
than in InsetGraphics
2015-07-16 20:44:47 +02:00
..
attic UserGuide.lyx: merge changes to all language variants 2015-06-17 01:23:57 +02:00
biblio
ca Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
clipart SpaceMarker.png: fix image 2015-06-17 00:53:53 +02:00
cs * cs/Tutorial.lyx 2014-03-27 01:59:00 -07:00
da Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
de UserGuide.lyx: merge changes to all language variants 2015-06-17 01:23:57 +02:00
el Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
es UserGuide.lyx: merge changes to all language variants 2015-06-17 01:23:57 +02:00
eu Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
fr \frenchbsetup is a babel command 2015-06-19 10:11:17 +02:00
gl Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
he Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
hu Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
id Remove InsetGraphics noUnzip parameter 2015-07-16 20:44:47 +02:00
it Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
ja UserGuide.lyx: merge changes to all language variants 2015-06-17 01:23:57 +02:00
nb Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
nl Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
pl Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
pt Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
ro Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
ru Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
sk Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
sl Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
sv Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
uk Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
zh_CN Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
Additional.lyx Add forward search command for qpdfview. 2014-07-13 20:08:43 +02:00
Customization.lyx Document ParagraphGroup layout tag. 2015-06-01 16:12:51 +02:00
Development.lyx Document updating tex2lyx tests when using CMake 2015-05-21 00:23:38 -04:00
DummyDocument1.lyx Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
DummyDocument2.lyx Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
DummyTextDocument.txt EmbeddedObjects.lyx: sync with branch 2010-09-18 18:03:55 +00:00
EmbeddedObjects.lyx Remove InsetGraphics noUnzip parameter 2015-07-16 20:44:47 +02:00
Formula-numbering.lyx Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
Intro.lyx Fix grammar error spotted by Sian Mountbatten 2014-10-25 13:52:19 +02:00
LaTeXConfig.lyx Document that LuaTeX also uses polyglossia with "automatic" language package setting 2015-05-27 14:40:46 +02:00
LFUNs.lyx Make case-changing lfuns operate on full words by default 2015-06-03 09:30:28 +02:00
Makefile.am Virtualize the origin tag for the system directory. 2015-05-26 00:29:46 +02:00
Math.lyx manuals: fix 2 typos spotted by Ignacio 2014-04-11 01:16:54 +02:00
MergedManuals.lyx Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
README.Documentation
Shortcuts.lyx Update docs to latest fileformat 2014-03-23 17:49:35 +01:00
SpecialParagraphShape.tex add shapepar module 2013-01-12 19:44:08 +01:00
Tutorial.lyx documentation: first step to update the UserGuide 2014-01-29 20:00:55 +01:00
UserGuide.lyx Remove InsetGraphics noUnzip parameter 2015-07-16 20:44:47 +02:00

README.Documentation

by John Weiss [3/2000] jpweiss@idsi.net


================
Introduction

    The purpose of this file is *used* *to* *be* to provide a style
    sheet and helpful hints to those wishing to help with the
    LyX Documentation Project.  There's now a separate style-sheet for
    that.

    If you're actually looking for documentation, check out the "Help"
    menu.  Start by reading the Introduction.

================
Why a separate documentation project?  Can't the developers do it?

    In a word, no.  They're too busy adding features and squishing
    bugs.

    Also, g++ is far more forgiving of style changes than a human
    brain.  As long as the code is correct, g++ will happilly compile
    it, and compile it the same way from machine to machine.  Human
    brains are far less forgiving and far more individualized.  So,
    the documentation needs to all be in a uniform style, in addition
    to being grammatically correct and easily readable.  That's a
    pretty big undertaking - which is why I volunteered to
    administrate the docs back in 1997.  Since then, I've passed the
    duty of maintaining the docs on to others.

================
Helping Out

    If you'd like to contribute to the LyX Documentation Project,
    start by reading the file Intro.lyx.  It contains a description of
    the style of the documentation from a reader's perspective.  After
    that, read the LyX Documentation Style Sheet (DocStyle.lyx) and
    commit it to memory!


John Weiss
March, 2000