Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{kotex}
\newcommand{\mx}[1]{\mathbf{\bm{#1}}} % Matrix command  
\newcommand{\vc}[1]{\mathbf{\bm{#1}}} % Vector command
\newcommand{\T}{\text{T}}                % Transpose
\pagestyle{empty}
\begin{document}

Now when you edit the latex macro you will be able to use the additional packages and they will be displayed correctly on the confluence pagethe package has been added and referenced for use, you will now need to go through every page that uses the Latex macro and press Edit on the page and then Publish the page. This will cause the Latex macro to re-render the content and as a result will also use the new packages.

Info

Due to the above a Restart is not required.

For example below shows using Korean within the latex macro:

...