代数几何教皇Grothendick经典著作:代数几何讨论班法语原版全系列
熟知Grothendick都知道,他有代数几何三部曲:EGA、SGA、FGA。其中知名度最高的无疑是EGA和SGA,他们可以说是代数几何的圣经,是无数重要且知名概念和理论的源头。
而关于SGA,别说中文翻译了(目前我只有SGA2的中译版),就算是法语版全系列,也不好集齐,更别说还是可复制、用Latex重写过的美化版本。部分书似乎已经在网上绝迹,我也没细查。我当年也耗费了不少时间才集齐了SGA 1-7,现在分享出来给有需要或者想要收藏的人。
PS:因为文件比较大,也比较多,因此分成了四个压缩包分卷上传。
如果您要查看本帖隐藏附件请回复
弦圈热门内容
Vertically aligning CSS :before and :after content
I am trying to centre the link with the image, but can't seem to move the content vertically in any way.<h4>More Information</h4> <a href="#" class="pdf">File Name</a>The icon is 22 x 22px.pdf { font-size: 12px; } .pdf:before { padding:0 5px 0 0; content: url(../img/icon/pdf_small.png); } .pdf:after { content: " ( .pdf )"; font-size: 10px; } .pdf:hover:after { color: #000; }