调整主文件位置,适配Overleaf

merge-requests/11/head
xphi 4 years ago
parent 9f2859956c
commit 9c9d1d3eb3

@ -1,192 +0,0 @@
%# -*- coding: utf-8-unix -*-
@article {EK85,
AUTHOR = {Ed Turner and Karen Gold},
TITLE = {Rubik's groups},
JOURNAL = {\textbf{\textit{American Mathematical Monthly}}},
VOLUME = {92},
NUMBER = {9},
PAGES = {617-629},
YEAR = {1985}
}
@article {G03,
AUTHOR = {Gabriel Navarro},
TITLE = {On the fundamental theorem of finite abelian groups},
JOURNAL = {\textbf{\textit{American Mathematical Monthly}}},
VOLUME = {110},
NUMBER = {2},
PAGES = {153-154},
YEAR = {2003}
}
@article {G64,
AUTHOR = {Gert Sabidussi},
TITLE = {Vertex-transitive graphs},
JOURNAL = {\textbf{\textit{Monatshefte fur Mathematik}}},
VOLUME = {68},
NUMBER = {5},
PAGES = {426-438},
YEAR = {1964}
}
@article {BDC64,
AUTHOR = { B.A. Kennedy and D.A. McQuarrie and Jr,C.H. Brubaker },
TITLE = {Group theory and isomerism},
JOURNAL = {\textbf{\textit{Inorganic Chemistry}}},
VOLUME = {3},
NUMBER = {2},
PAGES = {265-268},
YEAR = {1964}
}
@book{U05,
title = {\textbf{\textit{International Tables for Crystallography}}},
publisher = {Springer},
year = {2005},
edition = {5th edition},
author = { Uri Shmueli},
volume={ A}
}
@book{D65,
title = {\textbf{\textit{Molecular Symmetry}}},
publisher = {D. Van Nostrand},
year = {1965},
adress={London},
author = { David S. Schonland}
}
@book{ST69,
title = {\textbf{\textit{Theory of Groups and its Application to
Physical Problems}}},
publisher = { Academic Press},
year = {1969},
author = {S. Bhagavantam and T. Venkatarayudu},
address={ New York}
}
@book{D07,
title = {\textbf{\textit{Music: a Mathematical Offering}}},
publisher = { Cambridge University Press},
year = {2007},
author = { David J. Benson},
address={Cambridge CB2 2RU, UK}
}
@book{C78,
title = {\textbf{\textit{Field Theory and its Classic Problems}}},
publisher = {Mathematical Association of America},
year = {1978},
author = { Charles Robert Hadlock},
series={Number 19 in
Carus Mathematical Monographs}
}
@book{WI64,
title = {\textbf{\textit{ Groups and their Graphs}}},
publisher = {Mathematical Association of America},
year = {1964},
author = { Wilhelm Magnus and Israel Grossman},
series={Anneli Lax New
Mathematical Library}
}
@book{HBE02,
title = {The SmallGroups library
—— a GAP package},
year = {2002},
author = { Hans Ulrich Besche and Bettina Eick and Eamonn O'Brien}
}
@book{JS03,
title = {Classification of finite abelian groups},
publisher={ Course notes available on
the World Wide Web},
year = {2003},
author = { John M. Sullivan}
}
@book{P88,
title = {\textbf{\textit{Group representations in probability and statistics}}},
publisher = { Academic Press},
year = {1988},
author = { Persi Diaconis},
address={ Institute of Mathe-
matical Statistics, Hayward, CA},
series={Institute of
Mathematical Statistics Lecture Notes——Monograph Series,11}
}
@online {J05,
AUTHOR = {Jonathan Goss},
TITLE = {Point group symmetry},
URL = {www.phys.ncl.ac.uk/staff/njpg/symmetry/},
YEAR = {2005}
}
@online {L03,
AUTHOR = {Larry Copes},
TITLE = {Representations of contra dance moves},
URL = { www.edmath.org/copes/contra/representations.html},
YEAR = {2003}
}
@online {I03,
AUTHOR = { Ivars Peterson},
TITLE = { Contra dances, matrices, and groups},
URL = {www.sciencenews.org/articles/20030308/mathtrek.asp},
YEAR = {2003}
}
@book{M91,
author = {Michael Artin},
title = { \textbf{\textit{Algebra}}},
publisher = {Prentice Hall},
address = { Englewood Cliffs, NJ},
year = {1991}
}
@book{J02,
title = {\textbf{\textit{A First Course in Abstract Algebra}}},
publisher = {Addison-Wesley},
address = { Reading, MA},
year = {2002},
edition = {seventh edition},
author = { John B. Fraleigh}
}
@book{D01,
title = {\textbf{\textit{Solved and Unsolved Problems in Number Theory}}},
publisher = {American
Mathematical Society Chelsea Publishing},
address = { Providence, RI},
year = {2001},
edition = {fourth edition},
author = { Daniel Shanks}
}
@book{J04,
title = {\textbf{\textit{Contemporary Abstract Algebra}}},
publisher = {Houghton Mifflin Company},
year = {2004},
author = { Joseph Gallian}
}
@book{E30,
title = {\textbf{\textit{Algebraic Equations, An Introduction to the Theories of Lagrange
and Galois}}},
publisher = {Columbia University Press},
year = {1930},
author = { Edgar Dehn},
adress={New York}
}

@ -1,83 +0,0 @@
%# -*- coding: utf-8-unix -*-
\documentclass[zihao=-4]{ctexbook}
\input{config}
\begin{document}
\pagestyle{empty} % 前导页无页眉页脚
%============================================================
% 封面
\input{../data/cover}
%============================================================
% 版权页
\input{../data/copyright}
\frontmatter % 从前言开始用罗马数字作为页码
%============================================================
% 前言
\input{../data/preface}
%============================================================
% 目录
\cleardoublepage
\tableofcontents
\mainmatter % 从正文开始用阿拉伯数字作为页码
\pagestyle{fancy} % 正文有页眉页脚
\setcounter{page}{1} % 正文页码从1开始
%============================================================
% 正文内容
% “网络抓包与协议分析”
\graphicspath{{../figure/chapters/wireshark/}}
\input{../data/ch_wireshark/preface}
\input{../data/ch_wireshark/sec_arp}
\input{../data/ch_wireshark/sec_ip}
\input{../data/ch_wireshark/sec_tcp}
% “基于套接字的网络程序设计”
\graphicspath{{../figure/chapters/socket/}}
\input{../data/ch_socket/preface}
\input{../data/ch_socket/sec_udp}
\input{../data/ch_socket/sec_web}
\input{../data/ch_socket/sec_smtp}
% “组网基础”
\graphicspath{{../figure/chapters/ensp/}}
\input{../data/ch_ensp/preface}
\input{../data/ch_ensp/sec_static}
\input{../data/ch_ensp/sec_rip}
\input{../data/ch_ensp/sec_ospf}
% “路由器实现”
\graphicspath{{../figure/chapters/router-openbox/}}
\input{../data/ch_router-openbox/preface}
\input{../data/ch_router-openbox/sec_switch}
\input{../data/ch_router-openbox/sec_router}
\input{../data/ch_router-openbox/sec_networking}
% “软件定义网络与网络测量”
\graphicspath{{../figure/chapters/sdn-openbox/}}
\input{../data/ch_sdn-openbox/preface}
\input{../data/ch_sdn-openbox/sec_sdn}
\input{../data/ch_sdn-openbox/sec_topo}
\input{../data/ch_sdn-openbox/sec_ns}
%============================================================
% 附录
\appendixes
% 速查手册
\graphicspath{{../figure/appendixes/cheat_sheet/}}
\input{../data/appendix/cheat_sheet}
% 华为网络仿真平台eNSP简介
\graphicspath{{../figure/appendixes/ensp/}}
\input{../data/appendix/ensp}
% FAST平台介绍与操作说明手册
\graphicspath{{../figure/appendixes/fast/}}
\input{../data/appendix/fast}
\end{document}

@ -0,0 +1,83 @@
%# -*- coding: utf-8-unix -*-
\documentclass[zihao=-4]{ctexbook}
\input{config/main}
\begin{document}
\pagestyle{empty} % 前导页无页眉页脚
%============================================================
% 封面
\input{data/cover}
%============================================================
% 版权页
\input{data/copyright}
\frontmatter % 从前言开始用罗马数字作为页码
%============================================================
% 前言
\input{data/preface}
%============================================================
% 目录
\cleardoublepage
\tableofcontents
\mainmatter % 从正文开始用阿拉伯数字作为页码
\pagestyle{fancy} % 正文有页眉页脚
\setcounter{page}{1} % 正文页码从1开始
%============================================================
% 正文内容
% “网络抓包与协议分析”
\graphicspath{{figure/chapters/wireshark/}}
\input{data/ch_wireshark/preface}
\input{data/ch_wireshark/sec_arp}
\input{data/ch_wireshark/sec_ip}
\input{data/ch_wireshark/sec_tcp}
% “基于套接字的网络程序设计”
\graphicspath{{figure/chapters/socket/}}
\input{data/ch_socket/preface}
\input{data/ch_socket/sec_udp}
\input{data/ch_socket/sec_web}
\input{data/ch_socket/sec_smtp}
% “组网基础”
\graphicspath{{figure/chapters/ensp/}}
\input{data/ch_ensp/preface}
\input{data/ch_ensp/sec_static}
\input{data/ch_ensp/sec_rip}
\input{data/ch_ensp/sec_ospf}
% “路由器实现”
\graphicspath{{figure/chapters/router-openbox/}}
\input{data/ch_router-openbox/preface}
\input{data/ch_router-openbox/sec_switch}
\input{data/ch_router-openbox/sec_router}
\input{data/ch_router-openbox/sec_networking}
% “软件定义网络与网络测量”
\graphicspath{{figure/chapters/sdn-openbox/}}
\input{data/ch_sdn-openbox/preface}
\input{data/ch_sdn-openbox/sec_sdn}
\input{data/ch_sdn-openbox/sec_topo}
\input{data/ch_sdn-openbox/sec_ns}
%============================================================
% 附录
\appendixes
% 速查手册
\graphicspath{{figure/appendixes/cheat_sheet/}}
\input{data/appendix/cheat_sheet}
% 华为网络仿真平台eNSP简介
\graphicspath{{figure/appendixes/ensp/}}
\input{data/appendix/ensp}
% FAST平台介绍与操作说明手册
\graphicspath{{figure/appendixes/fast/}}
\input{data/appendix/fast}
\end{document}
Loading…
Cancel
Save