\documentclass[a4paper,12pt]{article}
\usepackage[left=1.3cm, right=1.3cm, top=1.5 cm, bottom=1.2cm] {geometry}
\usepackage[pdftex]{graphicx}
\usepackage{caption}
\usepackage{subfigure}
\usepackage{float}
\usepackage[table,xcdraw]{xcolor}
\usepackage{epstopdf,caption,subfigure}
\usepackage{refstyle}
\usepackage{microtype} % For justification
\usepackage{t1enc}
\usepackage{pgfgantt}
\usepackage{lipsum} % just for dummy text, remove in your own document
\usepackage{geometry} % to change margins
\usepackage{pdflscape} % provides the landscape environment
\usepackage{ragged2e} % provides \RaggedLeft
\usepackage{amsmath,multirow,float,setspace,indentfirst}
\doublespacing
% below are for flow chart
\usepackage{tikz}
\usepackage{todonotes}
\usepackage{ragged2e}
\justifying
\usetikzlibrary{shapes.geometric, arrows}
\usetikzlibrary{shapes.callouts}
\usetikzlibrary{decorations.text}
\usetikzlibrary{arrows,calc,positioning}
\tikzstyle{intt}=[draw,text centered,minimum size=6em,text width=5.25cm,text height=0.34cm,fill=blue!30]
\tikzstyle{intl}=[draw,text centered,minimum size=2em,text width=2.75cm,text height=0.34cm]
\tikzstyle{int}=[rectangle,rounded corners,minimum size=2.5em,text centered,text width=3.5cm]
\tikzstyle{intg}=[draw,minimum size=3em,text centered,text width=6.cm,fill=orange!30]
\tikzstyle{sum}=[draw,shape=circle,inner sep=2pt,text centered,node distance=3.5cm]
\tikzstyle{summ}=[drawshape=circle,inner sep=4pt,text centered,node distance=3.cm]
\tikzstyle{startstop} = [rectangle, rounded corners, minimum width=3cm,minimum height=1cm,text centered, draw=black, fill=blue!50]
\tikzstyle{io} = [trapezium, trapezium left angle=70, trapezium right angle=110, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=blue!30]
\tikzstyle{process} = [rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=orange!30]
\tikzstyle{decision} = [diamond, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=green!30]
\tikzstyle{arrow} = [thick,->,>=stealth]
\begin{document}
\begin{equation} \label{eq:funcao_dif}
E_{i}\,I_{i}\,\frac{\partial ^4\,Y_{i}(\bar{x},t)}{\partial\bar{x}^4}+\rho_{i}\,A_{i}\frac{\partial ^2\,Y_{i}(\bar{x},t)}{\partial t^2}=\sum_{j=1}^{n}\,k_{j,l}\big(Y_{i}(\bar{\zeta}_{j},t))\,\bar{\delta}(\bar{x}-\bar{\zeta_{j}})+k_{j,r}\big(\frac{\partial Y_{i}(\bar{\zeta}_{j},t)}{\partial \bar{x}}\big)\,\bar{\delta}'(\bar{x}-\bar{\zeta_{j}})
\end{equation}
The solution of the \eqref{eq:funcao_dif}
\end{document}
我知道我有很多软件包,我正在写一篇技术论文,我需要数学软件包。现在我有一个方程式,我想给它贴上标签,但不起作用\eqref
。这个问题已经在论坛上得到解答了,但我不知道哪些软件包之间会产生冲突?我还想知道哪些软件包最适合撰写期刊论文