[Insert] Aurora pseudocode, tables and formulas in the word

When writing papers, we often need to demonstrate the algorithm in the form of pseudo-code, we all know that latex can help us generate a nice pseudo-code format, but in the word how do we join it?

Aurora can use the plug-in implementation. Latex in word

1. Insert pseudocode
click inserted in Word2016 -> Object -> select Aurora Equation

Aurora opens the formula editor box in which to write:

\ renewcommand {\ thealgorithm. 1} {}
\} algorithm the begin {[H] 
\ {Caption ************************************************************ } ************* 
\ label ABCLFRS {}
\} Algorithmic the begin {[. 1] 
\ the Require {S, $ \ $ the lambda, T, K} 
\ Ensure® {$ \ mathbf {W} {222} $} _ \\ 
\ textbf the initialize {}: the Set $ \ mathbf {W} = 0 _1 $ 
\ $ the For T = {1,2, ..., T} $ 
\ $ A_T the Choose State \ Subset [ m] $
\ EndFor
\ Algorithmic End {} 
 
\} End {algorithm
and packages option in the menu Properties in the edit box as used in the card fill package:

\ usepackage {amsmath}
\ usepackage {amssymb}
% \ usepackage {Euler}
\ providecommand {\ ABS} [. 1] {\ left \ lvert #. 1 \ right \ rvert}
\ providecommand {\ NORM} [. 1] {\ left \ lVert #. 1 \ right \ rVert}
\ usepackage {BBM}
\ usepackage {CJK}
\ usepackage {listings}
\ usepackage {xcolor}
\ usepackage {listings}
\ usepackage {amsmath, BM, the graphicx, MultiRow, BM, BBM, amssymb, psfrag, algorithm, subfigure, Color, mdframed, wasysym, subeqnarray, MULTICOL}
 
\ usepackage {algorithm}
\ usepackage {algpseudocode}
\ usepackage {amsmath}
\ renewcommand {\ algorithmicrequire} {\ textbf {the Input:}}
\ renewcommand {\ algorithmicensure } {\ textbf {Output:} }
 last Refresh about, you can get a final pseudo-code, as shown below:

2. Insert a table
 Suppose you need to convert latex into the following word in, do not want to change the layout, it can be easily help you achieve by Aurora.

Recommended excel into a latex of excel plugin: https: //ctan.org/tex-archive/support/excel2latex/

\ the begin {Table}
    \ centering
    \ the begin {Tabular} {| L | C | C |} \ hline
        the Setting & \ multicolumn {2} {C |} {A4 size Paper} \\\ hline
        & mm & inches \\
        Top & 25 & 1.0 \\
        Bottom & 25 & 1.0 \\
        Left & 20 is & 0.8 \\
        Right & 20 is & 0.8 \\
        the Column the Width & 82 & 3.2 \\
        the Column Spacing in the &. 6 & 0.25 \\\ hline
    \ End {Tabular}
    \ Caption {Margin Settings for A4 size Paper}
\ End {Table}
will above latex Ctrl + c to copy the code, find the word Aurora tab, select paste from tex option.

3. Insert a formula
recommended by a software here Mathpix, this software can be directly shot, the picture is automatically converted to latex formula code so we can directly approach the same as above, the latex into the code word in.

The word into effect as follows: 

Thumbs up
1 ----------------
Disclaimer: This article is the original article CSDN bloggers "CallMeJacky", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/zyxhangiian123456789/article/details/98615124

Published 74 original articles · won praise 337 · Views 1.3 million +

Guess you like

Origin blog.csdn.net/kebu12345678/article/details/103737497