mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Merge branch '2.2.x' into 2.2.2-staging
This commit is contained in:
commit
46a16b0ca7
220
ANNOUNCE
220
ANNOUNCE
@ -1,14 +1,17 @@
|
||||
Public release of LyX version 2.2.1
|
||||
===================================
|
||||
|
||||
We are proud to announce the release of LyX 2.2.1.
|
||||
We are proud to announce the release of LyX 2.2.1. This is the first
|
||||
maintenance release in the 2.2.x series. You can download LyX 2.2.1 from http://www.lyx.org/Download/.
|
||||
|
||||
LyX 2.2.1 is the first maintenance release in the 2.2.x series. You can
|
||||
download LyX 2.2.1 from http://www.lyx.org/Download/.
|
||||
LyX is a document processor that encourages an approach to writing based
|
||||
on the structure of your documents and not simply their appearance. It is
|
||||
released under a Free and Open Source Software license.
|
||||
|
||||
LyX 2.2.1 is the result of on-going efforts to make our stable version more
|
||||
reliable and more stable. We have fixed a number of bugs and made a number
|
||||
of improvements. FILL IN
|
||||
of improvements. Most of these are relatively minor, but we nonetheless
|
||||
encourage all users of 2.2.0 to upgrade to this version.
|
||||
|
||||
One important change is to the behavior of character styles. By default,
|
||||
these now prohibit changes to the paragraph layout. Putting a description
|
||||
@ -18,10 +21,6 @@ of the previous behavior can restore it by adding "ForcePlain 0" to the
|
||||
declaration of the character style, so long as this is done after "LyXType
|
||||
charstyle" has been declared.
|
||||
|
||||
LyX is a document processor that encourages an approach to writing based
|
||||
on the structure of your documents and not simply their appearance. It is
|
||||
released under a Free and Open Source Software license.
|
||||
|
||||
If you think you have found a bug in LyX 2.2.1, please open a bug report at
|
||||
http://www.lyx.org/trac/wiki/BugTrackerHome. If you're not sure whether it
|
||||
really is a bug, you can e-mail the LyX developers' mailing list (lyx-devel
|
||||
@ -36,3 +35,208 @@ We hope you enjoy using LyX 2.2.1.
|
||||
|
||||
The LyX team.
|
||||
http://www.lyx.org
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
** Updates:
|
||||
***********
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Enable the use of LuaTeX for all polyglossia-supported languages.
|
||||
|
||||
- New document parameter "Save transient properties" under Document Properties >
|
||||
Format. (Output has been renamed into Format.) Disabling this option is made
|
||||
to play nicer in collaborative settings. (bug 9841)
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- Syntax highlighting in the preamble and and the source view has been made
|
||||
compatible with dark themes (bug 8325).
|
||||
|
||||
- Changed the display of buttons for collapsed branches. We now display the
|
||||
same thing as if the branches were open (bug 10213).
|
||||
|
||||
- "Provides <package> 1" now works with fontspec, subfig, and listings (bug
|
||||
10257).
|
||||
|
||||
- Added a new module "Title and Preamble Hacks".
|
||||
|
||||
- Bring window to front after loading a document in single instance (bug 7875).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
- Updated Brazilian, French, German, Interlingua, Italian and Slovakian user
|
||||
interface localization.
|
||||
|
||||
- Increase the maximum value for the number of last open files that LyX can
|
||||
remember (bug 9924).
|
||||
|
||||
- Change mouse cursor to indicate row/column selection in tabulars.
|
||||
|
||||
- Make inset-select-all select all cells only in tables.
|
||||
|
||||
- Automatically show the review toolbar if the document has tracked changes
|
||||
(bug 8738), and related UI improvements.
|
||||
|
||||
- Implement "Dissolve Inset" and "Show Label" context menu items for
|
||||
arguments (bug 10150).
|
||||
|
||||
- Restore selected reference when using "Go to label" and "Go back" in the
|
||||
cross-reference dialog.
|
||||
|
||||
|
||||
** Bug fixes:
|
||||
*************
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Correctly protect the \pagebreak command when needed (bug 10092).
|
||||
|
||||
- Resolve problem on Windows with importing files from directories with
|
||||
accented characters on FAT drives (bug 10218).
|
||||
|
||||
- InPreamble styles should be written to the preamble as many times as the
|
||||
user requests them, even if it results in duplicate commands.
|
||||
|
||||
- Make sure we output all XHTML table cells, even the empty ones (bug 10153).
|
||||
|
||||
- .svgz images are now converted to .svg for XHTML export (bug 10160).
|
||||
|
||||
- Ask where to export file if not yet saved (bug 8814).
|
||||
|
||||
- Fix size issue with outliner icons on HiDPI monitors (bug 10125).
|
||||
|
||||
- Load math packages automatically with JSS template (bug 9242).
|
||||
|
||||
- Calling a Computer Algebra System from LyX works again (windows only bug 10262).
|
||||
|
||||
- Fix command clash between beamer and covington (from the Linguistics module).
|
||||
|
||||
- Fix crash on Buffer preview when not exporting in thread.
|
||||
|
||||
|
||||
* LYX2LYX
|
||||
|
||||
- Fix paragraph argument conversion for \labelwidthstring etc (bug 10243).
|
||||
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
- CharStyles now prohibit layout changes by default (bug 10237).
|
||||
|
||||
- Fix display of labels in right-to-left languages (bug 10169).
|
||||
|
||||
- Fix button label font of inset arguments when some traits are inherited.
|
||||
|
||||
- When a counter is stepped, reset recursively all subcounters (bug #10063).
|
||||
|
||||
- Fix on screen narrow box when using \width as box width unit (bug 10048).
|
||||
|
||||
- Raise GuiView on buffer switch to bring it topmost in multi-window mode.
|
||||
|
||||
- Fix small typo in Reference dialog (bug 10194).
|
||||
|
||||
- Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
|
||||
|
||||
- Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
|
||||
|
||||
- Do not omit the first space of the selection when copying (bug 9995).
|
||||
|
||||
- Do not allow non-default layouts to be pasted into table cells that are not fixed
|
||||
width (bug 8782).
|
||||
|
||||
- Display the correct column alignment and a better column spacing in AMS
|
||||
environments (bugs 1861, 9908).
|
||||
|
||||
- Disable properly toggling math display in places where it is not
|
||||
possible (bug 10033).
|
||||
|
||||
- Fix horizontal scrolling feature when inside a collapsable inset
|
||||
with several paragraphs.
|
||||
|
||||
- Fix selection of large formula with the mouse when horizontal
|
||||
scrolling kicks in (but 10094).
|
||||
|
||||
- Fix bug where cursor can't be put at the end of a line before an
|
||||
inset (bug 10180).
|
||||
|
||||
- Fix display of collapsable insets when the same document is shown in
|
||||
two views with different width (bug 9756).
|
||||
|
||||
- fix display glitches when editing changes the dimension of insets
|
||||
(bug 6691).
|
||||
|
||||
- Raise GuiView on buffer switch to bring it topmost in multi-window mode.
|
||||
|
||||
- Fix cursor position after Redo of a document settings change (bug
|
||||
10097).
|
||||
|
||||
- Handle undo after deleting end of paragraph in change tracking mode
|
||||
(bug 10253).
|
||||
|
||||
- Disable Edit > Dissolve Inset in tabulars (bug 9954).
|
||||
|
||||
- Shortcut preferences: ask the user for removing bindings when using the
|
||||
"restore" button (#9174).
|
||||
|
||||
- Shortcut preferences: fix the already-bound-key detection logic.
|
||||
|
||||
- Shortcut preferences: don't forget to trigger the search when it is
|
||||
initialized with the previous value.
|
||||
|
||||
- Remove extra spacing around button insets (bug 10149).
|
||||
|
||||
- Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
|
||||
|
||||
- Fix problem with drawing of lists after pasting normal text (bug 8735).
|
||||
|
||||
- Accessibility of the document class selector from keyboard (bug 10035).
|
||||
|
||||
- Fix title of LuaTeX and XeTeX error dialogs (part of bug 10013).
|
||||
|
||||
- Remove special code for Qt5 to load SVG icons with HiDPI (bug 10281).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
- Move documentation change logs to lib/doc (they are not distributed).
|
||||
|
||||
|
||||
* LYXHTML
|
||||
|
||||
- Output width of table columns (bug 8168).
|
||||
|
||||
- Fix output of math sizes (bug 10129).
|
||||
|
||||
- Fix output of vertical space in the middle of a paragraph (bug 8154).
|
||||
|
||||
- Fix output of ABOVE and CENTERED label types (bug 8843).
|
||||
|
||||
- Output correct entities for named delimiters (bug 8280).
|
||||
|
||||
- Added class attribute for mathbb to allow customization (part of bug
|
||||
8521).
|
||||
|
||||
- Use 'text-align: center;' with displayed equations (bug 8654).
|
||||
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
- Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
|
||||
|
||||
- Building against Qt < 4.7 no longer fails.
|
||||
|
||||
- Fix monolithic builds with autotools on Mac OS X.
|
||||
|
||||
- Avoid 'ar' warning with recent binutils versions.
|
||||
|
||||
- LyX compiled with Microsoft Visual Studio 2015 runs now on Windows Vista (bug 10186)
|
||||
|
||||
- Add some missing oxygen and IPA icons to the distribution.
|
||||
|
||||
|
@ -1,102 +1,18 @@
|
||||
Compiling LyX 2.2 for Win32 and creating Windows installer
|
||||
==========================================================
|
||||
|
||||
It's recommended to compile LyX using Microsoft Visual C++ 2010 and CMake.
|
||||
It's recommended to compile LyX using Microsoft Visual C++ 2015 and CMake.
|
||||
Pre-compiled packages with dependencies are provided for this environment.
|
||||
|
||||
|
||||
Compiling with Microsoft Visual C++
|
||||
===================================
|
||||
|
||||
These instructions assume the LyX source code is in C:\LyX\lyx-21
|
||||
You can also use another directory if you prefer.
|
||||
Follow this Wiki page:
|
||||
|
||||
1 Install MSVC 2010
|
||||
http://wiki.lyx.org/Windows/Compilation
|
||||
|
||||
If you don't have Visual C++ 2010 installed, get the free Express edition from
|
||||
http://www.microsoft.com/express/Downloads/
|
||||
|
||||
(All dependencies are linked against the MSVC 2010 runtime and won't work in
|
||||
combination with MSVC 2008. You'll get crashes and other unexpected issues.)
|
||||
|
||||
2 Install Qt
|
||||
|
||||
Download the latest Qt for Open Source C++ development on Windows (VS2010)
|
||||
from http://qt-project.org/downloads
|
||||
|
||||
3 Install Python
|
||||
|
||||
Install the latest Python 2.x version (not Python 3.x !) from
|
||||
http://www.python.org/download/
|
||||
|
||||
4 Install CMake
|
||||
|
||||
Install the latest CMake from http://www.cmake.org
|
||||
|
||||
5 Configure
|
||||
|
||||
- Run the CMake GUI.
|
||||
|
||||
- Set the source code path to C:\LyX\lyx-21
|
||||
Set the build path to C:\LyX\lyx-21-build
|
||||
Click Configure and set the generator to Visual Studio 10.
|
||||
|
||||
- Enable LYX_DEPENDENCIES_DOWNLOAD and click Configure.
|
||||
Pre-compiled dependencies will automatically be downloaded.
|
||||
|
||||
- Set QT_QMAKE_EXECUTABLE to e.g.
|
||||
C:\Qt\qt-everywhere-opensource-src-4.8.4\bin\qmake.exe
|
||||
and Configure again.
|
||||
|
||||
- Enable the LYX_INSTALL option, set CMAKE_INSTALL_PREFIX to
|
||||
C:\LyX\lyx-21-install and click Configure.
|
||||
|
||||
- Check the Advanced checkbox.
|
||||
Set GETTEXT_MSGFMT_EXECUTABLE to
|
||||
C:\LyX\lyx-21-build\msvc2010-deps\deps20\gettext-tools\msgfmt.exe,
|
||||
and do the same for the other gettext tools.
|
||||
|
||||
- Click Generate.
|
||||
|
||||
6 Compile
|
||||
|
||||
A Microsoft Visual C++ solution should have been generated at
|
||||
C:\LyX\lyx-21-build\lyx.sln
|
||||
Compile the INSTALL project to get a LyX installation in
|
||||
C:\LyX\lyx-21-install
|
||||
|
||||
7 Copy dependencies
|
||||
|
||||
Copy
|
||||
- C:\LyX\lyx-21-build\msvc2010-deps\deps20\bin
|
||||
- C:\LyX\lyx-21-build\msvc2010-deps\deps20\imagemagick
|
||||
- C:\LyX\lyx-21-build\msvc2010-deps\deps20\python
|
||||
- C:\LyX\lyx-21-build\msvc2010-deps\deps20\ghostscript
|
||||
- C:\LyX\lyx-21-build\msvc2010-deps\deps20\Resources
|
||||
to C:\LyX\lyx-21-install
|
||||
|
||||
And copy from the Qt bin directory
|
||||
(e.g. C:\Qt\bin)
|
||||
QtCore4.dll
|
||||
QtGui4.dll
|
||||
QtCore4d.dll (if compiling Debug version)
|
||||
QtGui4d.dll (if compiling Debug version)
|
||||
to C:\LyX\lyx-21-install\bin
|
||||
|
||||
8 Define path prefix
|
||||
|
||||
Add the following line to C:\LyX\lyx-21-install\Resources\lyxrc.dist,
|
||||
so LyX will find the bundled tools such as Python, ImageMagick
|
||||
and Ghostscript:
|
||||
|
||||
\path_prefix "$LyXDir\bin;$LyXDir\python;$LyXDir\imagemagick;$LyXDir\ghostscript"
|
||||
|
||||
You may also add the location of your LaTeX installation if it's not on the
|
||||
system PATH, and the location of JabRef.
|
||||
|
||||
9 Start LyX
|
||||
|
||||
C:\LyX\lyx-21-install\bin\lyx.exe
|
||||
If you find there any errors please write a mail to the lyx-devel mailing list.
|
||||
|
||||
|
||||
Creating the Installer
|
||||
|
29
NEWS
29
NEWS
@ -1,3 +1,15 @@
|
||||
What's new in version 2.2.1?
|
||||
----------------------------
|
||||
|
||||
LyX 2.2.1 is the first maintenance relase in the 2.2.x series.
|
||||
|
||||
A large number of bugs have been fixed since the 2.2.0 release.
|
||||
We are pleased to say that most of these were relatively minor:
|
||||
LyX 2.2.0 was perhaps the stable major version release we have
|
||||
produced in a some time. Nontheless, we encourage all users of
|
||||
2.2.0 to upgrade to this version.
|
||||
|
||||
|
||||
What's new in version 2.2.0?
|
||||
----------------------------
|
||||
|
||||
@ -24,6 +36,23 @@ http://wiki.lyx.org/LyX/NewInLyX22
|
||||
* New converters
|
||||
|
||||
|
||||
What's new in version 2.1.5?
|
||||
----------------------------
|
||||
|
||||
We have fixed a number of bugs and made a number of improvements. Many
|
||||
of these were minor, but there were a few crashes we fixed, too.
|
||||
|
||||
Please note that this is the final release in the 2.1.x series. It is
|
||||
intended for users who for some reason do not wish to upgrade to 2.2.x
|
||||
at this time. We strongly encourage all such users to upgrade to this
|
||||
version.
|
||||
|
||||
One of the main features of 2.1.5 is its ability to read and write files
|
||||
in the 2.2.x format. Since the conversion process back and forth usually
|
||||
will not leave one with an identical file, however, we do not recommend
|
||||
attempting to collaborate with users of 2.2.x.
|
||||
|
||||
|
||||
What's new in version 2.1.4?
|
||||
----------------------------
|
||||
|
||||
|
86
autotests/export/utf8-plain-with-tex-fonts.lyx
Normal file
86
autotests/export/utf8-plain-with-tex-fonts.lyx
Normal file
@ -0,0 +1,86 @@
|
||||
#LyX 2.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 508
|
||||
\begin_document
|
||||
\begin_header
|
||||
\save_transient_properties true
|
||||
\origin unavailable
|
||||
\textclass article
|
||||
\use_default_options true
|
||||
\begin_modules
|
||||
logicalmkup
|
||||
\end_modules
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\language_package default
|
||||
\inputencoding utf8-plain
|
||||
\fontencoding global
|
||||
\font_roman "default" "default"
|
||||
\font_sans "default" "default"
|
||||
\font_typewriter "default" "default"
|
||||
\font_math "auto" "auto"
|
||||
\font_default_family default
|
||||
\use_non_tex_fonts false
|
||||
\font_sc false
|
||||
\font_osf false
|
||||
\font_sf_scale 100 100
|
||||
\font_tt_scale 100 100
|
||||
\graphics default
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\use_hyperref false
|
||||
\papersize default
|
||||
\use_geometry false
|
||||
\use_package amsmath 1
|
||||
\use_package amssymb 1
|
||||
\use_package cancel 1
|
||||
\use_package esint 1
|
||||
\use_package mathdots 1
|
||||
\use_package mathtools 1
|
||||
\use_package mhchem 1
|
||||
\use_package stackrel 1
|
||||
\use_package stmaryrd 1
|
||||
\use_package undertilde 1
|
||||
\cite_engine basic
|
||||
\cite_engine_type default
|
||||
\biblio_style plain
|
||||
\use_bibtopic false
|
||||
\use_indices false
|
||||
\paperorientation portrait
|
||||
\suppress_date false
|
||||
\justification true
|
||||
\use_refstyle 1
|
||||
\index Index
|
||||
\shortcut idx
|
||||
\color #008000
|
||||
\end_index
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation indent
|
||||
\paragraph_indentation default
|
||||
\quotes_language english
|
||||
\papercolumns 1
|
||||
\papersides 1
|
||||
\paperpagestyle default
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\html_math_output 0
|
||||
\html_css_as_file 0
|
||||
\html_be_strict false
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
|
||||
\begin_layout Standard
|
||||
¹²³¼½¬¸@ł€¶←
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
ätsch Grüße, em- and en-dash: — ―
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
@ -4,7 +4,7 @@ AC_INIT(LyX,2.2.2dev,[lyx-devel@lists.lyx.org],[lyx])
|
||||
AC_PRESERVE_HELP_ORDER
|
||||
|
||||
# Use ISO format only. The frontend needs to parse this
|
||||
AC_SUBST(LYX_DATE, ["2016-05-23"])
|
||||
AC_SUBST(LYX_DATE, ["2016-07-25"])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(src/main.cpp)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
@ -1,8 +1,11 @@
|
||||
Changelog for LyX-220-4:
|
||||
Changelog for LyX-221-1:
|
||||
- installs LyX 2.2.1
|
||||
- recompiled LyX using MSVC 2015 update 3
|
||||
- updated to Qt 5.6.1-1
|
||||
- updated to MiKTeX 2.9 build 6022
|
||||
- updated to Imagemagick 6.9.x
|
||||
|
||||
- updated to Imagemagick 6.9.5
|
||||
- updated to Python 2.7.12
|
||||
- updated to JabRef 3.5
|
||||
|
||||
|
||||
Changelog for LyX-220-3:
|
||||
|
@ -11,10 +11,10 @@ These typically need to be modified for each LyX release
|
||||
|
||||
!define APP_VERSION_MAJOR 2
|
||||
!define APP_VERSION_MINOR 2
|
||||
!define APP_VERSION_REVISION 0
|
||||
!define APP_VERSION_REVISION 1
|
||||
!define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of LyX otherwise ""
|
||||
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
||||
!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
|
||||
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
|
||||
|
||||
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
||||
|
||||
@ -51,12 +51,12 @@ These typically need to be modified for each LyX release
|
||||
!define MiKTeXRepo "ftp://ftp.fernuni-hagen.de/pub/mirrors/www.ctan.org/systems/win32/miktex/tm/packages/"
|
||||
|
||||
!define MiKTeXDeliveredVersion "2.9"
|
||||
!define ImageMagickVersion "6.9.4"
|
||||
!define ImageMagickVersion "6.9.5"
|
||||
|
||||
# definitions for the Complete installer
|
||||
!if ${SETUPTYPE} == BUNDLE
|
||||
!define JabRefInstall "external\JabRef_windows_3_4.exe"
|
||||
!define SIZE_JABREF 25700 # size in KB
|
||||
!define JabRefInstall "external\JabRef_windows_3_5.exe"
|
||||
!define SIZE_JABREF 26252 # size in KB
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6022.exe"
|
||||
!endif
|
||||
|
||||
|
@ -120,6 +120,11 @@ export/doc/(de|es|fr)/Additional_pdf4_texF
|
||||
# \ding{58} and \ding{171} not supported with XeTeX and system fonts:
|
||||
export/examples/fr/ListesPuces_pdf4_systemF
|
||||
|
||||
# inputencoding="utf8-plain" with Xe/LuaTeX: characters with
|
||||
# Unicode point > 256 lead to errors with 8-bit fonts
|
||||
# (We keep this option for power users setting Unicode fonts in the preamble
|
||||
# or document class file).
|
||||
export/export/utf8-plain-with-tex-fonts_.*_texF
|
||||
|
||||
Sublabel: texissues
|
||||
#
|
||||
|
@ -92,3 +92,7 @@ export/doc/es/.*_(pdf[45]|dvi3)_texF
|
||||
# Non-ASCII char in verbatim environment is dropped (with a warning when
|
||||
# doing this interactively) with ASCII (and hence also with XeTeX).
|
||||
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF
|
||||
|
||||
# inputencoding="utf8-plain" with 8-bit TeX: non-ASCII characters are passed
|
||||
# as two 8-bit characters leading to garbage in the output
|
||||
export/export/utf8-plain-with-tex-fonts_(dvi|pdf.?)
|
||||
|
@ -10,7 +10,7 @@
|
||||
# Where we will do our work
|
||||
BASE="/cvs/lyx/lyx-release";
|
||||
# Where our git repository lives
|
||||
SRCDIR="/cvs/lyx/lyx-20";
|
||||
SRCDIR="/cvs/lyx/lyx-stable";
|
||||
# editor
|
||||
if [ -z "$EDITOR" ]; then EDITOR=vi; fi
|
||||
# Options to make, when we compile
|
||||
|
@ -2174,6 +2174,7 @@ dist_layouts_DATA =\
|
||||
layouts/ijmpc.layout \
|
||||
layouts/ijmpd.layout \
|
||||
layouts/initials.module \
|
||||
layouts/InStar.module \
|
||||
layouts/iopart.layout \
|
||||
layouts/isprs.layout \
|
||||
layouts/iucr.layout \
|
||||
|
@ -2147,10 +2147,6 @@ Did you go overboard with the nesting? \SpecialChar LyX
|
||||
Okay, you didn't get any error messages, but your output looks awful.
|
||||
If you have a table or figure that's too wide or long for the page, you
|
||||
need to:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3902,10 +3898,6 @@ The dialog provides you with a table of bullet shapes.
|
||||
The six panels are divided up by the packages they require.
|
||||
The following table shows the mappings from button name to \SpecialChar LaTeX
|
||||
package.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -4305,10 +4297,6 @@ renewcommand{}{}
|
||||
In this itemized list the following \SpecialChar LaTeX
|
||||
code was used to change the bullet
|
||||
used for the first depth.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6688,18 +6676,7 @@ status collapsed
|
||||
|
||||
\end_inset
|
||||
|
||||
is the Ly
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
XServer pipe path specified in
|
||||
is the LyXServer pipe path specified in
|
||||
\begin_inset Flex Noun
|
||||
status collapsed
|
||||
|
||||
@ -6766,18 +6743,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout LyX-Code
|
||||
/Applications/Ly
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
X.app/Contents/MacOS/lyxeditor "$2" $1
|
||||
/Applications/LyX.app/Contents/MacOS/lyxeditor "$2" $1
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
@ -8443,10 +8409,6 @@ Edit the resulting
|
||||
.tex
|
||||
\family default
|
||||
file with your favorite text editor
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10780,10 +10742,6 @@ always
|
||||
\emph default
|
||||
has the logo centered at the bottom of the page (if one is defined).
|
||||
The possible page style choices and what they do are as follows:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11326,12 +11284,6 @@ Left
|
||||
\end_inset
|
||||
|
||||
Header
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12990,12 +12942,6 @@ Math Options
|
||||
\size normal
|
||||
The title environment defines the kind of your paper.
|
||||
So use one of the following environments for the title:
|
||||
\size default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13262,10 +13208,6 @@ Edit the resulting
|
||||
.tex
|
||||
\family default
|
||||
file with a text editor and make the following changes
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15674,10 +15616,6 @@ Section*
|
||||
|
||||
\begin_layout Itemize
|
||||
Additional page styles:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15712,10 +15650,6 @@ outer page number is placed on outer side of page
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Options
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16600,10 +16534,6 @@ style
|
||||
\family default
|
||||
behaves a bit differently for this class.
|
||||
The possible choices and what they do are as follows:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16660,10 +16590,6 @@ clock
|
||||
\end_inset
|
||||
|
||||
in the extra class options.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21492,10 +21418,6 @@ There are more possibilities how to activate revision information in our
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LyX
|
||||
supports directly:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21684,10 +21606,6 @@ file.lyx
|
||||
|
||||
.
|
||||
Supported flags are:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22085,10 +22003,6 @@ http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
|
||||
any password from you.
|
||||
To keep things easy we will use only keys without any additional password
|
||||
protection etc.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22850,10 +22764,6 @@ How is literate programming different from verbose commenting?
|
||||
\begin_layout Quotation
|
||||
There are three distinguishing characteristics.
|
||||
In order of importance, they are:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23181,10 +23091,6 @@ DVI
|
||||
menu option is chosen, a \SpecialChar LaTeX
|
||||
file is generated.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23263,10 +23169,6 @@ Customization
|
||||
|
||||
to generate the \SpecialChar LaTeX
|
||||
file.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1,5 +1,6 @@
|
||||
For LyX 2.2.1:
|
||||
|
||||
- sec. 11: (Japanese only) new table row with shortcuts
|
||||
- sec. 23.1: new note
|
||||
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Modified:
|
||||
|
||||
- sec. 2.1.1: new hint
|
||||
- sec. 2.1.1: 2 new hints
|
||||
|
@ -1,6 +1,8 @@
|
||||
For LyX 2.2.1:
|
||||
|
||||
- sec. 3.3.7.1: (Japanese only) correct a menu name
|
||||
- sec. 6.11: new sentence
|
||||
- sec. B.20: new item
|
||||
|
||||
|
||||
For LyX 2.2.0:
|
||||
|
@ -6025,10 +6025,6 @@ latex foiltex.ins
|
||||
\begin_layout Enumerate
|
||||
Now you need to decide if the package should be available for all users
|
||||
or only for you.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6348,10 +6344,6 @@ Now one only need to tell \SpecialChar LaTeX
|
||||
that there are new files.
|
||||
This depends on the used \SpecialChar LaTeX
|
||||
-Distribution:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10747,10 +10739,6 @@ EndArgument
|
||||
|
||||
.
|
||||
So a command with two optional arguments has:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12891,10 +12879,6 @@ Itemize, Bibliography
|
||||
\end_inset
|
||||
|
||||
]
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13319,10 +13303,6 @@ LatexType
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13783,10 +13763,6 @@ Static
|
||||
\end_inset
|
||||
|
||||
The kind of margin that the style has on the left side.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15182,10 +15158,6 @@ theorems-ams.inc
|
||||
|
||||
\begin_layout LyX-Code
|
||||
Preamble
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -18264,10 +18236,6 @@ LatexType
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -19280,10 +19248,6 @@ LabelStringAppendix
|
||||
|
||||
to the same value.
|
||||
The following special constructs can be used in the string:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -11683,7 +11683,7 @@ Multicolumn
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Multicolumns have there own cell settings.
|
||||
Multicolumns have their own cell settings.
|
||||
That means changing cell borders, cell alignment, and the width only affects
|
||||
the multicolumn.
|
||||
Here is an example table with a multicolumn cell in the first row and one
|
||||
|
@ -1095,10 +1095,6 @@ psnfss
|
||||
to some of the 35 classical
|
||||
fonts available on PostScript printers.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2483,10 +2479,6 @@ jgrga
|
||||
Journal of Geophysical Research
|
||||
\emph default
|
||||
, published by the American Geophysical Union.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3937,10 +3929,6 @@ ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e
|
||||
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4857,10 +4845,6 @@ Table of contents
|
||||
.
|
||||
This package is not needed if you only plan to write in English, except
|
||||
if you want to use non-English quotes.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
358
lib/doc/Math.lyx
358
lib/doc/Math.lyx
@ -1493,10 +1493,6 @@ arg "math-superscript"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1753,10 +1749,6 @@ A line with the fraction
|
||||
dfrac
|
||||
\series default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2291,10 +2283,6 @@ arg "math-insert \\root"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2647,10 +2635,6 @@ brack
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3063,10 +3047,6 @@ not
|
||||
|
||||
every character can be displayed canceled.
|
||||
The characters are quasi accentuated by a slash.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3291,10 +3271,6 @@ reference "subsec:Chemical-Symbols-and"
|
||||
\end_inset
|
||||
|
||||
the following problem occurs:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3415,10 +3391,6 @@ phantom
|
||||
The arrows indicate that the complete width and height of the box content
|
||||
will be created as placeholder.
|
||||
Phantom characters are accordingly placeholders with the size of the characters.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -4129,10 +4101,6 @@ dots
|
||||
|
||||
, \SpecialChar LaTeX
|
||||
decides on the basis of the next character what type is used.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6008,10 +5976,6 @@ Bigg
|
||||
|
||||
\begin_layout Standard
|
||||
These commands are used to emphasize levels of brackets:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6092,10 +6056,6 @@ C
|
||||
|
||||
\begin_layout Standard
|
||||
Here is an overview about all bracket sizes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6219,10 +6179,6 @@ r
|
||||
|
||||
\begin_layout Standard
|
||||
In the following table is a comparison of the variants:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6478,10 +6434,6 @@ right
|
||||
\series default
|
||||
the wanted bracket must be inserted.
|
||||
The bracket size will then automatically be calculated for the output.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6959,10 +6911,6 @@ Load
|
||||
always
|
||||
\family default
|
||||
, you have access to square backets:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7203,10 +7151,6 @@ underbracket
|
||||
\series default
|
||||
you can change the thickness of the bracket's stroke by specifying the
|
||||
desired thickness in square brackets behind the command:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8615,10 +8559,6 @@ always
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -9143,10 +9083,6 @@ xrightleftharpoons
|
||||
|
||||
\begin_layout Standard
|
||||
The command scheme is for all these arrows:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10412,10 +10348,6 @@ undertilde
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11044,10 +10976,6 @@ arg "math-insert \\space"
|
||||
Space
|
||||
\family default
|
||||
afterwards.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11521,10 +11449,6 @@ reference "subsec:Variable-Space"
|
||||
contrary to the other sizes, because it is a negative
|
||||
space.
|
||||
There are two more negative spaces:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11654,10 +11578,6 @@ g.
|
||||
\end_inset
|
||||
|
||||
useful for summation operators:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11772,10 +11692,6 @@ Relations like for example equal signs, are always surrounded by space.
|
||||
To suppress this, the equal sign is placed into a \SpecialChar TeX
|
||||
brace.
|
||||
The following example demonstrates this:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12801,10 +12717,6 @@ framebox
|
||||
fbox
|
||||
\series default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13301,12 +13213,6 @@ raisebox
|
||||
\end_inset
|
||||
|
||||
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13684,12 +13590,6 @@ white
|
||||
and
|
||||
\series bold
|
||||
yellow
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15973,10 +15873,6 @@ Operators ! Limits
|
||||
|
||||
\begin_layout Standard
|
||||
Limits are created by super- and subscripts:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18226,15 +18122,12 @@ Latin letters in formulas can be set in one of the following font styles:
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18252,6 +18145,15 @@ Command
|
||||
Result
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Shortcut
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18285,6 +18187,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18316,6 +18227,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-bold"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18349,6 +18274,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-boldsymbol"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18384,6 +18323,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18417,6 +18365,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18425,15 +18382,16 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18451,6 +18409,15 @@ Command
|
||||
Result
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Shortcut
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18484,6 +18451,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18515,6 +18491,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-roman"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18548,6 +18538,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-sans"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18581,6 +18585,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-typewriter"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18616,6 +18634,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18624,10 +18651,6 @@ ABC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19160,10 +19183,6 @@ arg "math-insert \\style"
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20901,10 +20920,6 @@ boldsymbol
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -21932,13 +21947,6 @@ bot
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
@ -22917,10 +22925,6 @@ eurosym
|
||||
|
||||
\begin_layout Standard
|
||||
An overview about the different Euro symbols:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -23169,13 +23173,6 @@ fi
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
@ -24603,10 +24600,6 @@ stackrel
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24733,13 +24726,9 @@ italic
|
||||
\end_inset
|
||||
|
||||
.
|
||||
Therefore there are predefined functionswhich are additionally a bit separated
|
||||
Therefore there are predefined functions which are additionally a bit separated
|
||||
from prefactors.
|
||||
They are inserted as commands starting with a backslash before their name.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25423,10 +25412,6 @@ In \SpecialChar LyX
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25568,10 +25553,6 @@ liminf
|
||||
limsup
|
||||
\series default
|
||||
the following functions are defined:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25885,10 +25866,6 @@ The characters ^ and _ would normally create a superscript and subscript,
|
||||
To get these characters you have to insert them with a leading
|
||||
\backslash
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -27554,10 +27531,6 @@ Formula ! styles
|
||||
|
||||
\begin_layout Itemize
|
||||
There are two different alignment styles:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -27637,10 +27610,6 @@ pt will be used.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
And two different numbering styles:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -28239,6 +28208,13 @@ C & \ne & A
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection
|
||||
@ -31025,6 +31001,13 @@ makeatother
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
@ -31625,10 +31608,6 @@ ce
|
||||
\series default
|
||||
to a formula a new blue box appears where chemical formulas can be inserted
|
||||
in an intuitive way.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -32540,6 +32519,13 @@ Manuals
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
User-defined Commands
|
||||
\begin_inset Index idx
|
||||
@ -32933,10 +32919,6 @@ white
|
||||
|
||||
\begin_layout Standard
|
||||
A test of the new defined commands:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34346,10 +34328,6 @@ Thus, the problem disappears when converting the minus sign to mathematical
|
||||
|
||||
\begin_layout Standard
|
||||
An example to visualize the problem:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34616,10 +34594,6 @@ braket
|
||||
|
||||
\begin_layout Standard
|
||||
The following commands are defined:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34933,10 +34907,6 @@ The style is a number in the range of 0
|
||||
\end_inset
|
||||
|
||||
3.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35215,10 +35185,6 @@ cancel
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -233,7 +233,7 @@ filename "../examples/linguistics.lyx"
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
filename "../lib/examples/xypic.lyx"
|
||||
filename "../examples/xypic.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
@ -275,10 +275,6 @@ will not
|
||||
\begin_layout Itemize
|
||||
Detailed explanations of all of \SpecialChar LyX
|
||||
's features.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -294,10 +290,6 @@ User's Guide
|
||||
\begin_layout Itemize
|
||||
Detailed explanations of \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -589,6 +581,16 @@ arg "buffer-view"
|
||||
respectively.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
Another hint:
|
||||
\series default
|
||||
In case you are using a high-resolution display, the LyX toolbar icons
|
||||
are quite small.
|
||||
To change their size, right-click into a toolbar.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Simple Operations
|
||||
\end_layout
|
||||
@ -627,10 +629,6 @@ arg "redo"
|
||||
\end_inset
|
||||
|
||||
) to get it back.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1948,10 +1946,6 @@ Special Document Classes
|
||||
Additional Features
|
||||
\emph default
|
||||
manual for many more details.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2519,7 +2513,7 @@ Space
|
||||
(shortcut
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "command-alternatives space-insert protected ; math-space"
|
||||
arg "command-alternatives math-space ; space-insert protected"
|
||||
\end_inset
|
||||
|
||||
) in between the word
|
||||
|
@ -6681,13 +6681,7 @@ The default numbering of numbered lists can be changed by adding an optional
|
||||
argument (menu
|
||||
\family sans
|
||||
Insert\SpecialChar menuseparator
|
||||
|
||||
\change_inserted 1414654397 1468603313
|
||||
Enumerate Options
|
||||
\change_deleted 1414654397 1468603316
|
||||
Short Title
|
||||
\change_unchanged
|
||||
|
||||
\family default
|
||||
) to the first item of each level in the list.
|
||||
There you add the command
|
||||
@ -19349,7 +19343,7 @@ Header
|
||||
\family default
|
||||
: The current row and all rows above, that don't have any special options
|
||||
defined, are defined to be the header rows of all pages of the longtable.
|
||||
except for the first page, if
|
||||
Except for the first page, if
|
||||
\family sans
|
||||
First
|
||||
\begin_inset space ~
|
||||
@ -42943,6 +42937,39 @@ scaling
|
||||
is used for the size of equations in the output.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
LyX
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
Format The option
|
||||
\family sans
|
||||
Save transient properties
|
||||
\family default
|
||||
controls whether document settings that are frequently switched or that
|
||||
are specific to the user are saved with the document.
|
||||
The properties that are affected by option are currently
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
the activation of change tracking
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
the output of tracked changes
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
the recording of the document directory path.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Disabling the option can prevent issues in collaborative work and/or when
|
||||
using a version control system (for instance unnecessary merge conflicts).
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Section
|
||||
La
|
||||
\family sans
|
||||
|
@ -277,10 +277,6 @@ najdete
|
||||
|
||||
\begin_layout Itemize
|
||||
Instrukce, jak používat myš a klávesnici.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -300,10 +296,6 @@ NEJSTE
|
||||
\begin_layout Itemize
|
||||
Detailní popis všech vlastností \SpecialChar LyX
|
||||
u.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -338,10 +330,6 @@ Uživatelskou příručku
|
||||
\begin_layout Itemize
|
||||
Detailní výklad \SpecialChar LaTeX
|
||||
u.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1521,10 +1521,6 @@ Den følgende liste beskriver indholdet af dokumentationens filer\SpecialChar en
|
||||
|
||||
\emph on
|
||||
Introduktion
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1537,10 +1533,6 @@ Denne fil.
|
||||
|
||||
\emph on
|
||||
Selvstudium (Tutorial)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1610,10 +1602,6 @@ Brugermanual (User's
|
||||
\end_inset
|
||||
|
||||
Guide)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1647,10 +1635,6 @@ funktioner (Additional
|
||||
\end_inset
|
||||
|
||||
Features)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1673,10 +1657,6 @@ sfunktioner til bestemte formål — og viser nogle af de (noget bizarre men
|
||||
|
||||
\emph on
|
||||
Tilpasning (Customization)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1707,10 +1687,6 @@ Selvstudium
|
||||
\end_inset
|
||||
|
||||
configuration)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2111,10 +2087,6 @@ Selvstudium
|
||||
\emph default
|
||||
\SpecialChar endofsentence
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2137,10 +2109,6 @@ Brugermanualen
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Kontakt holdet på engelsk på:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1238,10 +1238,6 @@ vor
|
||||
die Dokumentklasse festzulegen.
|
||||
\SpecialChar LyX
|
||||
macht das bereits für Sie.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1357,10 +1353,6 @@ LaTeX-Vorspann.
|
||||
\family default
|
||||
Dies öffnet ein Editierfenster, in das Sie Ihre bevorzugten Befehle schreiben
|
||||
können.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1789,10 +1781,6 @@ LaTeX Warning:
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1829,10 +1817,6 @@ LaTeX Font Warning:
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1864,10 +1848,6 @@ hbox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1907,10 +1887,6 @@ hbox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1956,10 +1932,6 @@ vbox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1991,10 +1963,6 @@ Xxxx
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2077,10 +2045,6 @@ LaTeX Error: Unknown option
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2104,10 +2068,6 @@ Undefined control sequence
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2196,10 +2156,6 @@ Haben Sie zu tief geschachtelt? \SpecialChar LyX
|
||||
Gut, es gibt keine Fehlermeldungen, aber Ihre Ausgabe sieht kaputt aus.
|
||||
Wenn Sie ein Bild haben, das zu breit oder eine Tabelle, die zu lang für
|
||||
die Seite ist, müssen Sie:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3686,10 +3642,6 @@ Die sechs zur Auswahl stehenden Felder ergeben sich aufgrund der zu ihrer
|
||||
-Pakete.
|
||||
Die folgende Tabelle zeigt die Zuordnung von Name und zugehörigem \SpecialChar LaTeX
|
||||
-Paket.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3993,10 +3945,6 @@ sharp
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9150,10 +9098,6 @@ cal Society of the Pacific.
|
||||
Version 5.2 wird hier beschrieben wird.
|
||||
Das AAS\SpecialChar TeX
|
||||
-Paket kann vom FTP-Server der AAS heruntergeladen werden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -9275,10 +9219,6 @@ Editieren Sie die so erzeugte
|
||||
.tex
|
||||
\family default
|
||||
-Datei mit Ihrem bevorzugten Text-Editor:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11134,10 +11074,6 @@ Editieren Sie die
|
||||
.tex
|
||||
\family default
|
||||
-Datei mit einem Texteditor und machen Sie die folgenden Änderungen:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13839,10 +13775,6 @@ lungen
|
||||
\family default
|
||||
unterscheiden sich etwas von dem normalen Verhalten.
|
||||
Sie können unter folgenden Versionen wählen:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14137,10 +14069,6 @@ Unsichtbarer Text
|
||||
SichtbarerText
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15481,10 +15409,6 @@ immer
|
||||
\emph default
|
||||
das Logo – falls eines definiert ist – zentriert unten auf der Seite.
|
||||
Mögliche Einstellungen für das Seitenformat sind:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16030,10 +15954,6 @@ Left
|
||||
Header
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -17973,10 +17893,6 @@ Nichtnummerierte Titel (zum Beispiel
|
||||
Abschnitt*
|
||||
\family default
|
||||
) werden zum Inhaltsverzeichnis hinzugefügt,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -18019,10 +17935,6 @@ outer die Seitennummer wird wird auf der Außenseite der Seite platziert.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Optionen
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21825,10 +21737,6 @@ There are more possibilities how to activate revision information in our
|
||||
\lang english
|
||||
\SpecialChar LyX
|
||||
supports directly:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22053,10 +21961,6 @@ file.lyx
|
||||
|
||||
.
|
||||
Supported flags are:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22516,10 +22420,6 @@ http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
|
||||
any password from you.
|
||||
To keep things easy we will use only keys without any additional password
|
||||
protection etc.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23037,10 +22937,6 @@ Wie unterscheidet sich Literarische Programmierung von normaler Dokumentation?
|
||||
\begin_layout Quotation
|
||||
Es gibt drei Unterscheidungsmerkmale.
|
||||
Nach Wichtigkeit geordnet sind das:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23366,10 +23262,6 @@ DVI
|
||||
\family default
|
||||
gewählt wird, wird eine \SpecialChar LaTeX
|
||||
-Datei erzeugt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -4175,10 +4175,6 @@ n.
|
||||
\begin_layout Enumerate
|
||||
Nun müssen Sie entscheiden, ob das Paket für alle Nutzer oder nur für Sie
|
||||
verfügbar sein soll.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4411,10 +4407,6 @@ Jetzt muss man \SpecialChar LaTeX
|
||||
nur noch mitteilen, dass es neue Dateien gibt.
|
||||
Die ist je nach \SpecialChar LaTeX
|
||||
-Distribution anders:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8884,10 +8876,6 @@ EndArgument
|
||||
\end_inset
|
||||
|
||||
optionalen Argumenten hat somit diese Struktur:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11105,10 +11093,6 @@ Itemize, Bibliography
|
||||
\end_inset
|
||||
|
||||
]
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11539,10 +11523,6 @@ db_*.inc
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12017,10 +11997,6 @@ Static
|
||||
|
||||
legt fest, wie der linke Rand des Textes bestimmt wird.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13473,10 +13449,6 @@ theorems-ams.inc
|
||||
|
||||
\begin_layout LyX-Code
|
||||
Preamble
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16675,10 +16647,6 @@ LatexType
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -655,10 +655,6 @@ reference "abs:Bildformate"
|
||||
\end_inset
|
||||
|
||||
in einem eigenen Absatz:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -677,10 +673,6 @@ reference "abs:Bildformate"
|
||||
\begin_layout Standard
|
||||
\noindent
|
||||
Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1596,10 +1588,6 @@ In der so erstellten Tabelle ist jede Zelle umrandet.
|
||||
Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
|
||||
die zweite Zeile eine Linie oberhalb haben.
|
||||
Hier ist ein Beispiel:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3179,10 +3167,6 @@ reference "uab:Beschriftungen-mehrseitiger-Tabellen"
|
||||
|
||||
\begin_layout Standard
|
||||
Hier ist ein Beispiel einer mehrseitigen Tabelle:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7583,10 +7567,6 @@ reference "tab:Telefonliste"
|
||||
|
||||
ist ein Beispiel für eine mehrseitige Tabelle mit unterschiedlichen Titeln
|
||||
und ohne Tabellennummer auf der zweiten Seite.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -9798,10 +9778,6 @@ parfillskip}{0pt}
|
||||
\begin_layout Standard
|
||||
Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
|
||||
erscheint.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11620,10 +11596,6 @@ Mehrfachspalten haben ihre eigenen Einstellungen.
|
||||
Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
|
||||
Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
|
||||
einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12504,10 +12476,6 @@ Mehrfachzeile
|
||||
|
||||
\begin_layout Standard
|
||||
Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12690,10 +12658,6 @@ mm vertikalen Versatz hat und sich in einer 3
|
||||
\end_inset
|
||||
|
||||
cm breiten Spalte befindet:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12870,10 +12834,6 @@ Strg+Enter
|
||||
\family default
|
||||
) verwenden.
|
||||
Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13293,10 +13253,6 @@ Das 3-Argument Schema ist z.
|
||||
\end_inset
|
||||
|
||||
B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13516,10 +13472,6 @@ Falken
|
||||
\begin_layout Standard
|
||||
Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
|
||||
jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14012,10 +13964,6 @@ verwendet.
|
||||
Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
|
||||
Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
|
||||
e ist, ragt der Inhalt über die Zelle hinaus:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14243,10 +14191,6 @@ diagtest]{A}{B}
|
||||
|
||||
\begin_layout Standard
|
||||
in der ersten Zelle verwenden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14345,10 +14289,6 @@ Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
|
||||
muss.
|
||||
Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
|
||||
wie in in dieser Tabelle:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14461,10 +14401,6 @@ tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
|
||||
\end_inset
|
||||
|
||||
cm verwendet:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14614,10 +14550,6 @@ Strg+Enter
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25775,10 +25707,6 @@ topfraction
|
||||
\series default
|
||||
im \SpecialChar LaTeX
|
||||
-Vorspann überschrieben werden, zum Beispiel:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -25819,10 +25747,6 @@ bottomfraction
|
||||
\series default
|
||||
im \SpecialChar LaTeX
|
||||
-Vorspann überschrieben werden, zum Beispiel setzt
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -33171,10 +33095,6 @@ Absatz-Einstellungen
|
||||
Box
|
||||
\family default
|
||||
gewählt haben.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33231,10 +33151,6 @@ Box
|
||||
Box-Einstellungen-
|
||||
\family default
|
||||
Dialog ausrichten
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34305,10 +34221,6 @@ paragraph box
|
||||
, was Absatzbox bedeutet.
|
||||
Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
|
||||
in Parboxen nicht ausgegeben werden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -36710,10 +36622,6 @@ reference "abs:Umflossene-Gleitobjekte"
|
||||
\end_inset
|
||||
|
||||
beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -37845,10 +37753,6 @@ t
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -37894,10 +37798,6 @@ Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
|
||||
Kapitälchen
|
||||
\shape default
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -38070,10 +37970,6 @@ white
|
||||
usepackage{color}}{}
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -39236,10 +39132,6 @@ Input Diese Methode ist
|
||||
Include
|
||||
\family default
|
||||
sehr ähnlich mit folgenden Unterschieden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1962,10 +1962,6 @@ Wenn Sie neu bei \SpecialChar LyX
|
||||
aber immerhin wissen Sie dann, wie Sie mit \SpecialChar LyX
|
||||
umgehen\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2165,18 +2161,7 @@ Inhaltsverzeichnis der \SpecialChar LyX
|
||||
\begin_layout Description
|
||||
|
||||
\emph on
|
||||
LaTe
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
X-Konfiguration
|
||||
LaTeX-Konfiguration
|
||||
\emph default
|
||||
|
||||
\begin_inset space ~
|
||||
@ -2554,10 +2539,6 @@ Tutorium
|
||||
Benutzerhandbuch
|
||||
\emph default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1491,10 +1491,6 @@ arg "math-superscript"
|
||||
\end_inset
|
||||
|
||||
erzeugt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1748,10 +1744,6 @@ Eine Zeile mit dem Bruch
|
||||
dfrac
|
||||
\series default
|
||||
erstellt wurde.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2286,10 +2278,6 @@ arg "math-insert \\root"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2650,10 +2638,6 @@ brack
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3075,10 +3059,6 @@ not
|
||||
|
||||
kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
|
||||
Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3300,10 +3280,6 @@ reference "subsec:Chemische-Symbole-und"
|
||||
\end_inset
|
||||
|
||||
darstellen, tritt folgendes Problem auf:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3426,10 +3402,6 @@ phantom
|
||||
als Leerraum erstellt wird.
|
||||
Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
|
||||
Zeichen.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -4149,10 +4121,6 @@ dots
|
||||
, entscheidet \SpecialChar LaTeX
|
||||
anhand des nachfolgenden Zeichens, welche Punktart verwendet
|
||||
wird.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6046,10 +6014,6 @@ Bigg
|
||||
|
||||
\begin_layout Standard
|
||||
Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6130,10 +6094,6 @@ C
|
||||
|
||||
\begin_layout Standard
|
||||
Hier alle Klammergrößen in der Übersicht:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6258,10 +6218,6 @@ r
|
||||
|
||||
\begin_layout Standard
|
||||
In der folgenden Tabelle sind die Varianten miteinander verglichen:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6521,10 +6477,6 @@ right
|
||||
\series default
|
||||
muss unmittelbar die gewünschte Klammer folgen.
|
||||
Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7011,10 +6963,6 @@ Immer
|
||||
laden
|
||||
\family default
|
||||
einstellt, hat man Zugriff auf eckige Klammern:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7197,10 +7145,6 @@ underbracket
|
||||
\series default
|
||||
kann die Strichstärke der Klammer verändert werden, indem man die gewünschte
|
||||
Stärke in eckigen Klammern hinter dem Befehl angibt:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8548,10 +8492,6 @@ Immer
|
||||
laden
|
||||
\family default
|
||||
einstellt, hat man Zugriff auf die folgenden beschriftbaren Pfeile:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8932,10 +8872,6 @@ xrightleftharpoons
|
||||
|
||||
\begin_layout Standard
|
||||
Das Befehlsschema ist für all diese Pfeile dasselbe:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10191,10 +10127,6 @@ undertilde
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10806,10 +10738,6 @@ arg "math-insert \\space"
|
||||
oder mit einzelnen Befehlen aufrufen.
|
||||
Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
|
||||
danach wieder aus allen Größen wählen.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12552,10 +12480,6 @@ framebox
|
||||
fbox
|
||||
\series default
|
||||
die Formel eingegeben.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13052,10 +12976,6 @@ raisebox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13435,12 +13355,6 @@ white
|
||||
und
|
||||
\series bold
|
||||
yellow
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15743,10 +15657,6 @@ Grenzen werden durch Hoch- bzw.
|
||||
\end_inset
|
||||
|
||||
Tiefstellen erzeugt:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18004,15 +17914,12 @@ Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18030,6 +17937,15 @@ Befehl
|
||||
Ergebnis
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Tastenkürzel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18063,6 +17979,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18096,6 +18021,17 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\family sans
|
||||
Strg+Alt+B
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18129,6 +18065,17 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\family sans
|
||||
Strg+B
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18162,6 +18109,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18195,6 +18151,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18203,15 +18168,16 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18229,6 +18195,15 @@ Befehl
|
||||
Ergebnis
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Tastenkürzel
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18262,6 +18237,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18295,6 +18279,17 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\family sans
|
||||
Alt+Z R
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18328,6 +18323,17 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\family sans
|
||||
Alt+Z S
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18361,6 +18367,17 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\family sans
|
||||
Strg+Shift+P
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18394,6 +18411,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18402,10 +18428,6 @@ ABC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18944,10 +18966,6 @@ arg "math-insert \\style"
|
||||
\end_inset
|
||||
|
||||
geändert werden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20191,13 +20209,6 @@ reference "subsec:Aufrechte-kleine-griechische"
|
||||
beschrieben.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Große Buchstaben
|
||||
\begin_inset Index idx
|
||||
@ -20700,10 +20711,6 @@ boldsymbol
|
||||
\end_inset
|
||||
|
||||
fett gedruckt auszugeben.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -22721,10 +22728,6 @@ eurosym
|
||||
|
||||
\begin_layout Standard
|
||||
Eine Übersicht der verschiedenen Euro-Symbole:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24413,10 +24416,6 @@ stackrel
|
||||
\end_inset
|
||||
|
||||
erstellt werden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24546,10 +24545,6 @@ kursiv
|
||||
Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
|
||||
en etwas abgesetzt sind.
|
||||
Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25240,10 +25235,6 @@ Selbst definierte Funktionen werden in \SpecialChar LyX
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25385,10 +25376,6 @@ liminf
|
||||
limsup
|
||||
\series default
|
||||
noch folgende Funktionen definiert:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25708,10 +25695,6 @@ Indizes.
|
||||
Um diese Zeichen zu erhalten, müssen sie mit einem
|
||||
\backslash
|
||||
eingegeben werden:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25813,13 +25796,6 @@ Die folgenden Befehle können nur im mathematischen Textmodus oder im \SpecialCh
|
||||
verwendet werden:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
@ -27389,10 +27365,6 @@ Formel ! Stile
|
||||
|
||||
\begin_layout Itemize
|
||||
Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -27471,10 +27443,6 @@ pt verwendet.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Und zwei verschiedene Nummerierungsstile:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -31509,10 +31477,6 @@ ce
|
||||
\series default
|
||||
in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
|
||||
Formeln in intuitiver Weise eingegeben werden können.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -32886,10 +32850,6 @@ white
|
||||
|
||||
\begin_layout Standard
|
||||
Ein Test der neu definierten Befehle:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34232,10 +34192,6 @@ Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
|
||||
|
||||
\begin_layout Standard
|
||||
Ein Beispiel zur Veranschaulichung der Problematik:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34506,10 +34462,6 @@ braket
|
||||
|
||||
\begin_layout Standard
|
||||
Folgende Befehle sind definiert:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34811,10 +34763,6 @@ Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
|
||||
\end_inset
|
||||
|
||||
3 angegeben.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35094,10 +35042,6 @@ cancel
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -325,10 +325,6 @@ nicht
|
||||
\begin_layout Itemize
|
||||
eine Erklärung aller \SpecialChar LyX
|
||||
-Fähigkeiten.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -346,10 +342,6 @@ Handbuchergänzungen.
|
||||
\begin_layout Itemize
|
||||
ausführliche Erklärungen zu \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -685,6 +677,17 @@ arg "buffer-view"
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
Ein weiterer Tipp:
|
||||
\series default
|
||||
Falls sie einen Bildschirm mit hoher Auflösung verwenden, erscheinen die
|
||||
LyX Werkzeugleistenknöpfe recht klein.
|
||||
Um deren Größe zu ändern, klicken Sie mit der rechten Maustaste in eine
|
||||
Werkzeugleiste.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Einfache Vorgänge
|
||||
\end_layout
|
||||
@ -732,10 +735,6 @@ arg "redo"
|
||||
\end_inset
|
||||
|
||||
macht das Rückgängig machen wieder ungeschehen.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2051,10 +2050,6 @@ Besondere Dokumentklassen
|
||||
Handbuchergänzungen
|
||||
\emph default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -1616,10 +1616,6 @@ An dieser Stelle werden nur die grundlegenden Operationen beschrieben, die
|
||||
|
||||
\begin_layout Enumerate
|
||||
Positionieren
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1650,10 +1646,6 @@ rechten
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Text markieren
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1700,10 +1692,6 @@ rs den X-Puffer.
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Fußnoten, Randnotizen, Gleitobjekte (Abbildungen und Tabellen) usw.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2526,10 +2514,6 @@ description "Steuerung-Taste"
|
||||
|
||||
bezeichnet) Diese hat verschiedene Funktionen, abhängig mit welcher Taste
|
||||
es in Kombination verwendet wird:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2628,10 +2612,6 @@ description "Alt oder Meta-Taste"
|
||||
Diese Taste macht verschiedene Dinge und aktiviert zudem die Menü Schnellauswahl.
|
||||
Wenn man sie in Kombination mit einem unterstrichenen Buchstaben eines
|
||||
Menüeintrags verwendet, wird dieses Menü ausgewählt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3976,10 +3956,6 @@ Papierformat
|
||||
\family default
|
||||
Auf welche Papiergröße ausgegeben werden soll.
|
||||
Die Größen sind
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5914,10 +5890,6 @@ umgebung.
|
||||
|
||||
\begin_layout Itemize
|
||||
Jedes Element besitzt ein bestimmtes Aufzählungszeichen als Marke.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6000,28 +5972,16 @@ Auf\SpecialChar ligaturebreak
|
||||
listung
|
||||
\family default
|
||||
ist ein schwarzer Kreis.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
Die Marke für die zweite Stufe ist ein Gedankenstrich.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
Die Marke für die dritte Stufe ist ein Stern.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6170,10 +6130,6 @@ Aufzählung
|
||||
|
||||
\begin_layout Enumerate
|
||||
Jedes Element hat eine Ziffer als Marke.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6226,10 +6182,6 @@ listung
|
||||
Aufzählung
|
||||
\family default
|
||||
-Umgebung folgendes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6283,29 +6235,17 @@ Die erste Stufe von
|
||||
Aufzählung
|
||||
\family default
|
||||
benutzt arabische Ziffern, gefolgt von einem Punkt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Die zweite Stufe benutzt Kleinbuchstaben in runden Klammern.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Die dritte Stufe benutzt kleingeschriebene römische Ziffern, gefolgt von
|
||||
einem Punkt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6910,7 +6850,11 @@ Die voreingestellte Nummerierung von Aufzählungen kann geändert werden,
|
||||
indem man ein optionales Argument (Menü
|
||||
\family sans
|
||||
Einfügen\SpecialChar menuseparator
|
||||
Kurztitel
|
||||
Benutzerdef.
|
||||
\begin_inset space \space{}
|
||||
\end_inset
|
||||
|
||||
Aufzählung
|
||||
\family default
|
||||
) zum ersten Eintrag jeder Stufe der Liste hinzufügt.
|
||||
Darin fügt man den Befehl
|
||||
@ -7070,10 +7014,6 @@ Alph{enumi}
|
||||
\end_inset
|
||||
|
||||
Stufe 1
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7106,10 +7046,6 @@ Stufe 2
|
||||
|
||||
\begin_layout Enumerate
|
||||
Level 2
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7138,10 +7074,6 @@ arabic{enumiii}}
|
||||
\end_inset
|
||||
|
||||
Stufe 3
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8647,12 +8579,10 @@ Unformatiert
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Dies ist Unformatiert.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Die folgenden 2 Zeilen sind leer:
|
||||
\end_layout
|
||||
|
||||
@ -8665,7 +8595,6 @@ Die folgenden 2 Zeilen sind leer:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Fast alles ist in Unformatiert erlaubt:"%&$§#~'`
|
||||
\backslash
|
||||
}][{|
|
||||
@ -8689,7 +8618,6 @@ Unformatiert
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim*
|
||||
|
||||
Dies ist Unformatiert*.
|
||||
\end_layout
|
||||
|
||||
@ -8778,10 +8706,6 @@ eins
|
||||
|
||||
\begin_layout Enumerate
|
||||
zwei
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8957,10 +8881,6 @@ Nicht
|
||||
|
||||
schachtelbar Man kann sie nicht schachteln.
|
||||
Man kann nichts in sie hinein schachteln.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9002,10 +8922,6 @@ Vollständig
|
||||
|
||||
schachtelbar Man kann sie schachteln.
|
||||
Man kann andere Dinge in sie hinein schachteln.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9087,10 +9003,6 @@ Teilweise
|
||||
|
||||
schachtelbar Man kann sie in andere Dinge schachteln.
|
||||
Man kann nichts in sie hinein schachteln.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9320,19 +9232,11 @@ Hier ist ein Beispiel mit einer Tabelle:
|
||||
|
||||
\begin_layout Enumerate
|
||||
Punkt eins
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Dies ist (a) und geschachtelt.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9407,10 +9311,6 @@ Wenn wir die Tabelle nicht geschachtelt hätten, würde die Liste wie folgt
|
||||
|
||||
\begin_layout Enumerate
|
||||
Punkt eins
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9500,10 +9400,6 @@ Es gibt noch eine Falle, in die man leicht geht: man schachtelt zwar die
|
||||
|
||||
\begin_layout Enumerate
|
||||
Punkt eins
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9650,46 +9546,26 @@ Wenn Sie dies in \SpecialChar LyX
|
||||
|
||||
\begin_layout Enumerate
|
||||
Stufe 1 – außen
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Stufe 2
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Stufe 3
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Stufe 4
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
Stufe 5
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9798,10 +9674,6 @@ Beispiel 1: Sechsfache und gemischte Schachtelung
|
||||
Liste
|
||||
\family default
|
||||
-Umgebung.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9817,10 +9689,6 @@ Alt+Eingabe
|
||||
Alt+Eingabe+Rechts
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9843,10 +9711,6 @@ Alt+Ein\SpecialChar softhyphen
|
||||
gabe
|
||||
\family default
|
||||
drücken, gefolgt von v.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9944,10 +9808,6 @@ können
|
||||
\end_inset
|
||||
|
||||
weiterschachteln.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9955,10 +9815,6 @@ können
|
||||
\labelwidthstring 00.00.0000
|
||||
5-a Dies ist Stufe 5\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10097,10 +9953,6 @@ werden wir zur
|
||||
Aufzählung
|
||||
\family default
|
||||
-Umgebung wechseln.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10177,10 +10029,6 @@ Aufzählung
|
||||
\family default
|
||||
-Absatzumgebung.
|
||||
Wir wollen einige davon schachteln.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10206,10 +10054,6 @@ listung
|
||||
\family default
|
||||
-Umgebung hier hinein schachteln? Sie wird auf Stufe 3 sein, aber welche
|
||||
Marke wird es sein? Ein Stern?
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10244,10 +10088,6 @@ Auf\SpecialChar ligaturebreak
|
||||
listung
|
||||
\family default
|
||||
.)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10267,10 +10107,6 @@ Alt+Eingabe+Rechts.
|
||||
\family default
|
||||
Wir werden das noch einmal machen \SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10467,10 +10303,6 @@ Jetzt werden wir völlig verrückt.
|
||||
Aufzählung
|
||||
\family default
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10498,10 +10330,6 @@ Alt+Eingabe+Rechts, Standard
|
||||
Eingabe, Aufzählung
|
||||
\family default
|
||||
: Stufe 1) Dies ist der nächste Eintrag in der Liste.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10543,10 +10371,6 @@ Alt+Eingabe
|
||||
|
||||
\begin_layout Verse
|
||||
Hier kommt eine Tabelle:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10708,10 +10532,6 @@ rechts
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10845,19 +10665,11 @@ Es ist manchmal notwendig zwei aufeinanderfolgende Umgebungen gleichen Typs
|
||||
|
||||
\begin_layout Enumerate
|
||||
Hallo
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
dies ist eine
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12355,10 +12167,6 @@ Rechts
|
||||
\family default
|
||||
aktivieren, wird die Voreinstellung deaktiviert.
|
||||
Diese Ausrichtungen sind selbsterklärend und sehen wie folgt aus:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14267,10 +14075,6 @@ allgemeine Aussehen
|
||||
\emph default
|
||||
der Schrift.
|
||||
Es gibt folgende Möglichkeiten:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14361,10 +14165,6 @@ Druckstärke
|
||||
\end_inset
|
||||
|
||||
mit folgenden Optionen:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14422,10 +14222,6 @@ Schnitt
|
||||
|
||||
\family default
|
||||
Wie der Name schon sagt mit folgenden Optionen:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14675,10 +14471,6 @@ al zur Standard-Schriftgröße.
|
||||
Noch einmal, Sie füttern \SpecialChar LyX
|
||||
nicht mit Details, sondern mit einer Beschreibung
|
||||
von dem, was Sie machen wollen.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15091,10 +14883,6 @@ noch einmal
|
||||
Diverses
|
||||
\family default
|
||||
Hier können Sie auf Buchstabenniveau noch ein paar andere Dinge ändern:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -18581,10 +18369,6 @@ Der Grafikdialog kann jederzeit durch Klicken auf ein Bild geöffnet werden.
|
||||
Text befinden.
|
||||
Dies ist ein Beispielbild in einem separaten, horizontal zentrierten Absatz:
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19017,10 +18801,6 @@ Tabelle
|
||||
Dies kommt durch eine doppelte Linie zustande: Die Zellen der ersten Zeile
|
||||
haben eine untere Linie und die Zellen der zweiten Zeile eine obere Linie.
|
||||
Hier ist eine Beispieltabelle:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19278,10 +19058,6 @@ einer
|
||||
ngs-, Breiten-, und Linieneinstellungen nur die Mehrfachspaltenzelle betrifft.
|
||||
Hier ist eine Beispieltabelle mit einer Mehrfachspaltenzelle in der ersten
|
||||
Zeile und einer in der letzten Zeile ohne obere Linie:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19605,10 +19381,6 @@ Erste
|
||||
Kopfzeile
|
||||
\family default
|
||||
; siehe die folgende Lange Tabelle als Beispiel wie es funktioniert:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -21813,10 +21585,6 @@ Um mehrzeilige Einträge in Tabellenzellen zu erstellen, muss man eine feste
|
||||
Der Text wird dann automatisch in mehrere Zeilen aufgeteilt und die Zelle
|
||||
vertikal vergrößert, wenn die angegebene Breite überschritten wird.
|
||||
Ein Beispiel:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -22676,10 +22444,6 @@ Box
|
||||
eingefügt wird.
|
||||
Per Rechts-klicken auf die Boxmarke kann die Breite und Ausrichtung der
|
||||
Minipage eingestellt werden.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -23800,10 +23564,6 @@ reference "tab:Akzente"
|
||||
|
||||
enthält die Akzentnamen im Textmodus, in Formeln und Beispiele für die
|
||||
Akzente.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -41878,6 +41638,36 @@ Handbuchergänzungen
|
||||
Die Skalierung wird für die Größe von Gleichungen in der Ausgabe verwendet.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
LyX-Format Die Option
|
||||
\family sans
|
||||
Vorübergehende Eigenschaften speichern
|
||||
\family default
|
||||
legt fest, ob auch Einstellungen in die Datei gespeichert werden, die oft
|
||||
geändert werden oder die benutzerspezifisch sind.
|
||||
Die Eigenschaften, die von der Option betroffen sind, sind momentan
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
die Aktivierung der Änderungsverfolgung
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
die Ausgabe verfolgter Änderungen
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
die Speicherung des Dateipfads zum Dokument
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Die Deaktivierung der Option kann Probleme verhindern, die auftreten wenn
|
||||
ein Dokument von mehreren Personen geändert wird und/oder wenn ein Versionskont
|
||||
rollsystem verwendet wird.
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Section
|
||||
\SpecialChar LaTeX
|
||||
-Vorspann
|
||||
|
@ -2529,10 +2529,6 @@ funky
|
||||
Vale, no recibes ningún mensaje de error, pero la salida es horrorosa.
|
||||
Si tienes un cuadro o una figura demasiado anchos o largos para la página,
|
||||
tienes que:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4560,10 +4556,6 @@ Los seis paneles de
|
||||
\family default
|
||||
corresponden a los distintos paquetes requeridos.
|
||||
El cuadro siguiente recoge los nombres y sus paquetes asociados:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -4958,10 +4950,6 @@ renewcommand{}{}
|
||||
En esta lista no numerada se ha usado el siguiente código \SpecialChar LaTeX
|
||||
para cambiar
|
||||
la marca del primer nivel:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6809,18 +6797,7 @@ Este método proporciona el archivo DVI con la información necesaria para
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX (plain)->DVI
|
||||
LaTeX (plain)->DVI
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -6830,18 +6807,7 @@ eX (plain)->DVI
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX (plain)->DraftDVI
|
||||
LaTeX (plain)->DraftDVI
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -7030,18 +6996,7 @@ Para activar Sync\SpecialChar TeX
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX (plain) -> DVI
|
||||
LaTeX (plain) -> DVI
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -7051,18 +7006,7 @@ eX (plain) -> DVI
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX (plain) -> DraftDVI
|
||||
LaTeX (plain) -> DraftDVI
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -7095,18 +7039,7 @@ latex -synctex=1 $$i
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX (pdflatex) -> PDF (pdflatex)
|
||||
LaTeX (pdflatex) -> PDF (pdflatex)
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -7363,18 +7296,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout LyX-Code
|
||||
/Applications/Ly
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
X.app/Contents/MacOS/lyxeditor "$2" $1
|
||||
/Applications/LyX.app/Contents/MacOS/lyxeditor "$2" $1
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
@ -8929,10 +8851,6 @@ Edita el archivo resultante
|
||||
.tex
|
||||
\family default
|
||||
con tu editor de textos favorito.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11329,10 +11247,6 @@ siempre
|
||||
\emph default
|
||||
pone el logo, (si se define uno), centrado en la parte inferior de la página.
|
||||
Las opciones posibles de estilo de página son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11852,12 +11766,6 @@ Encabezado_Derecho
|
||||
|
||||
\family sans
|
||||
Encabezado_Izquierdo
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13638,10 +13546,6 @@ Ecuaciones
|
||||
\begin_layout Itemize
|
||||
El entorno de título define la clase de tu documento.
|
||||
Por tanto usa uno de los siguientes entornos para el título:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13898,10 +13802,6 @@ Edita el archivo
|
||||
.tex
|
||||
\family default
|
||||
resultante con un editor de texto y haz los siguientes cambios:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16442,10 +16342,6 @@ Sección*
|
||||
|
||||
\begin_layout Itemize
|
||||
Estilos de página adicionales:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16480,10 +16376,6 @@ outer el número de página se coloca en el lado exterior de la misma.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Opciones
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -17454,10 +17346,6 @@ página
|
||||
\family default
|
||||
se porta un poco distinto para esta clase.
|
||||
Las opciones disponibles y su efecto son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -17514,10 +17402,6 @@ clock
|
||||
\end_inset
|
||||
|
||||
en las opciones de la configuración de clase.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22665,10 +22549,6 @@ Hay más posibilidades para activar la información de revisión en nuestro
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LyX
|
||||
lo soporta directamente.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22857,10 +22737,6 @@ file.lyx
|
||||
|
||||
.
|
||||
Los argumentos soportados son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23279,10 +23155,6 @@ http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
|
||||
Tendrás que configurar la conexión para que el cliente no pia contraseña.
|
||||
Para facilitar las cosas usaremos solo claves sin ninguna protección adicional
|
||||
de contraseña, etc.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -24064,10 +23936,6 @@ l comentario literal?
|
||||
|
||||
\begin_layout Quotation
|
||||
Hay tres rasgos distintivos, que son, por orden de importancia:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -24393,10 +24261,6 @@ DVI
|
||||
, se genera un archivo \SpecialChar LaTeX
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -24480,10 +24344,6 @@ Preferencias
|
||||
convierte Noweb a \SpecialChar LaTeX
|
||||
para generar el archivo \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -5697,10 +5697,6 @@ latex foiltex.ins
|
||||
\begin_layout Enumerate
|
||||
Tienes que decidir si el paquete estará disponible para todos los usuarios
|
||||
o no.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5927,10 +5923,6 @@ Ahora hay que decir a \SpecialChar LaTeX
|
||||
que hay archivos nuevos.
|
||||
Esto depende de la distribución de \SpecialChar LaTeX
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6016,18 +6008,7 @@ Slides
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
(FoilTe
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
x)
|
||||
(FoilTeX)
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -10362,10 +10343,6 @@ EndArgument
|
||||
|
||||
.
|
||||
Así, un comando con dos argumentos opcionales tiene:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12575,10 +12552,6 @@ Itemize, Bibliography
|
||||
\end_inset
|
||||
|
||||
]
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13011,10 +12984,6 @@ db_*.inc
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13480,10 +13449,6 @@ Static
|
||||
\end_inset
|
||||
|
||||
El tipo de margen que el estilo tiene en el lado izquierdo.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14880,10 +14845,6 @@ theorems-ams.inc
|
||||
|
||||
\begin_layout LyX-Code
|
||||
Preamble
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -18005,10 +17966,6 @@ LatexType
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -18996,10 +18953,6 @@ LabelStringAppendix
|
||||
|
||||
.
|
||||
Para los valores de 'string' se pueden usar las estructuras siguientes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -670,10 +670,6 @@ reference "sec:Formatos-de-imagen"
|
||||
\end_inset
|
||||
|
||||
en un párrafo separado centrado horizontalmente:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -691,10 +687,6 @@ reference "sec:Formatos-de-imagen"
|
||||
|
||||
\begin_layout Standard
|
||||
Esta es la misma imagen pero en modo borrador:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1626,10 +1618,6 @@ Por omisión, el cuadro tiene líneas que enmarcan cada celda y la primera
|
||||
fila aparece separada por una línea doble: el borde inferior de la primera
|
||||
fila y el borde superior de la segunda fila.
|
||||
Ejemplo de cuadro:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3176,10 +3164,6 @@ reference "subsec:Leyendas-en-Cuadros"
|
||||
También se puede especificar en el diálogo en qué fila se ha de cortar el
|
||||
cuadro.
|
||||
El siguiente cuadro muestra cómo funciona:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7565,10 +7549,6 @@ reference "tab:DifLeyendas"
|
||||
|
||||
es un ejemplo de cuadro multipágina con encabezados distintos donde el
|
||||
segundo no incluye número de cuadro.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -9708,10 +9688,6 @@ debe insertarse en código \SpecialChar TeX
|
||||
al principio de la celda.
|
||||
Esto garantiza que la parte de la celda que será mostrada en la nueva página
|
||||
aparecerá con toda su anchura.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11513,10 +11489,6 @@ Las multicolumnas tienen su propia configuración de celdas.
|
||||
multicolumna.
|
||||
Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
|
||||
última fila sin borde superior:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12293,10 +12265,6 @@ en el menú contextual.
|
||||
|
||||
\begin_layout Standard
|
||||
Aquí hay un ejemplo de cuadro con una multifila en la primera columna:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12476,10 +12444,6 @@ mm y está en una columna de 3
|
||||
\end_inset
|
||||
|
||||
cm de ancho:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12655,10 +12619,6 @@ Para iniciar una nueva línea en una multifila se puede usar un salto de
|
||||
Ctrl+Retorno
|
||||
\family default
|
||||
) pero esto no respetará la alineación de celda, como se ve en este cuadro:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13062,10 +13022,6 @@ Crystal Clear Pro
|
||||
\begin_layout Standard
|
||||
El esquema con tres argumentos puede ser útil, por ejemplo, para cuadros
|
||||
de ligas deportivas o distancias:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13285,10 +13241,6 @@ Falcons
|
||||
\begin_layout Standard
|
||||
Para cuadros más grandes con datos cruzados se pueden usar celdas divididas
|
||||
en cada esquina del cuadro, como en el siguiente ejemplo:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13776,10 +13728,6 @@ Si no se indica dirección se usa NW.
|
||||
La anchura adecuada para las celdas divididas se calcula automáticamente.
|
||||
Si estableces una anchura fija de columna menor que la calculada, el contenido
|
||||
sobrepasará los bordes de la celda:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14000,10 +13948,6 @@ diagtest]{A}{B}
|
||||
|
||||
\begin_layout Standard
|
||||
en la primera celda:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14102,10 +14046,6 @@ Hay que tener en cuenta que la celda dividida ha de ser la más ancha en
|
||||
la columna.
|
||||
De otro modo, la longitud de la diagonal no puede calcularse correctamente,
|
||||
como en este caso:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14217,10 +14157,6 @@ tabcolsep porque la anchura de la celda es la anchura de la columna.
|
||||
\end_inset
|
||||
|
||||
cm:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14364,10 +14300,6 @@ Ctrl+Retorno
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -32821,10 +32753,6 @@ interior
|
||||
\family default
|
||||
, puedes alinear horizontalmente el contenido del marco en el diálogo de
|
||||
marcos.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33860,10 +33788,6 @@ Marcos ! de párrafo
|
||||
\begin_layout Standard
|
||||
Los marcos de párrafo son similares a las minipáginas con la diferencia
|
||||
de que no pueden contener notas al pie.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -36212,10 +36136,6 @@ reference "sec:Flotantes-envueltos"
|
||||
\end_inset
|
||||
|
||||
, tienen estas posiciones en el párrafo:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -37341,10 +37261,6 @@ Sin argumento opcional, la capital es la letra 'I' en tipografía matemática
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -37392,10 +37308,6 @@ was in the spring of the year 1894 that all London was interested, and the
|
||||
\begin_layout Enumerate
|
||||
Solo una línea rodea a la capital, constituida por dos letras en tipo normal
|
||||
y no se imprime nada en versalitas:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -37559,10 +37471,6 @@ white
|
||||
usepackage{color}}{}
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -38749,10 +38657,6 @@ Anexar
|
||||
\family default
|
||||
.
|
||||
Las diferencias son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -649,18 +649,7 @@ arg "ert-insert"
|
||||
de la barra de herramientas o con el menú
|
||||
\family sans
|
||||
Insertar\SpecialChar menuseparator
|
||||
Código Te
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
X
|
||||
Código TeX
|
||||
\family default
|
||||
, (atajo
|
||||
\family sans
|
||||
@ -716,18 +705,7 @@ status collapsed
|
||||
\family sans
|
||||
Documento\SpecialChar menuseparator
|
||||
Configuración\SpecialChar menuseparator
|
||||
Preámbulo LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX
|
||||
Preámbulo LaTeX
|
||||
\family default
|
||||
.
|
||||
\end_layout
|
||||
@ -1511,10 +1489,6 @@ arg "math-superscript"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1775,10 +1749,6 @@ Una línea con la fracción
|
||||
dfrac
|
||||
\series default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2293,10 +2263,6 @@ arg "math-insert \\root"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2653,10 +2619,6 @@ brack
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3069,10 +3031,6 @@ not
|
||||
|
||||
todo carácter se puede mostrar cancelado.
|
||||
Los caracteres son casi tachados con una barra inclinada.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3294,10 +3252,6 @@ reference "subsec:Símbolos-y-ecuaciones-químicas"
|
||||
\end_inset
|
||||
|
||||
surge el problema siguiente:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3419,10 +3373,6 @@ phantom
|
||||
Las flechas indican que se reservará un espacio equivalente a la anchura
|
||||
y altura totales del contenido del marco.
|
||||
Los espacios reservados son correspondientes al tamaño de los caracteres.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6018,10 +5968,6 @@ Bigg
|
||||
|
||||
\begin_layout Standard
|
||||
Estos comandos se usan para resaltar niveles de delimitación:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6107,10 +6053,6 @@ C
|
||||
|
||||
\begin_layout Standard
|
||||
He aquí una visión conjunta de todos los tamaños y delimitadores:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6235,10 +6177,6 @@ r
|
||||
|
||||
\begin_layout Standard
|
||||
En el siguiente cuadro hay una comparación de las variantes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6496,10 +6434,6 @@ right
|
||||
.
|
||||
El tamaño se calculará automáticamente después para la salida.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7019,10 +6953,6 @@ Paquetes ! mathtools
|
||||
\end_inset
|
||||
|
||||
, tendrás acceso a los corchetes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7205,10 +7135,6 @@ underbracket
|
||||
\series default
|
||||
puedes cambiar el grosor de los corchetes especificándolo entre corchetes
|
||||
tras el nombre del comando:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8431,10 +8357,6 @@ vspace{4mm}
|
||||
Cuando se inserta uno de estos comandos en una ecuación aparece una flecha
|
||||
con dos marcos azules donde se puede insertar la etiqueta.
|
||||
La longitud de la flecha se adapta a la anchura de la etiqueta.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8589,10 +8511,6 @@ Paquetes ! mathtools
|
||||
\end_inset
|
||||
|
||||
, estarán disponibles las siguientes flechas etiquetadas:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8973,10 +8891,6 @@ xrightleftharpoons
|
||||
|
||||
\begin_layout Standard
|
||||
La sintaxis del comando para todas estas flechas es:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10285,10 +10199,6 @@ undertilde
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10912,12 +10822,6 @@ arg "math-insert \\space"
|
||||
\family sans
|
||||
Espacio.
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11387,10 +11291,6 @@ reference "subsec:Espacio-variable"
|
||||
, porque es un espacio
|
||||
negativo.
|
||||
Hay otros dos espacios negativos:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11513,10 +11413,6 @@ Resultado
|
||||
Los espacios negativos pueden llegar a solapar unos caracteres con otros.
|
||||
Así, se pueden usar para forzar ligaduras, lo que es apropiado, por ejemplo,
|
||||
para operadores suma:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11632,10 +11528,6 @@ Relaciones como por ejemplo el signo igual siempre están rodeadas por espacios.
|
||||
Para suprimirlos, el signo igual se coloca entre llaves \SpecialChar TeX
|
||||
.
|
||||
El siguiente ejemplo lo ilustra:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13133,10 +13025,6 @@ raisebox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13513,12 +13401,6 @@ white
|
||||
,
|
||||
\series bold
|
||||
yellow
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15793,10 +15675,6 @@ Operadores ! límites de
|
||||
|
||||
\begin_layout Standard
|
||||
Los límites se crean mediante superíndices y subíndices:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18038,15 +17916,12 @@ Las letras latinas en las ecuaciones se pueden poner en uno de los siguientes
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18064,6 +17939,15 @@ Comando
|
||||
Resultado
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Atajo
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18097,6 +17981,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18128,6 +18021,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-bold"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18161,6 +18068,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-boldsymbol"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18196,6 +18117,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18229,6 +18159,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18237,15 +18176,16 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18263,6 +18203,15 @@ Comando
|
||||
Resultado
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Atajo
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18296,6 +18245,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18327,6 +18285,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-roman"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18360,6 +18332,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-sans"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18393,6 +18379,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-typewriter"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18428,6 +18428,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18436,10 +18445,6 @@ ABC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18972,10 +18977,6 @@ arg "math-insert \\style"
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19317,6 +19318,13 @@ key "Bezos"
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Minúsculas
|
||||
\begin_inset Index idx
|
||||
@ -20231,13 +20239,6 @@ reference "subsec:Griegas-en-redonda"
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Mayúsculas
|
||||
\begin_inset Index idx
|
||||
@ -20737,10 +20738,6 @@ boldsymbol
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20935,13 +20932,6 @@ arg "math-insert \\digamma"
|
||||
de la barra de ecuaciones.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Símbolos matemáticos
|
||||
\begin_inset CommandInset label
|
||||
@ -22756,10 +22746,6 @@ eurosym
|
||||
|
||||
\begin_layout Standard
|
||||
Un vistazo a los diferentes símbolos del euro.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24442,10 +24428,6 @@ stackrel
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24586,10 +24568,6 @@ cursiva
|
||||
Por eso hay funciones predefinidas, que además se separan un poco del factor
|
||||
precedente.
|
||||
Se insertan como comandos con una barra inversa delante de su nombre.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25736,10 +25714,6 @@ En \SpecialChar LyX
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25882,12 +25856,6 @@ limsup
|
||||
están definidas las siguientes funciones:
|
||||
\series bold
|
||||
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -26035,10 +26003,6 @@ varinjlim
|
||||
\begin_layout Standard
|
||||
El límite se crea insertando un subíndice.
|
||||
Se imprime a la derecha junto a la función en una fórmula en línea:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -26209,10 +26173,6 @@ Las teclas ^ y _ generan normalmente un exponente y un subíndice respectivament
|
||||
Para insertar estos caracteres como tales deben ir precedidos por
|
||||
\backslash
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -27625,10 +27585,6 @@ textcircled
|
||||
|
||||
se pueden insertar en un círculo todos los números y letras, de forma parecida
|
||||
al símbolo copyright.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -27887,10 +27843,6 @@ Ecuación ! estilos de
|
||||
|
||||
\begin_layout Itemize
|
||||
Hay dos estilos diferentes de alineación:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -27966,10 +27918,6 @@ pt.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Y dos estilos diferentes de numeración:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -32119,13 +32067,6 @@ ce
|
||||
ecuaciones químicas de una forma intuitiva.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
@ -32683,13 +32624,6 @@ xymatrix
|
||||
, que se explican a continuación.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Diagramas amscd
|
||||
\begin_inset Index idx
|
||||
@ -33111,6 +33045,13 @@ específicos
|
||||
, hay ejemplos de diagramas de este tipo.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
Comandos definidos por el usuario
|
||||
\begin_inset Index idx
|
||||
@ -33293,13 +33234,6 @@ primer
|
||||
argumento del nuevo comando es automáticamente opcional.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Veamos unos ejemplos:
|
||||
\end_layout
|
||||
@ -33492,10 +33426,6 @@ white
|
||||
|
||||
\begin_layout Standard
|
||||
Un ensayo con los nuevos comandos definidos:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34825,10 +34755,6 @@ Así pues, el problema desaparece si se convierte el signo menos a texto
|
||||
|
||||
\begin_layout Standard
|
||||
Un ejemplo para visualizar el problema:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35113,10 +35039,6 @@ braket
|
||||
|
||||
\begin_layout Standard
|
||||
Están definidos los siguientes comandos:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35412,10 +35334,6 @@ El estilo es un número en el rango 0
|
||||
\end_inset
|
||||
|
||||
3.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35690,10 +35608,6 @@ cancel
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -281,10 +281,6 @@ no
|
||||
\begin_layout Itemize
|
||||
Explicación detallada de todas las características de \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -300,10 +296,6 @@ Guía del usuario
|
||||
\begin_layout Itemize
|
||||
Explicaciones detalladas de \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -610,6 +602,17 @@ arg "buffer-view"
|
||||
respectively.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
Another hint:
|
||||
\series default
|
||||
In case you are using a high-resolution display, the LyX toolbar icons
|
||||
are quite small.
|
||||
To change their size, right-click into a toolbar.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Operaciones sencillas
|
||||
\end_layout
|
||||
@ -659,10 +662,6 @@ arg "redo"
|
||||
|
||||
) para recuperar los cambios.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1908,10 +1907,6 @@ Clases especiales de documentos
|
||||
Características adicionales
|
||||
\emph default
|
||||
para más detalles.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -1448,10 +1448,6 @@ Estas son las operaciones básicas con el ratón:
|
||||
|
||||
\begin_layout Enumerate
|
||||
Movimiento
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1467,10 +1463,6 @@ del ratón en cualquier punto de la ventana de edición.
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Seleccionar texto
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1507,10 +1499,6 @@ Pegar
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Insertados (Notas, flotantes, etc.)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2383,10 +2371,6 @@ description "tecla Control"
|
||||
en los archivos de documentación).
|
||||
Tiene un par de usos diferentes, dependiendo de las teclas con las que
|
||||
se combine:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2490,10 +2474,6 @@ teclas de aceleración de menú
|
||||
\emph default
|
||||
: usada en combinación con la tecla de la letra subrayada en el nombre de
|
||||
un menú o un ítem, abre ese menú o acciona el ítem.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3978,10 +3958,6 @@ del
|
||||
papel
|
||||
\family default
|
||||
Elección del tamaño de impresión del papel:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5628,10 +5604,6 @@ Enumeración*.
|
||||
|
||||
\begin_layout Itemize
|
||||
Cada ítem tiene una marca o símbolo particular como etiqueta.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5664,10 +5636,6 @@ Enumeración*
|
||||
\family default
|
||||
dentro de otra, la marca cambia a otra nueva.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5753,28 +5721,16 @@ La marca para el primer nivel de
|
||||
Enumeración*
|
||||
\family default
|
||||
es un punto grueso, o topo.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
La marca del segundo nivel es una raya.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
El tercer nivel tiene un asterisco.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5877,10 +5833,6 @@ Enumeración
|
||||
|
||||
\begin_layout Enumerate
|
||||
Cada ítem se etiqueta con un número o letra.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5912,10 +5864,6 @@ Enumeración*
|
||||
Enumeración
|
||||
\family default
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5978,29 +5926,17 @@ reference "subsec:En-español"
|
||||
|
||||
\begin_layout Enumerate
|
||||
El primer nivel usa números arábigos seguidos de un punto.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
El segundo usa letras minúsculas y paréntesis.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
El tercer nivel usa números romanos en minúscula y punto.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6917,7 +6853,7 @@ La numeración predeterminada de las listas numeradas se puede cambiar añadiend
|
||||
un argumento opcional (menú
|
||||
\family sans
|
||||
Insertar\SpecialChar menuseparator
|
||||
Título breve
|
||||
Opciones de enumeración
|
||||
\family default
|
||||
) al primer ítem de cada nivel en la lista.
|
||||
Añades el comando
|
||||
@ -7093,10 +7029,6 @@ Alph{enumi}
|
||||
\end_inset
|
||||
|
||||
Nivel 1
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7129,10 +7061,6 @@ Nivel 2
|
||||
|
||||
\begin_layout Enumerate
|
||||
Nivel 2
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7161,10 +7089,6 @@ arabic{enumiii}}
|
||||
\end_inset
|
||||
|
||||
Nivel 3
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8613,14 +8537,12 @@ Literal
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Esto es entorno Literal.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
\noindent
|
||||
\align block
|
||||
|
||||
Las dos líneas siguientes están vacías:
|
||||
\end_layout
|
||||
|
||||
@ -8633,7 +8555,6 @@ Las dos líneas siguientes están vacías:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Casi todo está permitido en entorno Literal:"%&$§#~'`
|
||||
\backslash
|
||||
}][{|
|
||||
@ -8658,7 +8579,6 @@ con la diferencia de que los espacios aparecen en la salida como el carácter
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim*
|
||||
|
||||
Esto es entorno Literal*.
|
||||
\end_layout
|
||||
|
||||
@ -8713,10 +8633,6 @@ uno
|
||||
|
||||
\begin_layout Enumerate
|
||||
dos
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8855,10 +8771,6 @@ No
|
||||
|
||||
anidables No pueden anidarse.
|
||||
No pueden anidar.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8900,10 +8812,6 @@ Totalmente
|
||||
|
||||
anidables Puedes anidarlos.
|
||||
Puedes anidar otras cosas en ellos.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8976,10 +8884,6 @@ Parcialmente
|
||||
|
||||
anidables Puedes anidarlos en otros entornos.
|
||||
No puedes anidar nada en ellos.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9216,19 +9120,11 @@ He aquí un ejemplo con un cuadro:
|
||||
|
||||
\begin_layout Enumerate
|
||||
Ítem Uno
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
Esto es (a) y está anidado.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9353,10 +9249,6 @@ Si no anidamos el cuadro, la lista se vería así:
|
||||
|
||||
\begin_layout Enumerate
|
||||
Ítem Uno
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9497,10 +9389,6 @@ Hay otra trampa en la que puedes caer: Anidar el cuadro pero sin la profundidad
|
||||
|
||||
\begin_layout Enumerate
|
||||
Ítem Uno
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9655,46 +9543,26 @@ nivel #6
|
||||
|
||||
\begin_layout Enumerate
|
||||
nivel #1 - el más externo
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
nivel #2
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
nivel #3
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
nivel #4
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
nivel #5
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9777,10 +9645,6 @@ Ejemplo 1: Lista con seis niveles
|
||||
Lista
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9796,10 +9660,6 @@ Alt+Entrar
|
||||
Mayúsculas+Alt+Derecha
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9824,10 +9684,6 @@ Alt+Entrar
|
||||
Mayúsculas+Alt+Derecha
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9917,10 +9773,6 @@ podemos
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9928,10 +9780,6 @@ podemos
|
||||
\labelwidthstring MMM
|
||||
#5-a Este es el nivel #5\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10052,10 +9900,6 @@ después de lo cuál, cambiamos a
|
||||
Enumeración
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10127,10 +9971,6 @@ Enumeración
|
||||
\family default
|
||||
.
|
||||
Vamos a anidar realmente un puñado de ellos.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10154,10 +9994,6 @@ Mayúsculas+Alt+Derecha
|
||||
Enumeración*
|
||||
\family default
|
||||
en éste? Estará en el nivel #3, pero ¿cuál será su etiqueta? ¿Un asterisco?
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10255,10 +10091,6 @@ Mayúsculas+Alt+Derecha
|
||||
Enumeración
|
||||
\family default
|
||||
*.)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10274,10 +10106,6 @@ Mayúsculas+Alt+Derecha
|
||||
.
|
||||
Haremos esto otra vez\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10504,10 +10332,6 @@ Ahora vamos a ir locos del todo.
|
||||
Enumeración
|
||||
\family default
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10530,10 +10354,6 @@ Entrar, Mayúsculas+Alt+Derecha, Normal
|
||||
Entrar, Enumeración
|
||||
\family default
|
||||
: nivel #1) Este es el siguiente ítem en la lista.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10569,10 +10389,6 @@ Alt+Entrar)
|
||||
|
||||
\begin_layout Verse
|
||||
Ahora viene un cuadro:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10758,10 +10574,6 @@ Derecha
|
||||
\family default
|
||||
.
|
||||
Aquí va:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12466,10 +12278,6 @@ En la mayoría de los casos la opción por omisión es justificado, en la que
|
||||
el hueco entre palabras es variable y cada línea llena el espacio entre
|
||||
los márgenes izquierdo y derecho.
|
||||
Las otras tres opciones son evidentes, y se verían así:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14357,10 +14165,6 @@ Familia
|
||||
\family default
|
||||
Apariencia general de la tipografía.
|
||||
Las opciones posibles son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14447,10 +14251,6 @@ Grosor
|
||||
\family default
|
||||
Esto corresponde a la intensidad de impresión.
|
||||
Las opciones son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14499,10 +14299,6 @@ Forma
|
||||
\family default
|
||||
Como su nombre indica.
|
||||
Opciones:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14716,10 +14512,6 @@ Tamaño
|
||||
, sino una indicación general de lo que
|
||||
quieres hacer.
|
||||
Las opciones son:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15173,10 +14965,6 @@ otra vez
|
||||
Otros
|
||||
\family default
|
||||
Aquí puedes cambiar estas otras opciones:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -18737,10 +18525,6 @@ Gráficos
|
||||
La imagen se muestra en la salida exactamente en la posición en que está
|
||||
en el texto.
|
||||
Esta es una imagen en un párrafo separado, centrado horizontalmente:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19331,10 +19115,6 @@ Cuadro/Tabla
|
||||
fila aparece separada por una línea doble: la línea inferior de la primera
|
||||
fila y la línea superior de la segunda fila.
|
||||
Ejemplo de cuadro:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19622,10 +19402,6 @@ una
|
||||
la alineación, la anchura, y los bordes afectan solo a la celda multicolumna.
|
||||
Aquí hay un ejemplo de cuadro con multicolumna en la primera fila, y una
|
||||
celda de la última fila sin borde superior:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20037,10 +19813,6 @@ encabezado
|
||||
\family default
|
||||
.
|
||||
El siguiente cuadro muestra cómo funciona:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -22239,10 +22011,6 @@ Para poner entradas multilínea en una celda, debes declarar una anchura
|
||||
Entonces, si la longitud del texto excede el ancho dado, se divide automáticame
|
||||
nte en varias líneas y la celda se amplía verticalmente.
|
||||
Un ejemplo:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -23294,10 +23062,6 @@ Marco.
|
||||
\family default
|
||||
Haciendo clic derecho en el recuadro se pueden fijar las dimensiones y
|
||||
la alineación de la minipágina.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -31858,10 +31622,6 @@ reference "fig:Diseño-de-página"
|
||||
|
||||
muestra el diseño de una página y la colocación de los encabezados y pies
|
||||
en la misma.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -43234,6 +42994,49 @@ Características adicionales
|
||||
La escala permite ajustar el tamaño de las ecuaciones en la salida.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
||||
\lang english
|
||||
LyX
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
Format The option
|
||||
\family sans
|
||||
Save transient properties
|
||||
\family default
|
||||
controls whether document settings that are frequently switched or that
|
||||
are specific to the user are saved with the document.
|
||||
The properties that are affected by option are currently
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the activation of change tracking
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the output of tracked changes
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the recording of the document directory path.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
Disabling the option can prevent issues in collaborative work and/or when
|
||||
using a version control system (for instance unnecessary merge conflicts).
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Section
|
||||
Preámbulo LaTeX
|
||||
\end_layout
|
||||
|
@ -276,10 +276,6 @@ ez
|
||||
\SpecialChar LyX
|
||||
-en eginbide guztien azalpen zehatzak.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -295,10 +291,6 @@ Erabiltzailearen gida
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LaTeX
|
||||
-en azalpen zehatza.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -620,10 +612,6 @@ arg "redo"
|
||||
\end_inset
|
||||
|
||||
botoia).
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1052,10 +1052,6 @@ avant
|
||||
déclarer la classe de document.
|
||||
\SpecialChar LyX
|
||||
l'a déjà fait à votre place.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1588,10 +1584,6 @@ LaTeX Warning
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1631,10 +1623,6 @@ LaTeX Font Warning
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1667,10 +1655,6 @@ hbox
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1712,10 +1696,6 @@ hbox
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1761,10 +1741,6 @@ vbox
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1788,10 +1764,6 @@ LaTeX Error: File 'Xxxx' not found
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1870,10 +1842,6 @@ LaTeX Error: Unknown option
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1897,10 +1865,6 @@ Undefined control sequence
|
||||
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2038,10 +2002,6 @@ vous n'avez obtenu aucun message d'erreur, mais votre rendu ne ressemble
|
||||
pas à grand chose.
|
||||
Si vous avez un tableau ou une figure qui est trop large ou trop haute
|
||||
pour la page, vous devez :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3538,10 +3498,6 @@ Les six panneaux sont répartis selon les paquetages qu'ils nécessitent.
|
||||
Le tableau suivant vous montre la correspondance entre le nom des boutons
|
||||
et les paquetages \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -4436,10 +4392,6 @@ xymatrix
|
||||
|
||||
ou du code \SpecialChar TeX
|
||||
— il affichera la formule sous la forme d'une image.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7505,10 +7457,6 @@ Exporter\SpecialChar menuseparator
|
||||
.tex
|
||||
\family default
|
||||
résultant avec votre éditeur de texte favori.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8374,10 +8322,6 @@ citep
|
||||
de \SpecialChar LyX
|
||||
.
|
||||
Pour le moment vous pouvez faire deux choses :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10579,10 +10523,6 @@ toujours
|
||||
\emph toggle
|
||||
centré au bas de la page.
|
||||
Les différentes mises en page possibles sont les suivantes :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11135,10 +11075,6 @@ En-tête_Droite
|
||||
En-tête_Gauche
|
||||
\family default
|
||||
(Left_Header)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12218,10 +12154,6 @@ Paramètres
|
||||
\family default
|
||||
a un comportement un peu différent pour cette classe.
|
||||
Voici les choix possibles et leurs effets :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12298,10 +12230,6 @@ de
|
||||
document
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15221,10 +15149,6 @@ options des Maths
|
||||
\begin_layout Itemize
|
||||
L'environnement de titre définit le type de document.
|
||||
Vous devez donc utiliser un des environnements suivants pour le titre :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15494,10 +15418,6 @@ LaTeX
|
||||
.tex
|
||||
\family default
|
||||
obtenu, et faites les changements suivants
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -17567,10 +17487,6 @@ Section*
|
||||
|
||||
\begin_layout Itemize
|
||||
Des styles de mise en page supplémentaires :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -17605,10 +17521,6 @@ outer le numéro de page est placé du côté extérieur de la page
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Options
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22531,10 +22443,6 @@ There are more possibilities how to activate revision information in our
|
||||
\lang english
|
||||
\SpecialChar LyX
|
||||
supports directly:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -22763,10 +22671,6 @@ file.lyx
|
||||
|
||||
.
|
||||
Supported flags are:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23226,10 +23130,6 @@ http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
|
||||
any password from you.
|
||||
To keep things easy we will use only keys without any additional password
|
||||
protection etc.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -23734,10 +23634,6 @@ En quoi la programmation littéraire diffère-t-elle du commentaire ?
|
||||
|
||||
\begin_layout Quotation
|
||||
Il y a trois signes distinctifs qui sont, dans l'ordre d'importance :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -24129,10 +24025,6 @@ DVI
|
||||
\family default
|
||||
, un fichier \SpecialChar LaTeX
|
||||
est généré.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -24208,10 +24100,6 @@ Convertisseurs
|
||||
|
||||
pour générer le fichier \SpecialChar LaTeX
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -5627,10 +5627,6 @@ déplié
|
||||
\begin_layout Enumerate
|
||||
Vous devez alors décider si ce paquetage doit être disponible pour tous
|
||||
les utilisateurs ou seulement pour vous-même.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5989,10 +5985,6 @@ Vous devez alors informer \SpecialChar LaTeX
|
||||
de la présence de nouveaux fichiers.
|
||||
Ceci dépend de nouveau de la distribution \SpecialChar LaTeX
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6089,18 +6081,7 @@ Slides
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
(FoilTe
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
x)
|
||||
(FoilTeX)
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -6108,8 +6089,7 @@ x)
|
||||
est maintenant disponible dans
|
||||
\family sans
|
||||
Document\SpecialChar menuseparator
|
||||
Paramètres\SpecialChar ldots
|
||||
\SpecialChar menuseparator
|
||||
Paramètres\SpecialChar menuseparator
|
||||
Classe du document
|
||||
\family default
|
||||
.
|
||||
@ -6329,8 +6309,7 @@ status collapsed
|
||||
|
||||
\lang english
|
||||
Document\SpecialChar menuseparator
|
||||
Paramètres\SpecialChar ldots
|
||||
|
||||
Paramètres
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -6359,8 +6338,7 @@ status collapsed
|
||||
|
||||
\lang english
|
||||
Document\SpecialChar menuseparator
|
||||
Paramètres\SpecialChar ldots
|
||||
\SpecialChar menuseparator
|
||||
Paramètres\SpecialChar menuseparator
|
||||
Modules
|
||||
\end_layout
|
||||
|
||||
@ -10933,10 +10911,6 @@ EndArgument
|
||||
|
||||
\lang french
|
||||
.Ainsi une commande avec deux arguments sera spécifiée comme suit:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13490,10 +13464,6 @@ Itemize, Bibliography
|
||||
|
||||
\lang french
|
||||
]
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14050,10 +14020,6 @@ db_*.inc
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14583,10 +14549,6 @@ Static
|
||||
|
||||
\lang french
|
||||
fixe le type de marge à gauche du format.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16177,10 +16139,6 @@ theorems-ams.inc
|
||||
|
||||
\lang english
|
||||
Preamble
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -19777,10 +19735,6 @@ LatexType
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21046,10 +21000,6 @@ LabelStringAppendix
|
||||
|
||||
à la même valeur.
|
||||
Les arguments spécifiques suivants peuvent être utilisés:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -731,10 +731,6 @@ reference "sec:Image-Formats"
|
||||
|
||||
qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
|
||||
nt:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -752,10 +748,6 @@ nt:
|
||||
|
||||
\begin_layout Standard
|
||||
Et voici la même image mais en mode brouillon:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1853,10 +1845,6 @@ Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
|
||||
En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
|
||||
apparaît séparée du reste du tableau.
|
||||
Voici un exemple :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3425,10 +3413,6 @@ reference "subsec:Tableaux-multi-pages-légende"
|
||||
\begin_layout Standard
|
||||
Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
|
||||
Voyez le tableau multi-pages qui suit pour voir comment ça marche :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7819,10 +7803,6 @@ reference "tab:Légendes-tableau-différentes"
|
||||
|
||||
est un exemple de tableau long avec des légendes différentes et où la seconde
|
||||
légende ne contient pas le numéro du tableau.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10004,10 +9984,6 @@ parfillskip}{0pt}
|
||||
au début de la cellule.
|
||||
Cela assure que la portion de la cellule qui va se trouver affichée sur
|
||||
la page suivante le sera avec toute la largeur de la cellule.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11814,10 +11790,6 @@ Les multi-colonnes ont leurs propres paramètres de cellule.
|
||||
de la cellule, cela n'affecte que la cellule multi-colonnes.
|
||||
Voici un exemple de tableau avec une cellule multi-colonnes dans la première
|
||||
ligne et une cellule sans bordure supérieure dans la dernière ligne :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12603,10 +12575,6 @@ Multi-lignes
|
||||
|
||||
\begin_layout Standard
|
||||
Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12796,10 +12764,6 @@ cm de large
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12984,10 +12948,6 @@ Ctrl+Entrée
|
||||
|
||||
) mais dans ce cas les limites de cellules ne seront pas respectées comme
|
||||
on le voit dans ce tableau :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13411,10 +13371,6 @@ Pro transparent
|
||||
\begin_layout Standard
|
||||
La forme à 3 arguments est utile par exemple pour les tableaux croisés de
|
||||
sport ou les distances:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13634,10 +13590,6 @@ Faucons
|
||||
\begin_layout Standard
|
||||
Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
|
||||
2 coins ou plus du tableau comme ici:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14136,10 +14088,6 @@ Si aucune direction n'est spécifiée, elle est implicitement NW.
|
||||
La largeur nécessaire pour le partage des cellules est calculée automatiquement.
|
||||
De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
|
||||
le contenu de la cellule va déborder:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14372,10 +14320,6 @@ diagtest]{A}{B}
|
||||
|
||||
\begin_layout Standard
|
||||
dans la première cellule:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14473,10 +14417,6 @@ Vert parfait
|
||||
Noter que la cellule partagée doit être la plus large de la colonne, sinon
|
||||
la longueur de la diagonale ne peut pas être calculée correctement comme
|
||||
dans ce tableau:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14589,10 +14529,6 @@ diagbox
|
||||
tabcolsep puisque la largeur de cellule est maintenant la largeur de la
|
||||
colonne.
|
||||
Ici une largeur de 3cm est utilisée:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14741,10 +14677,6 @@ Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33723,10 +33655,6 @@ Intérieure
|
||||
\family default
|
||||
, vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
|
||||
de dialogue de boîte.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34778,10 +34706,6 @@ Boîtes ! Parboxes
|
||||
\begin_layout Standard
|
||||
Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
|
||||
ne peuvent avoir de note de bas de page.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -37231,10 +37155,6 @@ reference "sec:Flottant-d'enrobage"
|
||||
\end_inset
|
||||
|
||||
prennent les positions suivantes dans le paragraphe :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -38390,10 +38310,6 @@ Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -38439,10 +38355,6 @@ L'initiale est entourée par une seule ligne et est formée de deux lettres
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -38624,10 +38536,6 @@ white
|
||||
usepackage{color}}{}
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -39900,10 +39808,6 @@ Incorporé
|
||||
|
||||
(input) Cette méthode est très semblable à la méthode Inclus, les différences
|
||||
sont :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -2225,10 +2225,6 @@ La liste suivante décrit le contenu de chaque fichier de la documentation:
|
||||
|
||||
\emph on
|
||||
Introduction
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2243,10 +2239,6 @@ Manuel
|
||||
\end_inset
|
||||
|
||||
d'apprentissage
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2285,10 +2277,6 @@ de
|
||||
l'utilisateur
|
||||
\shape default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2317,10 +2305,6 @@ Objets
|
||||
\end_inset
|
||||
|
||||
insérés
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2342,10 +2326,6 @@ de L'Utilisateur
|
||||
\end_deeper
|
||||
\begin_layout Description
|
||||
Maths
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2368,10 +2348,6 @@ Options
|
||||
\end_inset
|
||||
|
||||
avancées
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2396,10 +2372,6 @@ l'Utilisateur
|
||||
\end_deeper
|
||||
\begin_layout Description
|
||||
Personnalisation
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2418,10 +2390,6 @@ C'est une description de certaines fonctions avancées de \SpecialChar LyX
|
||||
\end_deeper
|
||||
\begin_layout Description
|
||||
Raccourcis
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2439,10 +2407,6 @@ Configuration
|
||||
|
||||
\SpecialChar LaTeX
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2757,10 +2721,6 @@ d'apprentissage
|
||||
\emph default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2795,10 +2755,6 @@ l'utilisateur
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Contactez l'équipe de documentation à l'adresse suivante :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -688,18 +688,7 @@ Code
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
Te
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
X
|
||||
TeX
|
||||
\family default
|
||||
(raccourci
|
||||
\family sans
|
||||
@ -758,18 +747,7 @@ Préambule
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eX
|
||||
LaTeX
|
||||
\family default
|
||||
.
|
||||
\end_layout
|
||||
@ -1517,10 +1495,6 @@ arg "math-superscript"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1768,10 +1742,6 @@ Une ligne avec la fraction
|
||||
dfrac
|
||||
\series default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2313,10 +2283,6 @@ arg "math-insert \\root"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2681,10 +2647,6 @@ brack
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3114,10 +3076,6 @@ not
|
||||
|
||||
chaque caractère peut être affiché barré.
|
||||
Les caractères sont en quelque sorte accentués par une barre de fraction.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3344,10 +3302,6 @@ reference "subsec:Symboles-chimiques"
|
||||
\end_inset
|
||||
|
||||
, on rencontre le problème suivant:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3478,10 +3432,6 @@ Traduction de placeholder, c'est un terme de typographie (NdT).
|
||||
créée aura la même largeur et la même hauteur que le contenu de la boîte.
|
||||
De la même façon, les caractères fantômes sont des garnitures qui ont la
|
||||
taille du caractère concerné.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6134,10 +6084,6 @@ Bigg
|
||||
\begin_layout Standard
|
||||
Ces commandes sont utilisées pour mettre en évidence les différents niveaux
|
||||
de parenthèses:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6214,10 +6160,6 @@ C.
|
||||
|
||||
\begin_layout Standard
|
||||
Voici un aperçu de toutes les tailles de parenthèses:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6342,10 +6284,6 @@ r
|
||||
|
||||
\begin_layout Standard
|
||||
Dans le tableau qui suit figure une comparaison entre les différentes variantes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6606,10 +6544,6 @@ right
|
||||
.
|
||||
La taille de la parenthèse sera alors calculée automatiquement pour la
|
||||
sortie.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7083,10 +7017,6 @@ Paquetages ! mathtools
|
||||
\end_inset
|
||||
|
||||
, vous avez accès aux crochets :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7269,10 +7199,6 @@ underbracket
|
||||
\series default
|
||||
vous pouvez modifier l'épaisseur du trait de l'accolade en la précisant
|
||||
entre crochets après la commande:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8646,10 +8572,6 @@ Paquetages ! mathtools
|
||||
\end_inset
|
||||
|
||||
, vous avez accès aux flèches avec étiquettes suivantes :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -9030,10 +8952,6 @@ xrightleftharpoons
|
||||
|
||||
\begin_layout Standard
|
||||
La syntaxe des commandes pour toutes ces flèches est la suivante :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10340,10 +10258,6 @@ undertilde
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10969,10 +10883,6 @@ Espace
|
||||
\family default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11438,10 +11348,6 @@ reference "subsec:Espace-variable"
|
||||
, contrairement aux autres espaces, parce
|
||||
que c'est une espace négative.
|
||||
Il y a deux autres espaces négatives:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11564,10 +11470,6 @@ Résultat
|
||||
Les espaces négatives peuvent faire que les caractères se chevauchent.
|
||||
Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
|
||||
les opérateurs de sommation:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11683,10 +11585,6 @@ Les opérateurs de relations comme par exemple le signe égal, sont toujours
|
||||
Pour les supprimer, le signe égal est mis entre deux accolades \SpecialChar TeX
|
||||
.
|
||||
L'exemple suivant donne une illustration:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12719,10 +12617,6 @@ framebox
|
||||
fbox
|
||||
\series default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13216,10 +13110,6 @@ raisebox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13596,12 +13486,6 @@ white
|
||||
(blanc), et
|
||||
\series bold
|
||||
yellow (jaune)
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15889,10 +15773,6 @@ Opérateurs ! Limites
|
||||
|
||||
\begin_layout Standard
|
||||
Les limites sont créées avec les indices et les exposants:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18228,15 +18108,12 @@ Dans les formules on peut affecter aux lettres latines un des styles de
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18254,6 +18131,15 @@ Commande
|
||||
Résultat
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Raccourci
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18287,6 +18173,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18318,6 +18213,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-bold"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18351,6 +18260,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-boldsymbol"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18386,6 +18309,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18419,6 +18351,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18427,15 +18368,16 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18453,6 +18395,15 @@ Commande
|
||||
Résultat
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Raccourci
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18486,6 +18437,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18517,6 +18477,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-roman"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18550,6 +18524,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-sans"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18583,6 +18571,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-typewriter"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18618,6 +18620,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18626,10 +18637,6 @@ ABC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18701,7 +18708,7 @@ textrm
|
||||
.
|
||||
Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
|
||||
de style est un bug de \SpecialChar LyX
|
||||
|
||||
.
|
||||
\begin_inset Foot
|
||||
status collapsed
|
||||
|
||||
@ -18718,7 +18725,7 @@ target "http://www.lyx.org/trac/ticket/4629"
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19194,10 +19201,6 @@ arg "math-insert \\style"
|
||||
\end_inset
|
||||
|
||||
de la barre d'outils mathématique:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20446,6 +20449,13 @@ reference "subsec:minuscules-grecques-droites"
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Lettres majuscules
|
||||
\begin_inset Index idx
|
||||
@ -20941,10 +20951,6 @@ boldsymbol
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -21974,13 +21980,6 @@ bot
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
@ -22965,10 +22964,6 @@ eurosym
|
||||
|
||||
\begin_layout Standard
|
||||
Un aperçu des différents symboles de l'Euro:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24650,10 +24645,6 @@ stackrel
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24785,10 +24776,6 @@ italique
|
||||
arguments par un peu d'espace.
|
||||
Elles sont insérées comme des commandes commençant par une barre de fraction
|
||||
inverse avant leur nom.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25474,10 +25461,6 @@ Dans \SpecialChar LyX
|
||||
\end_inset
|
||||
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25619,10 +25602,6 @@ liminf
|
||||
limsup
|
||||
\series default
|
||||
on a aussi les fonctions suivantes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25945,10 +25924,6 @@ Les caractères ^ et _ doivent normalement créer respectivement un exposant
|
||||
Pour obtenir les caractères eux-mêmes, vous devez les insérer avec un
|
||||
\backslash
|
||||
avant :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -26038,6 +26013,13 @@ _
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
@ -27630,10 +27612,6 @@ Formules ! styles
|
||||
|
||||
\begin_layout Itemize
|
||||
Il y a deux styles d'alignements différents:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -27718,10 +27696,6 @@ pt est utilisée.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Et deux styles différents de numérotation:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -31949,10 +31923,6 @@ ce
|
||||
\series default
|
||||
dans une formule, une boîte bleue apparaît dans laquelle on peut saisir
|
||||
des formules chimiques de façon intuitive.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -32533,13 +32503,6 @@ amscd
|
||||
qui sont décrits dans ce qui suit.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Les diagrammes amscd
|
||||
\begin_inset Index idx
|
||||
@ -33286,10 +33249,6 @@ white
|
||||
|
||||
\begin_layout Standard
|
||||
Un test des nouvelles commandes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34871,10 +34830,6 @@ Le problème disparaît donc en convertissant le signe moins en texte mathémati
|
||||
|
||||
\begin_layout Standard
|
||||
Un exemple pour illustrer le problème:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35139,10 +35094,6 @@ braket
|
||||
|
||||
\begin_layout Standard
|
||||
Les commandes suivantes sont définies:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35436,10 +35387,6 @@ genfrac
|
||||
|
||||
\begin_layout Standard
|
||||
Le style est un nombre allant de 0 à 3.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35716,10 +35663,6 @@ cancel
|
||||
|
||||
\begin_layout Standard
|
||||
Il y a quatre façon de barrer une formule u une portion de formule:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -36577,13 +36520,6 @@ reference "sec:Styles-de-formules"
|
||||
mm à la place.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Newpage newpage
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Comme exemple, voici un texte multi-colonnes avec une formule hors-ligne:
|
||||
\end_layout
|
||||
|
@ -427,10 +427,6 @@ pas
|
||||
\begin_layout Itemize
|
||||
Des explications détaillées sur toutes les fonctionnalités de \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -454,10 +450,6 @@ l'Utilisateur
|
||||
\begin_layout Itemize
|
||||
Une description détaillée de \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -812,6 +804,17 @@ arg "buffer-view"
|
||||
respectively.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
Another hint:
|
||||
\series default
|
||||
In case you are using a high-resolution display, the LyX toolbar icons
|
||||
are quite small.
|
||||
To change their size, right-click into a toolbar.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
Opérations de base
|
||||
\end_layout
|
||||
@ -858,10 +861,6 @@ arg "redo"
|
||||
|
||||
) pour restituer les modifications annulées.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2304,10 +2303,6 @@ Options
|
||||
avancées
|
||||
\emph default
|
||||
pour plus de détails.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3006,7 +3001,7 @@ Insécable
|
||||
(raccourci
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "command-alternatives space-insert protected ; math-space"
|
||||
arg "command-alternatives math-space ; space-insert protected"
|
||||
\end_inset
|
||||
|
||||
) entre le mot
|
||||
|
@ -1814,10 +1814,6 @@ Nous n'allons pas entrer dans les détails de tous les raccourcis souris
|
||||
|
||||
\begin_layout Enumerate
|
||||
Se déplacer
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1833,10 +1829,6 @@ bouton gauche
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Sélectionner du texte
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1871,10 +1863,6 @@ Coller
|
||||
\begin_layout Enumerate
|
||||
Inserts (notes de bas de page, notes en marge, figures et tableaux flottants,
|
||||
etc.)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2820,10 +2808,6 @@ description "Touche Contrôle"
|
||||
dans la documentation).
|
||||
Celle-ci a des utilisations différentes, selon la touche avec laquelle
|
||||
elle est utilisée :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2944,10 +2928,6 @@ raccourcis de menu
|
||||
.
|
||||
Si vous l'utilisez en combinaison avec l'une des lettres soulignées dans
|
||||
un menu ou élément de menu, elle sélectionne cet élément;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4368,10 +4348,6 @@ Taille
|
||||
\family default
|
||||
précise sur quelles dimensions de papier imprimer.
|
||||
Les choix sont :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6217,10 +6193,6 @@ ListePuces
|
||||
|
||||
\lang english
|
||||
chaque élément a une puce ou un symbole particulier comme marqueur;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6265,10 +6237,6 @@ ListePuces
|
||||
ListePuces
|
||||
\family default
|
||||
, le marqueur change;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6337,10 +6305,6 @@ NdT: c'est toujours un point noir qui apparaît à l'écran, mais le résultat
|
||||
\end_inset
|
||||
|
||||
;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6348,10 +6312,6 @@ NdT: c'est toujours un point noir qui apparaît à l'écran, mais le résultat
|
||||
|
||||
\lang english
|
||||
pour le deuxième niveau, c'est un tiret,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6359,10 +6319,6 @@ pour le deuxième niveau, c'est un tiret,
|
||||
|
||||
\lang english
|
||||
pour le troisième, un astérisque,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6453,10 +6409,6 @@ ListePuces
|
||||
|
||||
\begin_layout Itemize
|
||||
chaque élément a une puce ou un symbole particulier comme marqueur;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6493,10 +6445,6 @@ ListePuces
|
||||
ListePuces
|
||||
\family default
|
||||
, le marqueur reste le même;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6541,28 +6489,16 @@ NdT: Voir la note précédente en ce qui concerne l'affichage écran.
|
||||
\end_inset
|
||||
|
||||
;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
pour le deuxième niveau, c'est le même tiret,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
pour le troisième, le même tiret,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6655,10 +6591,6 @@ NdT: contrairement aux listes à puces, les marqueurs des énumérations ne
|
||||
|
||||
\begin_layout Enumerate
|
||||
chaque élément est marqué par un numéro;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6691,10 +6623,6 @@ ListePuces
|
||||
Énumération
|
||||
\family default
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -6733,28 +6661,16 @@ vous permet jusqu'à quatre niveaux d'emboîtement.
|
||||
\begin_layout Enumerate
|
||||
le premier niveau d'une énumération utilise des chiffres arabes suivis par
|
||||
un point;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
le deuxième niveau, des lettres minuscules entre parenthèses,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
le troisième, des chiffres romains en minuscules suivis par un point,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7431,7 +7347,7 @@ La numérotation implicite des listes numérotées peut être modifiée en ajout
|
||||
un argument optionnel (menu
|
||||
\family sans
|
||||
Insert\SpecialChar menuseparator
|
||||
Titre court
|
||||
Options de énumération
|
||||
\family default
|
||||
) au premier élément de chaque niveau de la liste.
|
||||
Vous ajoutez alors la commande
|
||||
@ -7590,10 +7506,6 @@ Alph{enumi}
|
||||
\end_inset
|
||||
|
||||
niveau 1;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7626,10 +7538,6 @@ niveau 2,
|
||||
|
||||
\begin_layout Enumerate
|
||||
niveau 2,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7658,10 +7566,6 @@ arabic{enumiii}}
|
||||
\end_inset
|
||||
|
||||
niveau 3,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9138,14 +9042,12 @@ Verbatim
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
This is Verbatim.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
\noindent
|
||||
\align block
|
||||
|
||||
The following 2 lines are empty:
|
||||
\end_layout
|
||||
|
||||
@ -9158,7 +9060,6 @@ The following 2 lines are empty:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Almost everything is allowed in Verbatim:"%&$§#~'`
|
||||
\backslash
|
||||
}][{|
|
||||
@ -9191,7 +9092,6 @@ Verbatim
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim*
|
||||
|
||||
This is Verbatim*.
|
||||
\end_layout
|
||||
|
||||
@ -9268,10 +9168,6 @@ un;
|
||||
|
||||
\begin_layout Enumerate
|
||||
deux;
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9513,10 +9409,6 @@ Non
|
||||
\end_inset
|
||||
|
||||
emboîtable on ne peut pas les emboîter, ni y emboîter quoi que ce soit.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9557,10 +9449,6 @@ Complètement
|
||||
\end_inset
|
||||
|
||||
emboîtables vous pouvez les emboîter et y emboîter.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9640,10 +9528,6 @@ quelque
|
||||
\end_inset
|
||||
|
||||
chose vous pouvez les emboîter dans autre chose, mais ne pouvez rien y emboîter.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9892,19 +9776,11 @@ Voici un exemple avec un tableau :
|
||||
|
||||
\begin_layout Enumerate
|
||||
Élément Un
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
C'est le (a) et il est emboîté,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10029,10 +9905,6 @@ Si nous n'avions pas du tout emboîté le tableau, la liste serait ainsi :
|
||||
|
||||
\begin_layout Enumerate
|
||||
Élément Un
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10173,10 +10045,6 @@ Il y a un autre piège dans lequel vous pouvez tomber : emboîter le tableau,
|
||||
|
||||
\begin_layout Enumerate
|
||||
Élément Un
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10331,46 +10199,26 @@ Emploi et propriétés générales
|
||||
|
||||
\begin_layout Enumerate
|
||||
niveau n°1 - le plus extérieur
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
niveau n°2
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
niveau n°3
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
niveau n°4
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
niveau n°5
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10488,12 +10336,6 @@ Exemple n°1 : six niveaux et emboîtement mixte
|
||||
C'est un environnement
|
||||
\family sans
|
||||
Liste;
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10513,10 +10355,6 @@ arg "depth-increment"
|
||||
\end_inset
|
||||
|
||||
,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10555,10 +10393,6 @@ arg "depth-increment"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10660,20 +10494,12 @@ pouvons
|
||||
\end_inset
|
||||
|
||||
,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Labeling
|
||||
\labelwidthstring 00.00.0000
|
||||
5-a Niveau n°5...
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10811,10 +10637,6 @@ arg "depth-increment"
|
||||
Énumération
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10897,10 +10719,6 @@ Voici le niveau n°1 d'un environnement
|
||||
\family default
|
||||
.
|
||||
Nous allons en emboîter un paquet.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10928,10 +10746,6 @@ ListePuces
|
||||
\end_inset
|
||||
|
||||
? Il sera au niveau n°3, mais quel marqueur aura-t-il ? Un astérisque ?
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10964,10 +10778,6 @@ arg "depth-increment"
|
||||
ListePuces
|
||||
\family default
|
||||
);
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10986,10 +10796,6 @@ arg "depth-increment"
|
||||
|
||||
.
|
||||
Nous allons recommencer...
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11188,10 +10994,6 @@ Cette fois nous allons devenir complètement fous.
|
||||
Énumération
|
||||
\family default
|
||||
).
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11228,10 +11030,6 @@ Entrée
|
||||
Énumération
|
||||
\family default
|
||||
: niveau n°1) C'est l'élément suivant dans la liste.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11277,10 +11075,6 @@ arg "paragraph-break inverse"
|
||||
|
||||
\begin_layout Verse
|
||||
Voici un tableau :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11467,10 +11261,6 @@ Mon_Adresse
|
||||
\family default
|
||||
.
|
||||
Les voici :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11584,19 +11374,11 @@ Il est parfois nécessaire d'avoir deux environnements consécutifs du même
|
||||
|
||||
\begin_layout Enumerate
|
||||
Bonjour
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
ceci est une
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12243,10 +12025,6 @@ reference "tab:Largeur-des-différents"
|
||||
\end_inset
|
||||
|
||||
liste les tailles des différents espacements horizontaux.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13222,10 +13000,6 @@ Dans la plupart des cas le comportement implicite est l'alignement justifié,
|
||||
e remplit la région située entre la marge de gauche et la marge de droite.
|
||||
Les trois autre types d'alignements devraient être explicites.
|
||||
Il ressemblent à ceci:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15318,10 +15092,6 @@ Famille
|
||||
\family default
|
||||
L'aspect général de la police.
|
||||
Les choix possibles sont :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15355,12 +15125,6 @@ empattement
|
||||
|
||||
\family sans
|
||||
C'est la famille de polices sans empattement.
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15388,12 +15152,6 @@ fixe
|
||||
|
||||
\family typewriter
|
||||
C'est la famille de polices à chasse fixe.
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15417,10 +15175,6 @@ Série
|
||||
\family default
|
||||
Correspond à l'épaisseur du caractère.
|
||||
Choix :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15431,10 +15185,6 @@ Série
|
||||
Maigre
|
||||
\family default
|
||||
C'est la série des polices maigres,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15452,12 +15202,6 @@ Grasse
|
||||
|
||||
\series bold
|
||||
C'est la série des polices grasses.
|
||||
\series default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15481,10 +15225,6 @@ Forme
|
||||
\family default
|
||||
Comme son nom l'indique.
|
||||
Choix :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15495,10 +15235,6 @@ Forme
|
||||
Droite
|
||||
\family default
|
||||
C'est la forme droite.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15712,10 +15448,6 @@ Taille
|
||||
Là encore, vous ne donnez pas à \SpecialChar LyX
|
||||
les détails, mais une description générale
|
||||
de ce que vous voulez.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16117,10 +15849,6 @@ Divers
|
||||
\family default
|
||||
Ici vous pouvez changer quelques autres propriétés des caractères.
|
||||
Les choix sont:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -20072,10 +19800,6 @@ La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquan
|
||||
dans le texte.
|
||||
Voici un exemple d'image qui se trouve dans son propre paragraphe, ce dernier
|
||||
étant centré horizontalement:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20670,10 +20394,6 @@ Tableau
|
||||
En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
|
||||
apparaît séparée du reste du tableau.
|
||||
Voici un exemple :
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20997,10 +20717,6 @@ cellule, répartie sur plusieurs colonnes.
|
||||
n'affectent que la cellule et elle seule.
|
||||
Voici un exemple utilisant une cellule multi-colonnes dans sa première
|
||||
ligne et une cellule sans bordure supérieure dans la dernière ligne
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -21366,10 +21082,6 @@ En-tête
|
||||
\family default
|
||||
.
|
||||
Voyez le tableau multi-pages qui suit pour voir comment ça fonctionne:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -23564,10 +23276,6 @@ Pour pouvoir utiliser un texte sur plusieurs lignes dans une cellule, vous
|
||||
Votre texte sera alors automatiquement coupé en plusieurs lignes et la
|
||||
cellule grandira verticalement pour s'adapter aux nouvelles lignes.
|
||||
Voici un exemple:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24503,10 +24211,6 @@ Boîte
|
||||
.
|
||||
En faisant un clic droit sur la boîte, vous pouvez changer la largeur de
|
||||
la minipage et sa positions dans la page.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -44890,6 +44594,49 @@ Options avancées
|
||||
le résultat.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
||||
\lang english
|
||||
LyX
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
Format The option
|
||||
\family sans
|
||||
Save transient properties
|
||||
\family default
|
||||
controls whether document settings that are frequently switched or that
|
||||
are specific to the user are saved with the document.
|
||||
The properties that are affected by option are currently
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the activation of change tracking
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the output of tracked changes
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the recording of the document directory path.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
Disabling the option can prevent issues in collaborative work and/or when
|
||||
using a version control system (for instance unnecessary merge conflicts).
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Section
|
||||
Préambule LaTeX
|
||||
\end_layout
|
||||
|
@ -1497,10 +1497,6 @@ Axuda
|
||||
|
||||
\emph on
|
||||
Introdución
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1513,10 +1509,6 @@ Este ficheiro.
|
||||
|
||||
\emph on
|
||||
Tutorial
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1600,10 +1592,6 @@ Usuário
|
||||
\series default
|
||||
\emph default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1631,10 +1619,6 @@ Funcións
|
||||
\end_inset
|
||||
|
||||
Avanzadas
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1657,10 +1641,6 @@ Guia do Usuário
|
||||
|
||||
\emph on
|
||||
Personalización
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1679,10 +1659,6 @@ Tutorial
|
||||
\end_deeper
|
||||
\begin_layout Description
|
||||
FAQ
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1702,10 +1678,6 @@ de
|
||||
\end_inset
|
||||
|
||||
contidos
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1735,10 +1707,6 @@ do
|
||||
|
||||
\SpecialChar LaTeX
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1777,10 +1745,6 @@ Referéncia
|
||||
\series default
|
||||
\emph default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2335,10 +2299,6 @@ Tutorial
|
||||
\emph default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2361,10 +2321,6 @@ User's Guide
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Contacte a equipa en:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -295,10 +295,6 @@ vai
|
||||
\begin_layout Itemize
|
||||
Explicacións detalladas de todas as funcións do \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -326,10 +322,6 @@ te desactualizado.
|
||||
\begin_layout Itemize
|
||||
Explicacións detalladas de \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -717,10 +709,6 @@ Editar\SpecialChar menuseparator
|
||||
Refacer.
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -312,10 +312,6 @@ reference "sec:latexusers"
|
||||
|
||||
\begin_layout Itemize
|
||||
האכלה בכפית.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -345,10 +341,6 @@ do it yourself
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
הוראות איך להשתמש בעכבר ובמקלדת.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -370,10 +362,6 @@ status collapsed
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
הסברים מפורטים על כל תכונה ותכונה של ליקס.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -398,10 +386,6 @@ status collapsed
|
||||
|
||||
\lang hebrew
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1041,10 +1025,6 @@ edo
|
||||
\family default
|
||||
\lang hebrew
|
||||
( להחזיר את מה שביטלת.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -2151,10 +2151,6 @@ A következő listából megismerheti az összes kézikönyv tartalmát:
|
||||
Bevezetés
|
||||
\emph default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2169,10 +2165,6 @@ Ez a fájl
|
||||
|
||||
\emph on
|
||||
Tankönyv
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2214,10 +2206,6 @@ Felhasználói
|
||||
\end_inset
|
||||
|
||||
Kézikönyv
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2245,10 +2233,6 @@ Beágyazott
|
||||
\end_inset
|
||||
|
||||
objektumok
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2271,10 +2255,6 @@ Haladó
|
||||
\end_inset
|
||||
|
||||
Szolgáltatások
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2295,10 +2275,6 @@ nek.
|
||||
|
||||
\emph on
|
||||
Testreszabás
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2320,10 +2296,6 @@ Bemutatja a \SpecialChar LyX
|
||||
\end_inset
|
||||
|
||||
információ
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2584,10 +2556,6 @@ et és a
|
||||
Tankönyv
|
||||
\emph default
|
||||
et.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2609,10 +2577,6 @@ Felhasználói Kézikönyv
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Lépjen kapcsolatba a csapattal:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -354,10 +354,6 @@ nem fog
|
||||
\begin_layout Itemize
|
||||
A \SpecialChar LyX
|
||||
összes jellemzőjének részletes magyarázata.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -401,10 +397,6 @@ Felhasználói kézikönyv
|
||||
\begin_layout Itemize
|
||||
Részletes útmutató a \SpecialChar LaTeX
|
||||
-hez
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -857,10 +849,6 @@ M
|
||||
alkalmaz
|
||||
\family default
|
||||
menüpontot kell használnia.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2340,10 +2328,6 @@ Speciális Dokumentum osztályok
|
||||
Haladó szolgáltatások
|
||||
\emph default
|
||||
kézikönyvben a további részletekért.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -378,10 +378,6 @@ Apakah yang tidak ada di Tutorial
|
||||
\begin_layout Itemize
|
||||
Penjelasan terperinci tentang semua fitur yang ada di \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -401,10 +397,6 @@ Penggunaan
|
||||
\begin_layout Itemize
|
||||
Penjelasan terperinci perintah-perintah \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -803,10 +795,6 @@ arg "redo"
|
||||
|
||||
) untuk mengerjakan proses suntingan lagi.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2198,10 +2186,6 @@ Tabel dibawah ini dapat anda gunakan sebagai acuan ringkas dari beberapa
|
||||
Fitur Tambahan
|
||||
\emph default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -292,10 +292,6 @@ Un'analisi dettagliata di tutte le proprietà del \SpecialChar LyX
|
||||
Guida dell'utente
|
||||
\emph default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -318,10 +314,6 @@ Guida dell'utente
|
||||
\begin_layout Itemize
|
||||
Dettagli relativi al \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -683,10 +675,6 @@ Modifica\SpecialChar menuseparator
|
||||
Rifai
|
||||
\family default
|
||||
per tornare indietro.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2109,10 +2097,6 @@ Classi Speciali di Documento
|
||||
Caratteristiche estese
|
||||
\emph default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -3599,10 +3599,6 @@ Pagebreak
|
||||
\bar default
|
||||
\color inherit
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5060,10 +5056,6 @@ status collapsed
|
||||
\begin_layout Standard
|
||||
6つのパネルは,それぞれが必要とするパッケージによって分類されています.下記は,フォント名と\SpecialChar LaTeX
|
||||
パッケージの対応表です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -5439,10 +5431,6 @@ renewcommand{}{}
|
||||
を使用します.あとで現在のブリット形に戻すことができるように,現在のブリット形を保存しておく必要もあります.ここで使っている箇条書きでは,第1階層のブリットを変
|
||||
更するために,以下の\SpecialChar LaTeX
|
||||
コードが使用されています.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8209,10 +8197,6 @@ http://www.edpsciences.fr/aa/
|
||||
|
||||
)に投稿する論文を執筆するための\SpecialChar LyX
|
||||
の使用法を説明します.このパッケージは,FTPサイト
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8848,10 +8832,6 @@ AAS\SpecialChar TeX
|
||||
パッケージは
|
||||
,以下のAAS\SpecialChar TeX
|
||||
ウェブサイトからダウンロードできるでしょう.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8961,10 +8941,6 @@ LateX
|
||||
.tex
|
||||
\family default
|
||||
ファイルを好きなエディタで編集します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11103,10 +11079,6 @@ reference "sec:foilfoot"
|
||||
つねに
|
||||
\emph default
|
||||
ページ下部中央に表示されます.使用できるページ様式とその挙動は,以下の通りです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11574,10 +11546,6 @@ status open
|
||||
左ヘッダ
|
||||
\family default
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12836,10 +12804,6 @@ AMS mathパッケージを使う
|
||||
|
||||
\begin_layout Itemize
|
||||
タイトル環境の選択如何によって,論文の種類が定義されます.種類毎に以下の環境をタイトルに使用してください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13040,10 +13004,6 @@ LateX
|
||||
.tex
|
||||
\family default
|
||||
ファイルに,テキストエディタを使用して,以下のような変更を加える.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14959,10 +14919,6 @@ book.cls
|
||||
|
||||
\begin_layout Itemize
|
||||
以下のページスタイルの追加
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -14997,10 +14953,6 @@ outer ページの外側にページ番号
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
オプション
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15756,10 +15708,6 @@ slides
|
||||
ヘディング様式
|
||||
\family default
|
||||
オプションは,このクラスでは少し異なった振る舞いをします.各選択肢とその機能は,以下の通りです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15798,10 +15746,6 @@ clock
|
||||
clock
|
||||
\family default
|
||||
」と入力してください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -19788,10 +19732,6 @@ name "subsec:VCS改訂情報"
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LyX
|
||||
による直接サポート
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -19977,10 +19917,6 @@ file.lyx
|
||||
\end_inset
|
||||
|
||||
の出力を解析したものが返されます.サポートされるフラグは
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -20412,10 +20348,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
のみを使用することとします.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21069,10 +21001,6 @@ E.
|
||||
|
||||
\begin_layout Quotation
|
||||
3つの際立った特徴があります.重要な順に列挙すれば,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21319,10 +21247,6 @@ LIBDIR/examples/listerrors.lyx
|
||||
\family default
|
||||
が選択されると,\SpecialChar LaTeX
|
||||
ファイルがつくられます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -21385,10 +21309,6 @@ status collapsed
|
||||
|
||||
を使って\SpecialChar LaTeX
|
||||
ファイルを生成します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -434,18 +434,7 @@ status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
ヘルプ\SpecialChar menuseparator
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eXの設定
|
||||
LaTeXの設定
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -523,18 +512,7 @@ status collapsed
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
doc/LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eXConfig.lyx
|
||||
doc/LaTeXConfig.lyx
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -544,18 +522,7 @@ eXConfig.lyx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eXConfig.lyx.in
|
||||
LaTeXConfig.lyx.in
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -2023,7 +1990,7 @@ HTML
|
||||
|
||||
形式の複写子を導入します.これらの形式を書き出す際,複写子は,本体のHTMLファイルだけでなく,関連した様々なファイル(スタイルファイルや画像など)もコピーされ
|
||||
るように手配します.これらのファイルはすべて,元の\SpecialChar LyX
|
||||
ファイルのあるディレクトリのサブディレクトリに書き込まれます
|
||||
ファイルのあるディレクトリのサブディレクトリに書き込まれます.
|
||||
\begin_inset Foot
|
||||
status collapsed
|
||||
|
||||
@ -2034,18 +2001,7 @@ status collapsed
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
L
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
yXconv
|
||||
LyXconv
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -2065,18 +2021,7 @@ status collapsed
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
/path/to/filename.html.L
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
yXconv
|
||||
/path/to/filename.html.LyXconv
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -2087,7 +2032,7 @@ yXconv
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Section
|
||||
@ -5355,10 +5300,6 @@ latex foiltex.ins
|
||||
|
||||
\begin_layout Enumerate
|
||||
ここで,パッケージを全ユーザーに使用可能にするか自分自身だけで使うかを決定する必要があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5650,10 +5591,6 @@ latex
|
||||
ここまで来れば,あとは\SpecialChar LaTeX
|
||||
に新しいファイルがあることを告げるだけです.これは使用している\SpecialChar LaTeX
|
||||
頒布版に依存します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9382,10 +9319,6 @@ EndArgument
|
||||
\end_inset
|
||||
|
||||
で閉じなくてはなりません.非必須引数が2つあるコマンドの場合は,以下のようになります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11348,10 +11281,6 @@ Itemize, Bibliography
|
||||
\end_inset
|
||||
|
||||
]
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -11708,10 +11637,6 @@ db_*.inc
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12110,10 +12035,6 @@ Static
|
||||
\end_inset
|
||||
|
||||
このレイアウトの左余白の種類です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -13367,10 +13288,6 @@ theorems-ams.inc
|
||||
|
||||
\begin_layout LyX-Code
|
||||
Preamble
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -16174,10 +16091,6 @@ LatexType
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -17160,10 +17073,6 @@ LabelStringAppendix
|
||||
\end_inset
|
||||
|
||||
も同じ値に設定されます.文字列中では,以下の構成要素を使用することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -635,10 +635,6 @@ reference "sec:画像形式"
|
||||
\end_inset
|
||||
|
||||
の画像の例で,単独の中央揃えの段落に置いてあります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -656,10 +652,6 @@ reference "sec:画像形式"
|
||||
|
||||
\begin_layout Standard
|
||||
下記は上と同じ画像ですが,下書きモードのものです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1487,10 +1479,6 @@ arg "tabular-insert"
|
||||
|
||||
既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
|
||||
のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2986,10 +2974,6 @@ reference "subsec:多頁表のキャプション"
|
||||
|
||||
\begin_layout Standard
|
||||
加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7281,10 +7265,6 @@ reference "tab:別キャプション"
|
||||
\end_inset
|
||||
|
||||
は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -9394,10 +9374,6 @@ parfillskip}{0pt}
|
||||
\begin_layout Standard
|
||||
というコマンドを当該セルの初めに\SpecialChar TeX
|
||||
コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11223,10 +11199,6 @@ arg "tabular-feature multicolumn"
|
||||
\begin_layout Standard
|
||||
連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
|
||||
,最下行に上罫線のない連結行がある表の例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11973,10 +11945,6 @@ arg "tabular-feature multirow"
|
||||
|
||||
\begin_layout Standard
|
||||
下記は一列目に連結列を適用した表の例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12136,10 +12104,6 @@ raggedright
|
||||
|
||||
\begin_layout Standard
|
||||
下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12336,10 +12300,6 @@ arg "newline-insert newline"
|
||||
\end_inset
|
||||
|
||||
)を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12734,10 +12694,6 @@ Crystal Clear Pro
|
||||
|
||||
\begin_layout Standard
|
||||
3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12956,10 +12912,6 @@ Falcons
|
||||
|
||||
\begin_layout Standard
|
||||
大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13442,10 +13394,6 @@ diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
|
||||
\begin_layout Standard
|
||||
対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
|
||||
います.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13668,10 +13616,6 @@ diagtest]{A}{B}
|
||||
|
||||
\begin_layout Standard
|
||||
というコマンドを使用します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13767,10 +13711,6 @@ Perfect Green
|
||||
|
||||
\begin_layout Standard
|
||||
対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13880,10 +13820,6 @@ tabcolsepを足す必要はなくなります.下記の表では,3
|
||||
\end_inset
|
||||
|
||||
cm幅を使用しています.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -14029,10 +13965,6 @@ Ctrl+Return
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -31140,10 +31072,6 @@ status collapsed
|
||||
内部ボックス
|
||||
\family default
|
||||
を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -32028,10 +31956,6 @@ status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34254,10 +34178,6 @@ reference "sec:折返しフロート"
|
||||
\end_inset
|
||||
|
||||
節の折返しフロートは,段落中で,以下のような配置がされます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -35331,10 +35251,6 @@ lettrine
|
||||
\end_inset
|
||||
|
||||
の「I」.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -35377,10 +35293,6 @@ t
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -35471,10 +35383,6 @@ usepackage{color}}{}
|
||||
|
||||
\series default
|
||||
というコマンドを書きこんでおかなくてはなりません.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -36556,10 +36464,6 @@ status open
|
||||
|
||||
\begin_layout Description
|
||||
入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -3906,10 +3906,6 @@ status collapsed
|
||||
\bar default
|
||||
\color inherit
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -959,10 +959,6 @@ macros/latex/required/psnfss/
|
||||
\family default
|
||||
群を使えば,\SpecialChar LyX
|
||||
が使うフォントを,PostScriptプリンタで利用可能な35の伝統的フォントに変更することができるようになります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1392,10 +1388,6 @@ psnfss
|
||||
で使用することを念頭にデザインされ
|
||||
ました.現在のところ,以下のフォントが利用でき,かつ\SpecialChar LyX
|
||||
によってネイティブにサポートされています.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2281,10 +2273,6 @@ jgrga
|
||||
Journal of Geophysical Research
|
||||
\emph default
|
||||
)』への論文を執筆するのに使用することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3644,10 +3632,6 @@ ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4492,10 +4476,6 @@ babel
|
||||
\size default
|
||||
ダイアログを参照).とりわけこのパッケージは,ハイフネーションと,「章」や「目次」のようなラベル全ての自動翻訳を担当します.もし,英語だけをお書きになり,英語以
|
||||
外の引用もしないのであれば,このパッケージは必要ありません.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -669,18 +669,7 @@ arg "ert-insert"
|
||||
を押すか,
|
||||
\family sans
|
||||
挿入\SpecialChar menuseparator
|
||||
Te
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
Xコード
|
||||
TeXコード
|
||||
\family default
|
||||
(捷径:
|
||||
\begin_inset Info
|
||||
@ -724,18 +713,7 @@ L atexぷりあんぶる@\SpecialChar LaTeX
|
||||
\family sans
|
||||
文書\SpecialChar menuseparator
|
||||
設定\SpecialChar menuseparator
|
||||
LaT
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
eXプリアンブル
|
||||
LaTeXプリアンブル
|
||||
\family default
|
||||
メニューを使用してください.
|
||||
\end_layout
|
||||
@ -1455,10 +1433,6 @@ arg "math-superscript"
|
||||
\end_inset
|
||||
|
||||
を使って入力することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -1708,10 +1682,6 @@ dfrac
|
||||
\end_inset
|
||||
|
||||
を含む行です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2293,10 +2263,6 @@ arg "math-insert \\root"
|
||||
\end_inset
|
||||
|
||||
で作成することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -2642,10 +2608,6 @@ brack
|
||||
\end_inset
|
||||
|
||||
があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3081,10 +3043,6 @@ not
|
||||
\end_inset
|
||||
|
||||
を挿入することで,すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3332,10 +3290,6 @@ reference "subsec:化学記号と化学式"
|
||||
\end_inset
|
||||
|
||||
を表示しようとすると,次のような問題が起こります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -3453,10 +3407,6 @@ phantom
|
||||
phantom
|
||||
\series default
|
||||
の作る文字は,箱の中身の文字の大きさを持つ埋め草となります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -4200,10 +4150,6 @@ dots
|
||||
|
||||
コマンドを使うと,\SpecialChar LaTeX
|
||||
は次に来る文字がどのような種類の文字であるかによって,自動的にどの種類を使うかを選択します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6019,10 +5965,6 @@ Bigg
|
||||
|
||||
\begin_layout Standard
|
||||
これらのコマンドは,括弧の階層を強調するのに使われます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6103,10 +6045,6 @@ C
|
||||
|
||||
\begin_layout Standard
|
||||
以下は,すべての括弧丈の羅列です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6238,10 +6176,6 @@ r
|
||||
|
||||
\begin_layout Standard
|
||||
以下の表は,これらの派生型の比較です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -6495,10 +6429,6 @@ left
|
||||
right
|
||||
\series default
|
||||
の直後には,必要とする括弧を挿入しなくてはなりません.すると,括弧丈は出力時に自動的に計算されます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7024,10 +6954,6 @@ status collapsed
|
||||
常に読み込み
|
||||
\family default
|
||||
オプションを設定すると,以下のような角括弧が利用可能になります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -7209,10 +7135,6 @@ overbracket
|
||||
underbracket
|
||||
\series default
|
||||
に関しては,コマンドに続く角括弧中に,希望する厚みを指定すれば,以下のように,角括弧の筆跡の厚みに変更を加えることができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8526,10 +8448,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -8910,10 +8828,6 @@ xrightleftharpoons
|
||||
|
||||
\begin_layout Standard
|
||||
これらの矢印は,すべて以下のようなコマンドスキームを取ります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10159,10 +10073,6 @@ undertilde
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -10802,10 +10712,6 @@ arg "math-insert \\space"
|
||||
Space
|
||||
\family default
|
||||
を押すことによって,長さを変更することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11280,10 +11186,6 @@ reference "subsec:可変長の空白"
|
||||
節に説明されているように,可変空白となります.9回押した場合は,一見,空白を生まないように見えます.実はこれは負の長さなので,他の長さと異なり,\SpecialChar LyX
|
||||
中では赤で表示さ
|
||||
れます.以下のように,他にもう二つ,負の長さの空白があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11404,10 +11306,6 @@ Space
|
||||
|
||||
\begin_layout Standard
|
||||
負の空白を使うと,文字が重なってしまうことがあります.これを利用して,合字処理を強制することができます.これは,たとえば以下のように,和演算子に使えます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -11520,10 +11418,6 @@ f_kl
|
||||
\noindent
|
||||
イコール記号などの関係子は,つねに空白を前後に伴うようになっていますが,これを抑制するには,イコール記号を\SpecialChar TeX
|
||||
括弧で囲みます.以下の例にこれを示します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12505,10 +12399,6 @@ framebox
|
||||
fbox
|
||||
\series default
|
||||
同様,数式の断片を入れるためのものです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12997,10 +12887,6 @@ raisebox
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -13383,10 +13269,6 @@ yellow
|
||||
|
||||
\begin_layout Standard
|
||||
があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15567,10 +15449,6 @@ status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
範囲は,上付き文字と下付き文字とで作成することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -17830,15 +17708,12 @@ status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -17856,6 +17731,17 @@ status collapsed
|
||||
出力
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\lang english
|
||||
Shortcut
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -17889,6 +17775,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -17920,6 +17815,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-bold"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -17953,6 +17862,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-boldsymbol"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -17988,6 +17911,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18021,6 +17953,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18029,15 +17970,16 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\align center
|
||||
\begin_inset Tabular
|
||||
<lyxtabular version="3" rows="6" columns="2">
|
||||
<lyxtabular version="3" rows="6" columns="3">
|
||||
<features booktabs="true" tabularvalignment="middle">
|
||||
<column alignment="center" valignment="top" width="0pt">
|
||||
<column alignment="center" valignment="top">
|
||||
<column alignment="center" valignment="top">
|
||||
<row>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
@ -18055,6 +17997,17 @@ AbC
|
||||
出力
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
\lang english
|
||||
Shortcut
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18088,6 +18041,15 @@ AbC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18119,6 +18081,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-roman"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18152,6 +18128,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-sans"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18185,6 +18175,20 @@ AbC
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Info
|
||||
type "shortcut"
|
||||
arg "font-typewriter"
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -18220,6 +18224,15 @@ ABC
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
|
||||
\begin_inset Text
|
||||
|
||||
\begin_layout Plain Layout
|
||||
-
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
</cell>
|
||||
</row>
|
||||
@ -18228,10 +18241,6 @@ ABC
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset space \hfill{}
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18734,10 +18743,6 @@ arg "math-insert \\style"
|
||||
\end_inset
|
||||
|
||||
を使用して,寸法を変更することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -20465,10 +20470,6 @@ boldsymbol
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -22468,10 +22469,6 @@ eurosym
|
||||
|
||||
\begin_layout Standard
|
||||
以下は,各ユーロ通貨記号のまとめです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24141,10 +24138,6 @@ stackrel
|
||||
\end_inset
|
||||
|
||||
コマンドを使うと,以下のように,ラベル付きの関係子を作ることができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24272,10 +24265,6 @@ status collapsed
|
||||
|
||||
であるかのように誤解させる恐れがあるためです.そのために,定義済み関数が存在し,これらは先行する要素よりも少し離れて配置されます.定義済み関数は,関数名の前にバ
|
||||
ックスラッシュを加えたコマンドとして挿入します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -24956,10 +24945,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25100,10 +25085,6 @@ liminf
|
||||
limsup
|
||||
\series default
|
||||
の他に,以下の関数があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -25446,10 +25427,6 @@ status collapsed
|
||||
^および_の各文字は,通常,上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,その前に
|
||||
\backslash
|
||||
を付けなくてはなりません.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -27103,10 +27080,6 @@ status collapsed
|
||||
|
||||
\begin_layout Itemize
|
||||
以下の二つの配置様式があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -27189,10 +27162,6 @@ ptが適用されます.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
また,以下の二つの連番様式があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -30997,10 +30966,6 @@ ce
|
||||
ce
|
||||
\series default
|
||||
を数式に入力すると,新しい青いボックスが現れ,直感的に化学式を入力することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -32279,10 +32244,6 @@ white
|
||||
|
||||
\begin_layout Standard
|
||||
以下は,上で定義したコマンドの動作テストです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33607,10 +33568,6 @@ status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
以下は,この問題を示す例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -33948,10 +33905,6 @@ braket
|
||||
\end_inset
|
||||
|
||||
以下のコマンドが定義されています.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34244,10 +34197,6 @@ genfrac
|
||||
\end_inset
|
||||
|
||||
3の範囲の数字です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -34493,10 +34442,6 @@ status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
数式の全体もしくは一部を消去するには,4つの方法があります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -282,10 +282,6 @@ reference "sec:latexusers"
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LyX
|
||||
のすべての機能の詳しい説明
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -301,10 +297,6 @@ reference "sec:latexusers"
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LaTeX
|
||||
の詳しい説明
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -576,6 +568,17 @@ respectively
|
||||
.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
\lang english
|
||||
Another hint:
|
||||
\series default
|
||||
In case you are using a high-resolution display, the LyX toolbar icons
|
||||
are quite small.
|
||||
To change their size, right-click into a toolbar.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
単純な操作
|
||||
\end_layout
|
||||
@ -619,10 +622,6 @@ arg "redo"
|
||||
\end_inset
|
||||
|
||||
)を選択して,新しい方に戻ってください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1565,10 +1564,6 @@ Article
|
||||
特別な文書クラス
|
||||
\emph default
|
||||
」の節をご参照ください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -1227,10 +1227,6 @@ status collapsed
|
||||
|
||||
\begin_layout Enumerate
|
||||
動き
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1245,10 +1241,6 @@ status collapsed
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
テキストの選択
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1280,10 +1272,6 @@ status collapsed
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
差込枠(脚註・註釈・フロート等)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2213,10 +2201,6 @@ description "コントロールキー"
|
||||
\end_inset
|
||||
|
||||
で表されます.)これはどの鍵と組み合わせるかによって,いくつかの異なった使い方があります:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2305,10 +2289,6 @@ Alt+
|
||||
メニュー高速化鍵
|
||||
\emph default
|
||||
を有効にする役割があります.もしこの鍵を,メニューやメニュー項目で下線が引いてある文字と一緒に押すと,そのメニュー項目を選ぶことができるのです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3529,10 +3509,6 @@ status collapsed
|
||||
用紙書式
|
||||
\family default
|
||||
印刷する用紙寸法を選びます.選べるのは,次のサイズです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4962,10 +4938,6 @@ name "sec:箇条書き(記号)"
|
||||
|
||||
\begin_layout Itemize
|
||||
各々の項目は小さい印(シンボル)をラベルとして使います.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4997,10 +4969,6 @@ name "sec:箇条書き(記号)"
|
||||
箇条書き(記号)
|
||||
\family default
|
||||
環境を入れると項目のラベルのシンボルが変わります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5046,28 +5014,16 @@ reference "sec:入れ子"
|
||||
箇条書き(記号)
|
||||
\family default
|
||||
のラベルは黒丸です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
2番目のレベルのシンボルはダッシュ(-)です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
3番目のレベルのラベルはアステリスク(*)です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5160,10 +5116,6 @@ name "sec:箇条書き(連番)"
|
||||
|
||||
\begin_layout Enumerate
|
||||
各々の項目は数字またはアルファベットをラベルとして使います.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5195,10 +5147,6 @@ name "sec:箇条書き(連番)"
|
||||
箇条書き(連番)
|
||||
\family default
|
||||
環境は
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5239,28 +5187,16 @@ name "sec:箇条書き(連番)"
|
||||
|
||||
\begin_layout Enumerate
|
||||
一番目のレベルでは後ろにピリオド(.)が付いたアラビア数字がラベルに使われます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
2番目のレベルでは括弧で囲まれた小文字のアルファベットが使われます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
3番目のレベルでは後ろにピリオドが付いた小文字のローマ数字が使われます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5714,9 +5650,12 @@ status collapsed
|
||||
連番箇条書きの番号の振り方の既定値は,箇条書きの各階層における最初の項目に,非必須引数を加えることで(
|
||||
\family sans
|
||||
挿入\SpecialChar menuseparator
|
||||
短縮タイトル
|
||||
|
||||
\lang english
|
||||
Enumerate Options
|
||||
\family default
|
||||
メニュー)変更することができます.そこに,\SpecialChar TeX
|
||||
\lang japanese
|
||||
)変更することができます.そこに,\SpecialChar TeX
|
||||
コードで(
|
||||
\begin_inset Flex Ruby
|
||||
status collapsed
|
||||
@ -5871,10 +5810,6 @@ Alph{enumi}
|
||||
\end_inset
|
||||
|
||||
第1階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5907,10 +5842,6 @@ arabic{enumii}
|
||||
|
||||
\begin_layout Enumerate
|
||||
第2階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -5939,10 +5870,6 @@ arabic{enumiii}}
|
||||
\end_inset
|
||||
|
||||
第3階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7313,10 +7240,6 @@ name "sec:入れ子"
|
||||
|
||||
\begin_layout Enumerate
|
||||
論点2
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7445,10 +7368,6 @@ arg "depth-decrement"
|
||||
|
||||
\begin_layout Description
|
||||
入れ子にできないもの 他の環境を入れることも,他の環境に入ることもできないもの.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7485,10 +7404,6 @@ arg "depth-decrement"
|
||||
\end_deeper
|
||||
\begin_layout Description
|
||||
完全に入れ子にできるもの 他の環境を入れることも,他の環境に入ることもできるもの.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7556,10 +7471,6 @@ arg "depth-decrement"
|
||||
\end_deeper
|
||||
\begin_layout Description
|
||||
他の環境に入れるもの 他の環境には入れるが,他の環境を入れることができないもの.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7760,19 +7671,11 @@ reference "sec:フロート"
|
||||
|
||||
\begin_layout Enumerate
|
||||
項目1
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
これは(a),入れ子になっています.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -7860,10 +7763,6 @@ reference "sec:フロート"
|
||||
|
||||
\begin_layout Enumerate
|
||||
項目1
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8051,10 +7950,6 @@ status collapsed
|
||||
|
||||
\begin_layout Enumerate
|
||||
項目1
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8251,46 +8146,26 @@ status collapsed
|
||||
|
||||
\begin_layout Enumerate
|
||||
第1階層 − もっとも外側
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
第2階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
第3階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
第4階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
第5階層
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8349,10 +8224,6 @@ status collapsed
|
||||
箇条書き(一覧)
|
||||
\family default
|
||||
環境になっています.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8371,10 +8242,6 @@ arg "depth-increment"
|
||||
\end_inset
|
||||
|
||||
を使って作りました.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8407,10 +8274,6 @@ arg "depth-increment"
|
||||
\end_inset
|
||||
|
||||
を使っても作ることができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8486,10 +8349,6 @@ arg "paragraph-break inverse"
|
||||
可能
|
||||
\emph default
|
||||
です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8497,10 +8356,6 @@ arg "paragraph-break inverse"
|
||||
\labelwidthstring 00.00.0000
|
||||
#5-a ここは第5階層です\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8622,10 +8477,6 @@ arg "depth-increment"
|
||||
箇条書き(連番)
|
||||
\family default
|
||||
環境に変更します.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8689,10 +8540,6 @@ status collapsed
|
||||
箇条書き(連番)
|
||||
\family default
|
||||
段落環境の第1階層です.ここへ箇条書きを入れ子にしていきます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8714,10 +8561,6 @@ arg "depth-increment"
|
||||
箇条書き(記号)
|
||||
\family default
|
||||
環境を入れるとどうなるでしょうか.第3階層になるはずですが,ラベルはどうなるでしょうか.星印でしょうか.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8747,10 +8590,6 @@ arg "depth-increment"
|
||||
箇条書き(記号)
|
||||
\family default
|
||||
に変えました).
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8768,10 +8607,6 @@ arg "depth-increment"
|
||||
\end_inset
|
||||
|
||||
を押しました.また同じことをして…
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8943,10 +8778,6 @@ arg "depth-decrement"
|
||||
箇条書き(連番)
|
||||
\family default
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -8999,10 +8830,6 @@ status collapsed
|
||||
Return, 箇条書き(連番)
|
||||
\family default
|
||||
:第1階層)ここはリスト中,第2の項目です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9052,10 +8879,6 @@ arg "paragraph-break inverse"
|
||||
|
||||
\begin_layout Verse
|
||||
そして表を入れましょう.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9221,10 +9044,6 @@ arg "newline-insert newline"
|
||||
\end_inset
|
||||
|
||||
を使う必要があることを忘れないで下さい.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -9343,19 +9162,11 @@ name "subsec:入れ子の分離"
|
||||
|
||||
\begin_layout Enumerate
|
||||
こんにちは
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
これは
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -10800,10 +10611,6 @@ arg "paragraph-params \\align default"
|
||||
\family default
|
||||
です.この場合,単語間の空白の長さは,段落の各行がちょうど左余白から右余白までの領域を埋めるように自動調整されます.他の3つの配置は,ほぼ自明ですが以下のように
|
||||
なります.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -12308,10 +12115,6 @@ arg "dialog-show character"
|
||||
フォント族
|
||||
\family default
|
||||
フォントの「概観」です.選択肢は
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12399,10 +12202,6 @@ arg "font-typewriter"
|
||||
太さ
|
||||
\family default
|
||||
これは印字の太さに対応しています.選択肢は
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12444,10 +12243,6 @@ arg "font-bold"
|
||||
字形
|
||||
\family default
|
||||
名の示す通りです.選択肢は
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12621,10 +12416,6 @@ reference "sec:スペルチェック"
|
||||
|
||||
に詳細な指定をわたすようにはなっておらず,何をしたいか一般的な意図を\SpecialChar LyX
|
||||
に示すだけです.選択肢は以下の通りです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -12878,10 +12669,6 @@ arg "font-size decrease"
|
||||
その他
|
||||
\family default
|
||||
これはその他,文字レベルで変更可能なものです.選択肢は以下の通りです.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -15680,10 +15467,6 @@ LaTeXとLyXのオプション
|
||||
\begin_layout Standard
|
||||
図ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.図は,出力では,それが置かれている本文中の位置に正確に配置されます.以下は,独立
|
||||
した中央揃えの段落に置かれたPDF形式の画像の例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -15971,10 +15754,6 @@ arg "tabular-insert"
|
||||
\family default
|
||||
メニューを選択します.するとダイアログが現れ,行数と列数を訊いてきます.既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.
|
||||
この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っているのと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -16190,10 +15969,6 @@ reference "subsec:表のセル"
|
||||
を使うと,同一行あるいは同一列にある複数のセルを連結列セルあるいは連結行セルとして指定することができます.こうすると,複数のセルを一つのセルに連結し,2列あるい
|
||||
は2行以上にまたがって表示されます.連結列はそれ自体独立した行として取り扱われるので,連結列における水平揃えや列幅や罫線などの設定は,連結列のセルのみに有効です
|
||||
.以下は,第一行に連結列があり,最終行に上罫線がない(1列のみの)連結列がある表の例です.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -16502,10 +16277,6 @@ status collapsed
|
||||
冒頭ヘッダ
|
||||
\family default
|
||||
の順のうち,最初という意味です.長尺表の動作を見るために以下の例を参照してください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -18689,10 +18460,6 @@ name "subsec:表のセル"
|
||||
\begin_layout Standard
|
||||
表のセルに複数行にわたる項目を入れるには,表ダイアログで当該列に固定列幅を宣言しなくてはなりません.すると,文章が指定した列幅よりも長くなると,自動的に複数行に
|
||||
改行され,セル高も高く調整されます.以下の例をご覧ください.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -19503,10 +19270,6 @@ name "sec:ミニページ"
|
||||
ボックス
|
||||
\family default
|
||||
メニューで挿入できます.ボックスを右クリックすると,ミニページの幅やページ内部での配置を変更することができます.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -36232,6 +35995,49 @@ XHTMLでの数式出力
|
||||
」の節に詳細な解説があります.伸縮は,出力における数式の大きさを調整するのに用いられます.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Description
|
||||
|
||||
\lang english
|
||||
LyX
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
Format The option
|
||||
\family sans
|
||||
Save transient properties
|
||||
\family default
|
||||
controls whether document settings that are frequently switched or that
|
||||
are specific to the user are saved with the document.
|
||||
The properties that are affected by option are currently
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the activation of change tracking
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the output of tracked changes
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
|
||||
\lang english
|
||||
the recording of the document directory path.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang english
|
||||
Disabling the option can prevent issues in collaborative work and/or when
|
||||
using a version control system (for instance unnecessary merge conflicts).
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Section
|
||||
LaTeXプリアンブル
|
||||
\end_layout
|
||||
|
@ -2097,10 +2097,6 @@ Følgende liste beskriver innholdet i hver av filene i dokumentasjonen.
|
||||
|
||||
\begin_layout Description
|
||||
Introduksjon
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2117,10 +2113,6 @@ Innføring
|
||||
Tutorial
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2162,10 +2154,6 @@ User's
|
||||
Guide
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2199,10 +2187,6 @@ objekter
|
||||
Embedded Objects
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2226,10 +2210,6 @@ Matte
|
||||
Math
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2255,10 +2235,6 @@ muligheter
|
||||
Additional Features
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2284,10 +2260,6 @@ Tilpassing
|
||||
Customization
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2312,10 +2284,6 @@ En beskrivelse av avanserte \SpecialChar LyX
|
||||
Hurtigtaster
|
||||
\emph on
|
||||
(Shortcuts)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2343,10 +2311,6 @@ konfigurasjon
|
||||
configuration
|
||||
\lang norsk
|
||||
)
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2603,10 +2567,6 @@ Håndboka
|
||||
og
|
||||
\emph on
|
||||
Innføringen.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -295,10 +295,6 @@ finner her
|
||||
\begin_layout Itemize
|
||||
Detaljerte forklaringer på alle \SpecialChar LyX
|
||||
sine funksjoner
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -314,10 +310,6 @@ håndboka
|
||||
\begin_layout Itemize
|
||||
Detaljerte beskrivelser av \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -619,10 +611,6 @@ arg "redo"
|
||||
\end_inset
|
||||
|
||||
) for å få det tilbake.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1911,10 +1899,6 @@ Special Document Classes
|
||||
Additional Features
|
||||
\emph default
|
||||
manual for many more details.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -782,10 +782,6 @@ Tutorial
|
||||
geval hoe je met \SpecialChar LyX
|
||||
om moet gaan.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1176,10 +1172,6 @@ Tutorial
|
||||
\emph default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1210,10 +1202,6 @@ DocStyle.lyx
|
||||
|
||||
\begin_layout Enumerate
|
||||
En als laatste; neem contact op met het team:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -305,10 +305,6 @@ niet
|
||||
|
||||
\begin_layout Itemize
|
||||
Oplepelen van informatie of denken dat de lezers achterlijk zijn.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -351,10 +347,6 @@ Aan de andere kant begrijpen we dat de meeste gebruikers een handleiding
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Instructies hoe je je muis of je toetsenbord moet gebruiken.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -382,10 +374,6 @@ Afgezien daarvan, als je \SpecialChar LyX
|
||||
\begin_layout Itemize
|
||||
Gedetailleerde beschrijvingen van alle eigenschappen van \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -416,10 +404,6 @@ zie de gebruikshandleiding
|
||||
\begin_layout Itemize
|
||||
Gedetailleerde beschrijvingen van \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1719,10 +1703,6 @@ R
|
||||
edo
|
||||
\family default
|
||||
om de bewerking terug te krijgen.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1043,10 +1043,6 @@ Podręcznik użytkownika
|
||||
\emph toggle
|
||||
.
|
||||
Cały.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1063,10 +1059,6 @@ Podręcznik użytkownika
|
||||
\end_deeper
|
||||
\begin_layout Enumerate
|
||||
Na koniec, skontaktuj się z zespołem pod adresem:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -359,19 +359,11 @@ Podręcznikiem użytkownika
|
||||
|
||||
\begin_layout Quotation
|
||||
Tak czy inaczej, zacząłem rozumieć, że ludzie najlepiej uczą się przez:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
oglądanie przykładów
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -462,10 +454,6 @@ nie
|
||||
|
||||
\begin_layout Itemize
|
||||
Instrukcji jak:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -503,10 +491,6 @@ and occupational therapy ain't one of 'em! (Sarkastyczny styl oryginału
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Prowadzenia za rękę, protekcjonalności czy łopatologii .
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -520,10 +504,6 @@ To przecież tylko program komputerowy, bez obaw ! Poza tym zakładamy, że
|
||||
\begin_layout Itemize
|
||||
Opisu wszystkich możliwości \SpecialChar LyX
|
||||
-a.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -589,10 +569,6 @@ Nie znaczy to oczywiście, że nie zostaną przedstawione żadne z możliwości
|
||||
\begin_layout Itemize
|
||||
Szczegółowego objaśnienia \SpecialChar LaTeX
|
||||
-a.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1265,10 +1265,6 @@ Tutorial
|
||||
\emph default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1297,10 +1293,6 @@ DocStyle.lyx
|
||||
|
||||
\begin_layout Enumerate
|
||||
Por último, contate o time em:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -367,10 +367,6 @@ não vai
|
||||
|
||||
\begin_layout Itemize
|
||||
Comidinha à boca e água de rosas.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -418,10 +414,6 @@ não
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Instruções para usar o rato ou o teclado.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -447,10 +439,6 @@ Além do mais, se está a usar o \SpecialChar LyX
|
||||
\begin_layout Itemize
|
||||
Explicações detalhadas de todas as funções do \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -496,10 +484,6 @@ veja o Manual do Utilizador
|
||||
\begin_layout Itemize
|
||||
Explicações detalhadas de \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1941,10 +1925,6 @@ R
|
||||
edo
|
||||
\family default
|
||||
para repôr as acções desfeitas.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1022,10 +1022,6 @@ Ghidul utilizatorului
|
||||
\emph default
|
||||
.
|
||||
În întregime.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1044,10 +1040,6 @@ Ghidul utilizatorului
|
||||
\begin_layout Enumerate
|
||||
În cele din urmă, contactaţi echipa \SpecialChar LyX
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1857,10 +1857,6 @@ emacs
|
||||
|
||||
\emph on
|
||||
Введение
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1873,10 +1869,6 @@ emacs
|
||||
|
||||
\emph on
|
||||
Самоучитель
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1958,10 +1950,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
пользователя
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1988,10 +1976,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
возможности
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2021,10 +2005,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
настройке
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2055,10 +2035,6 @@ status collapsed
|
||||
|
||||
\SpecialChar LaTeX
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2447,10 +2423,6 @@ DocStyle.lyx
|
||||
Самоучитель
|
||||
\emph default
|
||||
, чтобы получить общее представление о предмете.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2472,10 +2444,6 @@ DocStyle.lyx
|
||||
\begin_layout Enumerate
|
||||
Свяжитесь с командой документаторов \SpecialChar LyX
|
||||
по адресу:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -309,10 +309,6 @@ reference "sec:latexusers"
|
||||
|
||||
\begin_layout Itemize
|
||||
Постоянную опеку или прочие бестолковые объяснения.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -363,10 +359,6 @@ Weiss
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Инструкций по использованию мышью и клавиатурой.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -392,10 +384,6 @@ status collapsed
|
||||
\begin_layout Itemize
|
||||
Подробного объяснения всех возможностей \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -442,10 +430,6 @@ status collapsed
|
||||
\begin_layout Itemize
|
||||
Детального объяснения \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -949,10 +933,6 @@ unix
|
||||
\family default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -375,10 +375,6 @@ Užívateľskej príručke
|
||||
|
||||
\begin_layout Quotation
|
||||
Tak, či tak, pochopil som, že ľudia sa najlepšie učia:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -456,10 +452,6 @@ nájdete:
|
||||
|
||||
\begin_layout Itemize
|
||||
Inštrukcie ako:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -483,10 +475,6 @@ Ak ste doteraz nezistili ako obsluhovať tieto veci, nemôžeme vám pomôcť.
|
||||
\begin_layout Itemize
|
||||
Vysvetlenie všetkých čŕt \SpecialChar LyX
|
||||
u.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -546,10 +534,6 @@ u, ako matematika.
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Detailné vysvetlenie LaTaXu.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -808,10 +808,6 @@ boste
|
||||
vedeli, kako uporabljati \SpecialChar LyX
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1220,10 +1216,6 @@ Učbenik
|
||||
\emph default
|
||||
.
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1253,10 +1245,6 @@ DocStyle.lyx
|
||||
|
||||
\begin_layout Enumerate
|
||||
Zdaj stopite v stik s skupino na naslovu:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -348,10 +348,6 @@ ne boste
|
||||
|
||||
\begin_layout Itemize
|
||||
Krmljenja po žlički in drugega poneumljanja.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -374,10 +370,6 @@ niste
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Navodil o uporabi miške ali tipkovnice.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -404,10 +396,6 @@ Poleg tega imate verjetno v glavi več kot polovico možgan, sodeč po tem,
|
||||
\begin_layout Itemize
|
||||
Podrobnih razlag vseh mogočih odlik \SpecialChar LyX
|
||||
a.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -452,10 +440,6 @@ Uporabniški vodnik
|
||||
\begin_layout Itemize
|
||||
Podrobnih razlag \SpecialChar LaTeX
|
||||
a.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1613,10 +1597,6 @@ Uredi\SpecialChar menuseparator
|
||||
Ponovi
|
||||
\family default
|
||||
in vzpostavili boste prejšnje stanje.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -333,10 +333,6 @@ inte
|
||||
\begin_layout Itemize
|
||||
Grundlig redogörelse för alla finesser i \SpecialChar LyX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -352,10 +348,6 @@ Handboken
|
||||
\begin_layout Itemize
|
||||
Detaljerade förklaringar om \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1966,10 +1958,6 @@ Special Document Classes
|
||||
Avancerad redigering
|
||||
\emph default
|
||||
för detaljer.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -212,10 +212,6 @@ reference "sec:LaTeX-用户必读"
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LyX
|
||||
全部特性的详细解释。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -229,10 +225,6 @@ User's Guide。
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LaTeX
|
||||
的详细解释。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -423,10 +415,6 @@ arg "redo"
|
||||
\end_inset
|
||||
|
||||
)恢复。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1109,10 +1097,6 @@ status collapsed
|
||||
Additional Features
|
||||
\emph default
|
||||
。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -170,11 +170,8 @@ Der Sinn des typographischen Entwurfs ist, dass der Leser die Ideen des
|
||||
\begin_layout Subsection
|
||||
Warum \SpecialChar LyX
|
||||
besser ist
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\series bold
|
||||
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sec:lyxbetter"
|
||||
@ -182,7 +179,9 @@ name "sec:lyxbetter"
|
||||
\end_inset
|
||||
|
||||
|
||||
\series default
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\SpecialChar LyX
|
||||
kann mehr Menschen nützen als \SpecialChar LaTeX
|
||||
.
|
||||
@ -249,8 +248,23 @@ sehr aufgeregt,
|
||||
Für eine mehr philosophische Diskussion, warum \SpecialChar LyX
|
||||
besser als viele andere
|
||||
Textverarbeitungen ist, lesen Sie bitte Abschnitt
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand vref
|
||||
LatexCommand ref
|
||||
reference "sec:lyxbetter"
|
||||
|
||||
\end_inset
|
||||
|
||||
auf Seite
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand pageref
|
||||
reference "sec:lyxbetter"
|
||||
|
||||
\end_inset
|
||||
|
@ -160,10 +160,6 @@ This is an example with several nested lists.
|
||||
|
||||
\begin_layout Itemize
|
||||
item 1
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -173,10 +169,6 @@ item 2
|
||||
|
||||
\begin_layout Description
|
||||
new item
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -580,10 +572,6 @@ target "http://www.oasis-open.org/docbook/documentation/reference/"
|
||||
|
||||
\begin_layout Quotation
|
||||
It is also possible to insert margin notes inside some environments.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -629,10 +617,6 @@ These environments are easily added to the docbook layout.
|
||||
\end_inset
|
||||
|
||||
and so is the follow:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -660,10 +644,6 @@ This is a small list of the remaining tasks:
|
||||
|
||||
\begin_layout Itemize
|
||||
Expand the number of layouts
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -694,10 +674,6 @@ important
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
Compose other layout files, besides article
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -726,10 +702,6 @@ refentry
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
goodies
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -144,15 +144,16 @@ La función del diseño tipográfico es ayudar al lector a comprender las ideas
|
||||
\begin_layout Subsection
|
||||
Por qué \SpecialChar LyX
|
||||
es mejor
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sec:lyxbetter"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\SpecialChar LyX
|
||||
puede ser útil a más gente que \SpecialChar LaTeX
|
||||
.
|
||||
@ -227,6 +228,10 @@ muy emocionado
|
||||
Para una discusión más filosófica de por qué \SpecialChar LyX
|
||||
es mejor que muchos procesadores
|
||||
de texto, mira la sección
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand ref
|
||||
reference "sec:lyxbetter"
|
||||
@ -234,6 +239,10 @@ reference "sec:lyxbetter"
|
||||
\end_inset
|
||||
|
||||
, que se encuentra en la página
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand pageref
|
||||
reference "sec:lyxbetter"
|
||||
|
@ -218,10 +218,6 @@ Ejemplos numerados
|
||||
Glosas
|
||||
\emph default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -263,10 +259,6 @@ enumeración, enumeración*
|
||||
descripción
|
||||
\emph default
|
||||
).
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -300,10 +292,6 @@ Significado
|
||||
.
|
||||
El paquete provee comillas sensibles al contexto, dependiendo del idioma
|
||||
en uso.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -341,10 +329,6 @@ key "float"
|
||||
.
|
||||
Este paquete estará incluido en cualquier distribución de \SpecialChar LaTeX
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -372,10 +356,6 @@ key "forest"
|
||||
\end_inset
|
||||
|
||||
: este paquete se usa para generar árboles.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -767,10 +747,6 @@ Preámbulo
|
||||
|
||||
\family default
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Quote
|
||||
|
@ -145,15 +145,16 @@ The function of typographic design is to help the reader understand the
|
||||
\begin_layout Subsection
|
||||
Why \SpecialChar LyX
|
||||
is better
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sec:lyxbetter"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\SpecialChar LyX
|
||||
can be useful to more people than \SpecialChar LaTeX
|
||||
.
|
||||
@ -226,6 +227,10 @@ very excited
|
||||
For a more philosophical discussion of why \SpecialChar LyX
|
||||
is better than lots of other
|
||||
word processors, see Section
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand ref
|
||||
reference "sec:lyxbetter"
|
||||
@ -233,6 +238,10 @@ reference "sec:lyxbetter"
|
||||
\end_inset
|
||||
|
||||
, which can be found on page
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset CommandInset ref
|
||||
LatexCommand pageref
|
||||
reference "sec:lyxbetter"
|
||||
|
@ -168,15 +168,16 @@ Le but de la typographie est d'aider le lecteur à comprendre l'idée de l'auteu
|
||||
\begin_layout Subsection
|
||||
Pourquoi \SpecialChar LyX
|
||||
est mieux
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset CommandInset label
|
||||
LatexCommand label
|
||||
name "sec:lyxmeilleur"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\SpecialChar LyX
|
||||
peut être profitable à un plus grand nombre d'utilisateurs que \SpecialChar LaTeX
|
||||
.
|
||||
|
@ -225,10 +225,6 @@ key "covington"
|
||||
|
||||
: ceci est le paquetage de base utilisé pour les exemples numérotés et les
|
||||
gloses:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -282,10 +278,6 @@ ListePuces
|
||||
Description
|
||||
\emph default
|
||||
):
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -323,10 +315,6 @@ signification
|
||||
.
|
||||
Le paquetage fournit des marques de citation contextuelles, en fonction
|
||||
du langage utilisé:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -361,10 +349,6 @@ key "float"
|
||||
et la liste des flottants; ce paquetage doit faire partie de n'importe
|
||||
quelle distribution \SpecialChar LaTeX
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -392,10 +376,6 @@ key "forest"
|
||||
\end_inset
|
||||
|
||||
: nécessaire pour créer les structures arborescentes:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -779,10 +759,6 @@ Paramètres\SpecialChar ldots
|
||||
Préambule
|
||||
\family default
|
||||
:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout LyX-Code
|
||||
|
@ -143,10 +143,6 @@ Diagram
|
||||
|
||||
\begin_layout Standard
|
||||
以下に示すように、「分子」や「伝搬関数」として振る舞うコマンドを、行列の項目として入力することができます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -114,10 +114,6 @@ Beamerと\SpecialChar LyX
|
||||
\end_layout
|
||||
|
||||
\begin_layout Frame
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -182,10 +178,6 @@ Beamer
|
||||
\end_inset
|
||||
|
||||
クラスを用いると、発表スライドを生成することができます。これは
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -228,7 +220,7 @@ Beamer
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -249,10 +241,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
この発表は、
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -315,10 +303,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
通常、発表には
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -340,7 +324,7 @@ status open
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -422,10 +406,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
の各レイアウトで構成されます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -539,7 +519,7 @@ status collapsed
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -569,10 +549,6 @@ Beamer
|
||||
\end_inset
|
||||
|
||||
では、スライドのことを「フレーム」と呼びます。フレーム内のものは全て、1つのスライドに収められます(スライドの中に副スライドを収めることもあります)。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -680,7 +656,7 @@ status collapsed
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -725,10 +701,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
それには、(このフレームで行なっているように)各フレームのフレームオプションに「label」を指定して、ラベル名を付けます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -770,10 +742,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
で指定するだけです(再度「重ね合わせ」の概念については、下記参照)。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -830,7 +798,7 @@ status collapsed
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -847,10 +815,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -903,7 +867,7 @@ arg "depth-increment"
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -936,10 +900,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
段落様式で分けることができます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1027,7 +987,7 @@ myframe
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1049,10 +1009,6 @@ status open
|
||||
\begin_layout PlainFrame
|
||||
\SpecialChar LyX
|
||||
は、以下の2つの特殊なフレーム型を提供しています。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1088,7 +1044,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1105,10 +1061,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1152,7 +1104,7 @@ status collapsed
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1169,10 +1121,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1220,7 +1168,7 @@ status collapsed
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1237,10 +1185,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1251,10 +1195,6 @@ status open
|
||||
\begin_layout Itemize
|
||||
付録は、\SpecialChar LyX
|
||||
中では、以下のようにして通常通り入力することができます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1276,10 +1216,6 @@ status collapsed
|
||||
\end_deeper
|
||||
\begin_layout Itemize
|
||||
付録によく収録されるのは書誌情報です。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1336,10 +1272,6 @@ status open
|
||||
\begin_layout Frame
|
||||
基本的には、重ね合わせは、スライドの中身を動的に変更できるようにするものです。ものや文章を少しずつ開示したり、内容をフェイドアウトさせ、強調したり、文字や画像を
|
||||
取り替えたりといったことができます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1393,7 +1325,7 @@ status open
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1423,10 +1355,6 @@ Beamer
|
||||
\end_inset
|
||||
|
||||
では、多くの重ね合わせ型が提供されています。中でも重要なものは
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1448,7 +1376,7 @@ Beamer
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1527,10 +1455,6 @@ article
|
||||
\end_inset
|
||||
|
||||
など)。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1572,10 +1496,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1631,10 +1551,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1691,7 +1607,7 @@ status collapsed
|
||||
\end_deeper
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1733,10 +1649,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
で指定することができます。このようにして「2」を入力すれば、引用は第2(副)スライドにのみ表示されます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1779,7 +1691,7 @@ im Winter ist mir heiß.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1801,10 +1713,6 @@ status open
|
||||
\begin_layout Frame
|
||||
「被覆(covering)」と「蔵匿(hiding)」の違いは、蔵匿対象がそこに無いかのごとく扱われるのに対し、被覆対象は覆われているだけである(スペースは確保
|
||||
されている)という点です。前スライドの引用を被覆する代わりに蔵匿したとすると、以下のように、スペースは表示される時だけ確保されます。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1847,7 +1755,7 @@ im Winter ist mir heiß.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1906,10 +1814,6 @@ setbeamercovered
|
||||
|
||||
コマンドを使って、(発表全体にわたって)グローバルにも、(ここでのように1フレームのみなど)ローカルにも設定することができます。既定では、対象は完全に被覆されま
|
||||
す。「transparent(透過)」モードでは、被覆文は、以下のように淡色表示されているのがわかります。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1962,7 +1866,7 @@ Beamer
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1983,10 +1887,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2002,10 +1902,6 @@ status open
|
||||
\begin_layout Itemize
|
||||
通常の重ね合わせ/動作指定には、順序指定用文法を用います。例えば「+(1)-」とすると、以下のように、個別の項目指定がない限りは、箇条書き中の各項目を一つづつ(
|
||||
開始オフセット1で)開示します。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2064,7 +1960,7 @@ Beamer
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2105,10 +2001,6 @@ status open
|
||||
\begin_layout Frame
|
||||
これによって、重ね合わせ対応の段落や\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2150,7 +2042,7 @@ status open
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2187,10 +2079,6 @@ status open
|
||||
\noindent
|
||||
このフレームは、既定の重ね合わせ指定を使用しています\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2213,7 +2101,7 @@ status open
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2244,10 +2132,6 @@ status collapsed
|
||||
|
||||
レイアウトを用いると、以下のように、それ以降のすべての内容を被覆する点を指定できます(既定では、一時停止以前の内容が開示された後、1つのスライドの間のみ被覆しま
|
||||
す)。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2301,7 +2185,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2336,10 +2220,6 @@ Beamer
|
||||
|
||||
\begin_layout Frame
|
||||
これらは具体的に
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2369,10 +2249,6 @@ status collapsed
|
||||
|
||||
レイアウト\SpecialChar ldots
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2420,10 +2296,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2444,10 +2316,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2473,7 +2341,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2539,10 +2407,6 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Frame
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2734,7 +2598,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2766,10 +2630,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
でも見つけられます)が重ねあわせを認識します。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2911,10 +2771,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
特に発表に適した環境に
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -2936,7 +2792,7 @@ status open
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -2967,10 +2823,6 @@ Beamer
|
||||
\end_inset
|
||||
|
||||
クラスは、外見の異なる、以下の3つの定義済ブロックを提供しています。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3057,7 +2909,7 @@ status open
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3074,20 +2926,12 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
\SpecialChar LyX
|
||||
では、ブロックは、フレームに類似のインターフェースを持ちます。つまり
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3106,7 +2950,7 @@ status open
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3123,10 +2967,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3137,10 +2977,6 @@ status open
|
||||
\end_deeper
|
||||
\begin_layout Frame
|
||||
定理は、出力はブロックに類似していますが、(型に依存して)固定した見出しを持っています。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3207,10 +3043,6 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Frame
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3233,7 +3065,7 @@ status open
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3254,18 +3086,10 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
発表を段組にすると便利なことがあります。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout ColumnsTopAligned
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3348,10 +3172,6 @@ status collapsed
|
||||
|
||||
\begin_layout Frame
|
||||
註:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3431,10 +3251,6 @@ Beamer
|
||||
\end_inset
|
||||
|
||||
用語では、「モード」は特定の出力経路を指します。各目的のためにモードがいくつか存在しますが、特に3つを取り上げてみたいと思います。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3466,7 +3282,7 @@ Beamer
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3498,19 +3314,11 @@ status open
|
||||
\begin_layout Frame
|
||||
しかし、文書の一部やフレーム、見出し、すべての「動作」対応環境は、別のモードに切り替えることができます。例えば、このフレームは「presentation」モード
|
||||
に切り替えられています。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
それはどういうことですか?
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3522,7 +3330,7 @@ status open
|
||||
\end_deeper
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3556,7 +3364,7 @@ status open
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3577,10 +3385,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
これは、本当に便利なのですよ!文書を一つだけ作っておいて、発表と配布資料—article(原稿)モードを使って—の両方を生成することができるのです。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3614,7 +3418,7 @@ status collapsed
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3635,10 +3439,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
既述のように多くの要素がモードに対応しています。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3743,10 +3543,6 @@ status collapsed
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3803,7 +3599,7 @@ article
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -3825,10 +3621,6 @@ status open
|
||||
\begin_layout Frame
|
||||
\SpecialChar LyX
|
||||
でbeamer article(原稿)を作るのは簡単です。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3900,10 +3692,6 @@ status open
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -3982,7 +3770,7 @@ key "beamer-ug"
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -4003,10 +3791,6 @@ status open
|
||||
|
||||
\begin_layout Frame
|
||||
しかし、外見を変更したい時に、更の状態からテーマを書く必要はありません。
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -4131,10 +3915,6 @@ newblock
|
||||
\end_layout
|
||||
|
||||
\begin_layout Frame
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -705,10 +705,6 @@ name "subsec:Editorial-headword"
|
||||
|
||||
\begin_layout Standard
|
||||
NR 1.7 編註 ベートーヴェン作品31-3 ピアノソナタ第18番 第2楽章 スケルツォ 第9–14小節
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -452,10 +452,6 @@ key "xypic"
|
||||
preview
|
||||
\family default
|
||||
の有効化とテスト
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -507,10 +503,6 @@ Xy
|
||||
\end_inset
|
||||
|
||||
-Picの有効化とテスト
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -824,10 +824,6 @@ name "subsec:Editorial-headword"
|
||||
NR 1.7 Editorial annotations Beethoven, Op.
|
||||
31, No.
|
||||
3 Piano sonata 18, Movt II, Scherzo Measures 9–14.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -536,10 +536,6 @@ enumerate
|
||||
\begin_layout Enumerate
|
||||
Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi
|
||||
c development.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -628,10 +624,6 @@ reference "tab:1"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1216,7 +1208,7 @@ percent screened box 'behind' your text.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1528,7 +1520,7 @@ A given problem or excercise is described here.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
|
@ -115,10 +115,6 @@ baselineskip}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -139,10 +139,6 @@ baselineskip}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -451,10 +451,6 @@ key "science-DOI"
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -168,7 +168,7 @@ reference "prob:given-problem"
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
|
@ -703,10 +703,6 @@ enumerate
|
||||
\begin_layout Enumerate
|
||||
Livelihood and survival mobility are oftentimes coutcomes of uneven socioeconomi
|
||||
c development.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -787,10 +783,6 @@ reference "tab:1"
|
||||
\end_inset
|
||||
|
||||
.
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -1354,7 +1346,7 @@ percent screened box 'behind' your text.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Separator parbreak
|
||||
\begin_inset Separator plain
|
||||
\end_inset
|
||||
|
||||
|
||||
|
@ -115,10 +115,6 @@ baselineskip}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -139,10 +139,6 @@ baselineskip}
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -447,10 +447,6 @@ key "science-DOI"
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
@ -1,4 +1,4 @@
|
||||
#\DeclareLyXModule[covington.sty,elocalloc.sty,enumitem.sty,forest.sty,pgfopts.sty,trimspaces.sty]{Linguistics}
|
||||
#\DeclareLyXModule[covington.sty,enumitem.sty,forest.sty]{Linguistics}
|
||||
#DescriptionBegin
|
||||
#Defines some special environments useful for linguistics (numbered examples,
|
||||
#glosses, semantic markup, tableau floats).
|
||||
|
@ -125,10 +125,6 @@ Custom
|
||||
\family default
|
||||
.
|
||||
Available options are:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -161,10 +157,6 @@ If one of these is not explicitly given to the class option, the default
|
||||
\begin_layout Enumerate
|
||||
Also, choose typesetting mode as the class option.
|
||||
Available options are:
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
@ -416,10 +408,6 @@ Figure notes without optional leadin.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Figure Notes
|
||||
@ -568,10 +556,6 @@ Table notes environment without optional leadin.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Table Notes
|
||||
|
@ -378,10 +378,6 @@ item one
|
||||
|
||||
\begin_layout RomanList
|
||||
item two
|
||||
\begin_inset Separator latexpar
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user