對於我寫的gcc cheatsheet,我想創建一個表,它應該描述gcc如何解釋不同的文件結尾。我創建至今被定義爲表如下:如何使列寬度最寬?
|======================================================================
|.c |C source code which must be preprocessed.
|.i |C source code which should not be preprocessed.
|.h |C header file to be turned into a precompiled header.
|.s |Assembler code.
|other |
An object file to be fed straight into linking. Any file name with no
recognized suffix is treated this way.
|======================================================================
我的問題是,表格跨越的總頁面寬度,但我想的是,每列僅是一樣寬,它的最大項,該表只會根據需要展開。