본문 바로가기

[IT/Programming]/HTML related

HTML docuK format ver. 2.1, short copiable version (2023-05-30)

반응형

HTML docuK format ver. 2.1 short copiable version (2014-06-25)

개인적으로 만들고 있는 LaTeX 비슷한 형태의 HTML document format + JavaScript. 이름은 그냥 docuK로 'document designed by kipid'란 뜻.
When you write the HTML document including docuK document also, using good editors such as Sublime Text editor with Emmet (ex-Zen Coding) package installed is highly recommended. Try useful shortkeys 'Ctrl+D' (Multiple Selections and Simultaneous Multiple Edit. 'Ctrl+K, D': skip the current selection. 'Ctrl+U': soft undo. 'Ctrl+Shift+U': soft redo.), 'Ctrl+P' (Go to Anything. 'Ctrl+R':go to Symbols (id). 'Ctrl+G':go to Line.), and emmet style typings (Watch the demo video in the link).

Posting History

  • 2014-??-??: First Posting.

Table of Contents

section

citing the reference

subsection

subsubsection

citing the reference

Equations, Figures, and Code printing

Equation

equations: g(a).   사용: $f(x)$ $= x^4$ $+ 3 x^3$ $- 8 x^2$ $+ x$ $- 5$, and   사용: $f(x)$ $= x^4$ $+ 3 x^3$ $- 8 x^2$ $+ x$ $- 5$, dollar 표시로만 구분: $f(x)$$= x^4$$+ 3 x^3$$- 8 x^2$$+ x$$- 5$, and 구분없이: $f(x)= x^4+ 3 x^3- 8 x^2+ x- 5$. f(x) Refering equations

Comment/BeCareFul box

This is cmt box.
This is cmt box.
This is cmt box.
This is bcf box.
This is bcf box.
This is bcf box.

Figures

border formatting.
Elements with disableQ0 class remove <!-- --> inside them only when deviceWidth>321. This is for Galaxy S (or old smartphones) problem like unexpected scrollTop.
iframe youtube 동영상 with fixed ratio. And border formatting
Refering figures

Printing code

Syntax Highlighting of Programming Codes. Code to be printed is here.

		
			
			

Opening Sources

docuK CSS style


	

docuK HTML document


	

docuK SCRIPT (JavaScript including jQuery, MathJax, and Google code prettyfier)


	
반응형