diff --git a/assets/graphics/fonts/terrarum-sans-bitmap/ascii_variable.tga b/assets/graphics/fonts/terrarum-sans-bitmap/ascii_variable.tga index dd7f2ca98..b957092be 100755 --- a/assets/graphics/fonts/terrarum-sans-bitmap/ascii_variable.tga +++ b/assets/graphics/fonts/terrarum-sans-bitmap/ascii_variable.tga @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ac70bb0fcb78b25371b5cbe434cf3394c78ab7d06f8b0ffdbd39480619e2f92 +oid sha256:8ea21823dac2028f6a622eb4fc0c573c37260b7229f844b43aca103c451249b5 size 327698 diff --git a/assets/graphics/fonts/terrarum-sans-bitmap/unipunct_variable.tga b/assets/graphics/fonts/terrarum-sans-bitmap/unipunct_variable.tga index bf927f091..acc05722b 100755 --- a/assets/graphics/fonts/terrarum-sans-bitmap/unipunct_variable.tga +++ b/assets/graphics/fonts/terrarum-sans-bitmap/unipunct_variable.tga @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bd4d16ab15d30afc24c542568dee28a3eadfe16b74634597b406b6c1c13dbcf +oid sha256:987e27bd955fcf1d18203fc59739a6dabeb5e1d45a81cdb6588404364bfe5ce0 size 204818 diff --git a/assets/mods/basegame/books/btex.xml b/assets/mods/basegame/books/btex.xml index c3ac5abce..d1a06c4e8 100644 --- a/assets/mods/basegame/books/btex.xml +++ b/assets/mods/basegame/books/btex.xml @@ -105,7 +105,7 @@
  • part — inserts part separation page to your book
  • chapter, section — inserts a new chapter/section. If an alternative name is required on the Table of Contents, the alt attribute can be used. If the chapter/section needs to be hidden on the Table of Contents, add the hide="1" attribute. If the chapter must start on a new page, simply add newpage in front of the chapter tag
  • p — inserts a new paragraph. The body texts must be written inside this tag. All paragraphs will have a 16-pixel indentation, with the following exceptions: first p of the part/chapter/section; first p after br, newpage, callout, ul, ol or anonbreak
  • -
  • span — allows changing the colour of the texts. The colour must be specified in the colour attribute. Six-digit hex code, three-digit hex code and CSS Colors Level 4 named colours are supported. Note that all the colours will be rounded to the nearest three-digit hex code
  • +
  • span — allows changing the colour or the style of the texts. The colour must be specified in the colour attribute. Six-digit hex code, three-digit hex code and CSS Colors Level 4 named colours are supported. Note that all the colours will be rounded to the nearest three-digit hex code
  • emph — is a special case of the span tag. The resulting text will be red
  • itemname — is a special case of the span tag used to highlight the name of the ingame item. The resulting text will be blue
  • targetname — is a special case of the span tag used to highlight the name of an arbitrary target or goals. The resulting text will be green
  • @@ -113,7 +113,7 @@
  • br — self-closing tag; inserts an anonymous line break
  • newpage — self-closing tag; inserts an anonymous page break
  • anonbreak — self-closing tag; inserts a paragraph break in the text. The break will be in a form of a long straight line on the centre of the text. Useful for typesetting novels
  • -
  • callout — is a paragraph box that holds a text in a grey box, a style similar to the code tag
  • +
  • callout — is a paragraph box that holds a text in a grey box
  • ul — starts an unordered list. List elements are defined using the li tag
  • ol — starts an ordered list. List elements are defined using the li tag
  • fullpagebox — is used to typeset its child tags into a box that fills an entire page, with its contents centred on the page. Must be used after the newpage
  • diff --git a/assets/mods/basegame/books/btex_ko.xml b/assets/mods/basegame/books/btex_ko.xml index cb4157c90..7a05c8470 100644 --- a/assets/mods/basegame/books/btex_ko.xml +++ b/assets/mods/basegame/books/btex_ko.xml @@ -90,29 +90,29 @@ 원고 -

    원고는 실제 책의 본문이 담긴 부분을 말한다. 본문에는 다음의 태그를 사용할 수 있다.

    +

    원고는 책의 진짜 본문이 담긴 부분을 말한다. 본문에는 다음의 태그를 사용할 수 있다.

    스스로 닫는 태그는 하위 내용을 담을 수 없다. 스스로 닫는 태그는, 예를 들어 tagname이라는 태그가 있으면, 다음과 같이 쓴다. <tagname/>.

    -
    장절제목 스타일
    +
    장·절 제목 스타일

    부와 장과 절은 type 속성을 사용해 번호가 찍히는 스타일을 지정할 수 있다. 지원하는 스타일은 다음과 같다.