秦氏家谱的历次修谱

栏目:资讯发布:2023-09-27浏览:4收藏

秦氏家谱的历次修谱,第1张

盖闻根深者枝茂源远者流长凡子孙绳绳子孙千亿皆祖宗德泽所遗也故为子孙者宜立家谱树墓志以溯根源之所自吾祖自历下迁居年远而祖益蕃家谱墓志概未之修尝深憾焉幸哉弟豳等以护茔地十有馀亩倡率子侄协力耕种开其财源积蓄数载磨刻碑石尊祖敬宗於去岁十月间两茔均树墓志兼重修济南府老茔碑碣又共议於余曰墓志虽立而左昭右穆先人之名字俱未之载不如敬修家谱以广其传余想谱牒之重於天下尚矣以彰先人之德以笃宗族之谊以贻後嗣之谋若迟延不修阅世旣久坟墓虽存支派已迷至於羣然杂遝茫然其先人之名号者比比也余因是嘱侄尚义等於九支内详人之事迹序子弟之名次询其母族志其妻族尊卑长幼羣登於谱分支绘图瞭如指掌数年後子孙名字各续於后庶可以歴久远。

道光十七年岁次丙申夏月

六世孙秦世荣 敬撰

侄 秦岫 秦崶 谨志

孙 秦尚义 敬书 中华民国二十五年闰三月十四日重修

敬撰: 十世孙 秦大智

谨志: 十一世孙 秦玳声

敬书: 十二世孙 秦宝华

用 TikZ 可以

效果:

效果

代码:

\documentclass{standalone}

\usepackage{ctex}

\usepackage{pifont} %\ding

\usepackage{tikz}

\usepackage{color}

\usetikzlibrary{positioning} % 相对放置 of

\usetikzlibrary{calc} % 计算两个节点

\usetikzlibrary{bending}

\usetikzlibrary{arrowsmeta}

\begin{document}

\begin{tikzpicture}

\node (a) at (0,0)     {少典};

\node (b0) [right=of a] {\textcolor{red}{\ding{172}}};

\node (b) [right=-05em of b0] {轩辕};

\node (c) [right=of b] {昌意};

\node (d0) [right=of c] {\textcolor{red}{\ding{173}}};

\node (d) [right=-05em of d0] {颛顼高阳};

\node (e) [right=of d] {穷蝉};

\node (de) at ($(d)!05!(e)$) {};

\node (de1) [above=1ex of de] {};

\node (de2) [below=1ex of de] {};

\node (f) [right=of e] {敬康};

\node (g) [right=of f] {句望};

\node (h) [right=of g] {娇牛};

\node (i) [right=of h] {瞽叟};

\node (j0) [right=of i] {\textcolor{red}{\ding{177}}};

\node (j) [right=-05em of j0] {虞舜};

\node (ij) at ($(i)!05!(j0)$) {};

\node (k) [right=of j] {商均};

\node (e1) [above=1ex of e] {鲧};

\node (e2) [below=1ex of e] {女修};

\node (f10) [right=of e1] {\textcolor{red}{\ding{178}}};

\node (f1) [right=-05em of f10] {禹};

\node (j1) [below=1ex of j0] {象};

\node (l) [below=6ex of c] {青阳玄嚣};

\node (m) [right=of l] {蝺极};

\node (n0) [right=of m] {\textcolor{red}{\ding{174}}};

\node (n) [right=-05em of n0] {喾高辛};

\node (o0) [right=of n] {\textcolor{red}{\ding{175}}};

\node (o) [right=-05em of o0] {挚};

\node (bc) at ($(b)!05!(c)$) {};

\node (no) at ($(n)!05!(o0)$) {};

\node (o10) [above=1ex of o0] {\textcolor{red}{\ding{176}}};

\node (o1) [right=-05em of o10] {尧};

\node (o2) [below=1ex of o0] {契};

\node (o3) [below=1ex of o2] {后稷};

\node (ctrl1) at ($(f)!01!(g)$) {};

\node (ctrl2) at ($(o3)!05!(j0)$) {};

\draw (de) |- (e1)

    (de) |- (e2)

    ($(de)-(0,5em)$) -- ($(de)+(0,5em)$)

    (ij) |- (j1)

    ($(ij)-(0,5em)$) -- ($(i)!05!(j0)$)

    (bc) |- (l)

    ($(bc)-(0,5em)$) -- ($(b)!05!(c)$)

    (no) |- (o10)

    (no) |- (o2)

    (no) |- (o3)

    ($(no)-(0,5em)$) -- ($(no)+(0,5em)$);

\path (a) edge (b0)

    (b) edge (c)

    (c) edge (d0)

    (d) edge (e)

    (e) edge (f)

    (f) edge (g)

    (g) edge (h)

    (h) edge (i)

    (i) edge (j0)

    (j) edge (k)

    (e1) edge (f10)

    (l) edge (m)

    (m) edge (n0)

    (n) edge (o0)

;

\draw [red] (b0) to[bend left=50] (d0)

    (d0) to[bend right=30] (n0)

    (n0) to[bend right=30] (o0)

    (o0) to (o10);

\draw [red] (o10)  controls (ctrl1) and (ctrl2)  (j0);

% (o10) to[bend left=10] (j0);

\draw[red, arrows={-Stealth[inset=0pt, length=10pt, angle'=30]}] (j0) to[bend right] (f1);

\end{tikzpicture}

\end{document}

意思是把家里的成员,用列表的形式写出来。不需要画画,是小学生作业。

家谱,或称族谱,是一种以表谱形式,记载一个以血缘关系为主体的家族世系繁衍和重要人物事迹的特殊图书体裁。家谱图是将家谱列出图示的一种结构图。

家谱图可分为三类,基本家谱图、距离家谱图、细节家谱图。在实际应用中,咨询员头脑中应该有这样一个框架,即家谱图可以反映家庭结构的基本状况,也可以反映家庭成员之间的关系模式,还能够将发生在家庭中的一些生活事件等放在家谱图的框架中。

秦氏家谱的历次修谱

盖闻根深者枝茂源远者流长凡子孙绳绳子孙千亿皆祖宗德泽所遗也故为子孙者宜立家谱树墓志以溯根源之所自吾祖自历下迁居年远而祖益蕃家谱墓...
点击下载
热门文章
    确认删除?
    回到顶部