X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2FFormula-numbering.lyx;h=214d58ecc27079ac27db8fe778dd93302a9b46e4;hb=a6f51c904da6eafaec75ce955717cf98251a4092;hp=9a84731a97b7309bb09b397850fc4a6586a92e5b;hpb=f79d8839cd4648afcd5d0b897794e266215d2624;p=lyx.git diff --git a/lib/doc/Formula-numbering.lyx b/lib/doc/Formula-numbering.lyx index 9a84731a97..214d58ecc2 100644 --- a/lib/doc/Formula-numbering.lyx +++ b/lib/doc/Formula-numbering.lyx @@ -1,7 +1,9 @@ -#LyX 2.0 created this file. For more info see http://www.lyx.org/ -\lyxformat 413 +#LyX 2.4 created this file. For more info see https://www.lyx.org/ +\lyxformat 614 \begin_document \begin_header +\save_transient_properties true +\origin /systemlyxdir/doc/ \textclass scrartcl \begin_preamble \usepackage{ifpdf} @@ -40,26 +42,32 @@ \newcommand{\setarab}{ \let\c@equation\c@org@eq \let\theequation\org@theeq} +% Added by lyx2lyx +\setlength{\parskip}{\medskipamount} +\setlength{\parindent}{0pt} \end_preamble -\options fleqn \use_default_options false -\maintain_unincluded_children false +\maintain_unincluded_children no \language english \language_package default -\inputencoding auto -\fontencoding global -\font_roman default -\font_sans default -\font_typewriter default +\inputencoding utf8 +\fontencoding auto +\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 -\font_tt_scale 100 - +\font_roman_osf false +\font_sans_osf false +\font_typewriter_osf false +\font_sf_scale 100 100 +\font_tt_scale 100 100 +\use_microtype false +\use_dash_ligatures false \graphics default -\default_output_format default +\default_output_format pdf2 \output_sync 0 \bibtex_command default \index_command default @@ -68,40 +76,61 @@ \use_hyperref false \papersize default \use_geometry false -\use_amsmath 2 -\use_esint 0 -\use_mhchem 1 -\use_mathdots 1 +\use_package amsmath 2 +\use_package amssymb 2 +\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 0 +\use_minted 0 +\use_lineno 0 \index Index \shortcut idx \color #008000 \end_index \secnumdepth 4 \tocdepth 3 -\paragraph_separation skip -\defskip medskip -\quotes_language english +\paragraph_separation indent +\paragraph_indentation default +\is_math_indent 1 +\math_indentation default +\math_numbering_side default +\quotes_style english +\dynamic_quotes 0 \papercolumns 1 \papersides 1 \paperpagestyle empty +\tablestyle default \tracking_changes false \output_changes false +\change_bars false +\postpone_fragile_content false \html_math_output 0 \html_css_as_file 0 \html_be_strict false +\docbook_table_output 0 +\docbook_mathml_prefix 1 \end_header \begin_body \begin_layout Standard This document demonstrates the usage of two different formula categories. - One is Arabic, one is Roman numbered. + One is Arabic, + one is Roman numbered. \end_layout \begin_layout Standard @@ -211,59 +240,75 @@ A=I\label{eq:I} \end_layout \begin_layout Standard -Cross-references: +Cross-references: + \begin_inset CommandInset ref LatexCommand eqref reference "eq:B" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:C" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:F" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:G" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:D" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:E" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:H" +nolink "false" \end_inset - , + , + \begin_inset CommandInset ref LatexCommand eqref reference "eq:I" +nolink "false" \end_inset @@ -284,9 +329,10 @@ height "1pt" \begin_inset VSpace medskip \end_inset -To create this example, first a counter must be defined for the Roman numbered - formulas. - To do this the following is inserted to the LaTeX-preamble: +To create this example, + first a counter must be defined for the Roman numbered formulas. + To do this the following is inserted to the \SpecialChar LaTeX +-preamble: \end_layout \begin_layout Standard @@ -315,7 +361,8 @@ To save the value of the Arabic counter \series bold equation \series default -, this is added to the preamble +, + this is added to the preamble \end_layout \begin_layout Standard @@ -415,13 +462,15 @@ for Arabic numbering. \begin_layout Standard Every formula will be by default numbered Arabic. - To switch to Roman numbering, the command + To switch to Roman numbering, + the command \series bold \backslash setrom \series default - is inserted in TeX-mode. + is inserted in \SpecialChar TeX +-mode. With the command \series bold