From 7a294d60896335d93bc23efc8885e79988ff235b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Aug 2023 21:22:01 +0000 Subject: jwjournal (30aug23) git-svn-id: svn://tug.org/texlive/trunk@68116 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/jwjournal/README.md | 10 +++++----- Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-cn.tex | 8 ++++---- Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-en.tex | 8 ++++---- Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-fr.tex | 8 ++++---- 4 files changed, 17 insertions(+), 17 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/jwjournal/README.md b/Master/texmf-dist/doc/latex/jwjournal/README.md index 41146918201..996d0376a0d 100644 --- a/Master/texmf-dist/doc/latex/jwjournal/README.md +++ b/Master/texmf-dist/doc/latex/jwjournal/README.md @@ -65,10 +65,10 @@ And there are only three major syntaxes for the main text: The space(s) between `[Note]` and the text following it would be ignored. > You may also use `【` and `】`, which is especially useful when writing Chinese. 3) Displayed images can be included via one of the following ways: - - `|| [] {}`: show image in the middle. - - `(( [] {}`: show image on the left. - - `)) [] {}`: show image on the right. - > The `[]` is optional. Here `` is a number like `0.75`, the unit is `\linewidth`. When `[]` is not given, the width would be full `\linewidth`. + - `|| <⟨width⟩> {⟨image file name⟩}` or `|| {⟨image file name⟩} <⟨width⟩>`: show image in the middle. + - `(( <⟨width⟩> {⟨image file name⟩}` or `(( {⟨image file name⟩} <⟨width⟩>`: show image on the left. + - `)) <⟨width⟩> {⟨image file name⟩}` or `)) {⟨image file name⟩} <⟨width⟩>`: show image on the right. + > The `<⟨width⟩>` is optional. Here `⟨width⟩` is a number like `0.75`, the unit is `\linewidth`. When `<⟨width⟩>` is not given, the width would be full `\linewidth`. With a few more for icing on the cake: - `|`: The first vertical bar would be interpreted as `\hfill`. This allows you to write the title line as @@ -96,7 +96,7 @@ With a few more for icing on the cake: >> (Some remark) >> (Another remark) ``` -- `->` and `<-`: Skip or retrieve certain vertical space, by default half of `\baselineskip`. You may specify the exact spacing in the unit of `\baselineskip`: for example, `-> [0.3]` would be skipping `0.3\baselineskip`, while `<- [.75]` means retrieving `0.75\baselineskip`. +- `->` and `<-`: Skip or retrieve certain vertical space, by default half of `\baselineskip`. You may specify the exact spacing in the unit of `\baselineskip`: for example, `-> <0.3>` would be skipping `0.3\baselineskip`, while `<- <.75>` means retrieving `0.75\baselineskip`. - `+++`: If a single sentence or a few words fall to the next page, you may write a `+++` before that entry to enlarge the current page by one line. > You may write this `+++` several times if necessary, but do make sure that the number of the `+` sign is a multiple of 3. - `===`: Three or more equal signs `=` would simply be ignored. This is for improving the readability of the code, allowing you to write your journal like: diff --git a/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-cn.tex b/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-cn.tex index 81647136b9c..5ed5d235893 100644 --- a/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-cn.tex +++ b/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-cn.tex @@ -19,14 +19,14 @@ 图片这可以这样引入: - || [.4] {example-image-a} + || <.4> {example-image-a} % 或者 || {example-image-a} <.4> >> (图片的注释) >> (更多注释) 也可以靠左或者靠右显示: - (( [.4] {example-image-a} - -> [.3] % 加入一点竖直间距,例如这里是 0.3\baselineskip - )) [.4] {example-image-a} + (( <.4> {example-image-a} % 或者 (( {example-image-a} <.4> + -> <.3> % 加入一点竖直间距,例如这里是 0.3\baselineskip + )) <.4> {example-image-a} % 或者 )) {example-image-a} <.4> diff --git a/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-en.tex b/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-en.tex index f0b85fc4849..5a5d8740c9a 100644 --- a/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-en.tex +++ b/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-en.tex @@ -16,14 +16,14 @@ Images can be included via: - || [.4] {example-image-a} + || <.4> {example-image-a} % or || {example-image-a} <.4> >> (Remark on the image) >> (More remark...) You may also show the image on the left or on the right: - (( [.4] {example-image-a} - -> [.3] % add some vertical spacing, here is 0.3\baselineskip - )) [.4] {example-image-a} + (( <.4> {example-image-a} % or (( {example-image-a} <.4> + -> <.3> % add some vertical spacing, here is 0.3\baselineskip + )) <.4> {example-image-a} % or )) {example-image-a} <.4> diff --git a/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-fr.tex b/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-fr.tex index d8c6413bc8d..865402e2540 100644 --- a/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-fr.tex +++ b/Master/texmf-dist/doc/latex/jwjournal/jwjournal-demo-fr.tex @@ -18,14 +18,14 @@ Les images peuvent être incluses via : - || [.4] {example-image-a} + || <.4> {example-image-a} % ou || {example-image-a} <.4> >> (Remarque sur l'image) >> (Plus de remarque...) Vous pouvez également afficher l'image à gauche ou à droite : - (( [.4] {example-image-a} - -> [.3] % ajouter un certain espace vertical, ici c'est 0.3\baselineskip - )) [.4] {example-image-a} + (( <.4> {example-image-a} % ou (( {example-image-a} <.4> + -> <.3> % ajouter un certain espace vertical, ici c'est 0.3\baselineskip + )) <.4> {example-image-a} % ou )) {example-image-a} <.4> -- cgit v1.2.3