- 모니위키에서 LaTeX 표현 방법 . . . . 16 matches
#title 모니위키에서 LaTeX 표현 방법
과거에는 MoniWiki 자체에서 서버 사이드 TeX 렌더링을 제공하는 플러그인이 있었지만, 최근에는 MoniWiki의 틀에 얽매이기보다 최신 웹 환경에서 TeX 수식을 표현할 수 있는 클라이언트 렌더링 라이브러리인 '''MathJax 또는 KaTeX을 사용하는 편이 훨씬 편합니다'''.
> One of the hardest things about using [[html($\LaTeX$)]] is deciding how to pronounce it. This is also one of the few things I'm not going to tell you about [[html($\LaTeX$)]], since pronunciation is best determined by usage, not flat. [[html($\TeX$)]] is usually pronounced teck, making lah-teck, and lay-teck the logical choices; but language is not always logical, so lay-tecks is also possible.
> ― LaTeX: A Document Preparation System (1994), Leslie Lamport.
== KaTeX 설치 방법 ==
<!-- KaTeX for LaTeX math rendering -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"
2. KaTeX 동작 조건
KaTeX에서는 기본적으로 다음 두 가지 구문을 지원한다.
일반적으로 다음 함수에서 본문의 LaTeX 구문이 자동 처리된다.
따라서 모니위키 본문에 LaTeX의 inline math {{{$ ... $}}} 또는 display math {{{$$ ... $$}}}를 출력해야 한다.
그래서 다음과 같이 인라인 HTML 매크로 등을 이용해서 모니위키 본문에 $을 출력하면 KaTeX을 사용할 수 있다:
- LaTeX . . . . 8 matches
#title LaTeX
#keywords LaTeX, 레이텍, 라텍
> One of the hardest things about using [[html($\LaTeX$)]] is deciding how to pronounce it. This is also one of the few things I'm not going to tell you about [[html($\LaTeX$)]], since pronunciation is best determined by usage, not flat. [[html($\TeX$)]] is usually pronounced teck, making lah-teck, and lay-teck the logical choices; but language is not always logical, so lay-tecks is also possible.
> ― LaTeX: A Document Preparation System (1994), Leslie Lamport.
{{{+1 KaTeX }}}
See also, ["모니위키에서 LaTeX 표현 방법"]
- Blog/2022-06 . . . . 1 match
최근 한국 TeX 사용자 그룹 [http://www.ktug.org/xe/ KTUG]의 모니위키([http://wiki.ktug.org/wiki/wiki.php/FrontPage])가 활발히 활동 중인 걸 봤다. 그곳에서 많은 영감을 얻었다.
- HyacinthWiki . . . . 1 match
수식 영역 마우스 우 클릭 "Copy LaTeX" "Copy MathML" 메뉴 버튼 추가
- MoniWikiFaq . . . . 1 match
'''A''': data/text/RCS 디렉토리가 있는지 확인해 보세요. RCS디렉토리가 있으면 *,v파일이 그 안에 생성되며, *,v파일은 모든 히스토리 정보를 가지는 rcs 데이타 파일입니다. --WkPark
'''Q''': .../data/text 아래에 현재 기존의 문서들을 일괄 변환해서 넣어 두었는데 이렇게 외부에서 파일 카피하는 방식으로 문서를 넣어둘 경우 .../data/text/RCS 아래에는 해당 문서의 버전정보가 남지 않습니다. 따라서 누군가 기존 문서를 마음대로 편집해도 해당 문서의 최초 상태는 알수없게 되는 경우가 생기죠. 문서이름,v 라는 파일을 함께 생성되도록 해야할 텐데 그냥 파일을 touch하는 방식으로는 안되는것 같고....뭔가 좋은 방법이 없을까요? -- [권순선]
이렇게 하면 *,v파일이 현재 디렉토리 혹은 RCS 디렉토리에 만들어지며, 이 파일을 모두 RCS에 넣고, 퍼미션을 조정하시면 됩니다. 혹시 잘못 될 경우를 대비해서, data/text디렉토리를 백업하신 후에 data/text디렉토리에서 위의 명령을 내리면 변경된 파일만 알아서 *,v파일이 업데이트 되는군요. --WkPark
'''Q''' : 최근버전으로 moniwiki를 upgrade하고 한글을 utf8인코딩으로 설정하였습니다. latex에서 \를 입력할 일이 많은데, 하나만 하면 사라지고 꼭 두 개를 입력해야 하나가 남습니다. 그나마 한 번 수정하려고 들면 모든 \에 \를 하나씩 더 붙여서 \\로 만들어야 겨우 원상유지가 됩니다. 어떤문제일까요?
= LaTeX 이나 gnuplot 설정은 어떻게 하나요? =
'''Q''': 모니위키를 Mac 에 설치해서 사용하고 있습니다. #!latex 명령이 되게 하려면 어떠한 설정을 해주어야 하나요?
'''Q''': [http://chemie.skku.ac.kr/wiki/wiki.php/MoniCalendar MoniCalendar]를 사용하고 있습니다. event라는 위키 페이지를 만들어서 일정을 넣은 다음 MoniCalendar로 읽는데, MoniCalendar가 보여줄 때는 위키 문법이 적용되지 않고, 그냥 plain text로 보여지는군요. 예를 들어서 attachment로 해서 올리면 링크가 걸려야 하는데, 그냥 attachment라고 보입니다. 어떻게 해결할 수 있는 방법이 없을까요?
'''A''': 일단 EditTextForm 페이지를 만드신 후
- WikiSandBox . . . . 1 match
Some section one text. More section one text. More section one text.
More section one text. More section one text. More section one text. More section one text.
Here is a link to the page titled: BizarStructuredText
And here is another line of text. Incidentally, you might want to do one
== Single line LaTeX ==
{{{#!latex
this is a latex
- 모니위키 팁 . . . . 1 match
{{{{font:18px 궁서}sample text }}} # 폰트 모양 변경
{{{{font-family:궁서}sample text }}} # 폰트 변경
{{{{font-size:30px}sample text }}} # 크기 변경
{{{{color:red}sample text }}} # 색 변경
"awk","docbk","diff","html","tex","vim",
=== ["모니위키에서 LaTeX 표현 방법"] ===
Found 7 matching pages out of 1230 total pages (0 pages are searched)
You can also click here to search title.