X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2FFormula-numbering.lyx;h=214d58ecc27079ac27db8fe778dd93302a9b46e4;hb=a6f51c904da6eafaec75ce955717cf98251a4092;hp=67c90ffb545629b9bf3c043bcf118a40fbaeaf39;hpb=0529b40cc94a2202b14705ef40ba5ea90dc5882a;p=lyx.git diff --git a/lib/doc/Formula-numbering.lyx b/lib/doc/Formula-numbering.lyx index 67c90ffb54..214d58ecc2 100644 --- a/lib/doc/Formula-numbering.lyx +++ b/lib/doc/Formula-numbering.lyx @@ -1,7 +1,8 @@ -#LyX 2.2 created this file. For more info see http://www.lyx.org/ -\lyxformat 503 +#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 @@ -41,14 +42,16 @@ \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 +\inputencoding utf8 +\fontencoding auto \font_roman "default" "default" \font_sans "default" "default" \font_typewriter "default" "default" @@ -56,9 +59,13 @@ \font_default_family default \use_non_tex_fonts false \font_sc false -\font_osf false +\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 pdf2 \output_sync 0 @@ -71,14 +78,14 @@ \use_geometry false \use_package amsmath 2 \use_package amssymb 2 -\use_package cancel 0 -\use_package esint 0 +\use_package cancel 1 +\use_package esint 1 \use_package mathdots 1 -\use_package mathtools 0 +\use_package mathtools 1 \use_package mhchem 1 -\use_package stackrel 0 -\use_package stmaryrd 0 -\use_package undertilde 0 +\use_package stackrel 1 +\use_package stmaryrd 1 +\use_package undertilde 1 \cite_engine basic \cite_engine_type default \biblio_style plain @@ -88,30 +95,42 @@ \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 @@ -221,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 @@ -294,9 +329,9 @@ 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 \SpecialCharNoPassThru LaTeX +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 @@ -326,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 @@ -426,13 +462,14 @@ 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 \SpecialCharNoPassThru TeX + is inserted in \SpecialChar TeX -mode. With the command \series bold