zoukankan      html  css  js  c++  java
  • latex base

    egin{compactitem}
        item a
        item b
    end{compactitem} 
    
    egin{compactenum}[(1)]
        item functions
        item egin{compactenum}[(i)]
            item functions
            item functions
            end{compactenum}
        item functions
        item functions
    end{compactenum}
    
    egin{compactdesc}
        item [-1] functions
        item [0]  functions
        item [INF] functions
    end{compactdesc}
    
    
    %insertImage{width=0.2linewidth,images/x.pdf}
    
    
    %,width=0.3linewidth,outputpdffilename,%PreComPileTex%Begin
    input{latexlib/prefile.tex}
    geometry {papersize={150mm, 640mm} ,left=1mm, right=1mm, top=1mm, bottom=1mm }
    egin{document}
    	hispagestyle{empty}
    includegraphics[width=linewidth]{../images/yourimage.pdf}
    end{document}
    %PreComPileTex%End
    
    
    egin{center}
    
    esizebox{3cm}{!}{
    egin{minipage}{180mm}
    includecode[plain]{plainText/astartshow.txt}
    end{minipage}
    }
    end{center}
    
    iffalse
    fi
    
    
    group                                  %在局部中改变环境,以免影响其他地方。
        defarraystretch{1.2}               %表格行间距
        setlength	abcolsep{6pt}            %表格列间距
        setlength{arrayrulewidth}{0.2mm}   %线宽度
        egin{table}[!h]
        centering    %表格居中
            definecolor{radicalred}{rgb}{1.0, 0.21,0.37}
            definecolor{schoolbusyellow}{rgb}{1.0, 0.85,0.0}
            definecolor{trueblue}{rgb}{0.0, 0.45,0.81}
            definecolor{yellowgreen}{rgb}{0.6, 0.8,0.2}
            definecolor{veronica}{rgb}{0.63, 0.36,0.94}
            egin{tabular}{|M{1.3cm}| M{1.3cm}|M{1.3cm}| M{1.3cm}|M{1.3cm}| M{1.3cm}|M{1.3cm}|}
                  hline
                   &  1  &  2 &  3 &  4 &  5 &  6\
                  hline
                1  &  cellcolor{yellowgreen}{0}  &  1  &  &  3  & 3   & \
                  hline
                2  &     &  0 &  cellcolor{yellowgreen}{2}  &  3  &  3  & 3  \
                  hline
                3  &     &    &  0 &  3  &  3  & 3  \
                  hline
                4  &     &    &    &  0 & cellcolor{yellowgreen}{4}   &  \
                  hline
                5  &     &    &    &    &  0 & 5  \
                  hline
                6  &     &    &    &    &    &  cellcolor{yellowgreen}{0} \
                 hline
                end{tabular}
        end{table}
    egroup
    
    
  • 相关阅读:
    0841. Keys and Rooms (M)
    0478. Generate Random Point in a Circle (M)
    0714. Best Time to Buy and Sell Stock with Transaction Fee (M)
    0535. Encode and Decode TinyURL (M)
    1721. Swapping Nodes in a Linked List (M)
    0823. Binary Trees With Factors (M)
    1461. Check If a String Contains All Binary Codes of Size K (M)
    0623. Add One Row to Tree (M)
    1332. Remove Palindromic Subsequences (E)
    0706. Design HashMap (E)
  • 原文地址:https://www.cnblogs.com/Searchor/p/14200754.html
Copyright © 2011-2022 走看看