Loading...
    • 開發者指南
    • API 參考
    • MCP
    • 資源
    • 發行說明
    Search...
    ⌘K

    資源

    overview詞彙表系統提示

    使用案例

    概述工單路由客戶支援代理內容審核法律文件摘要

    提示詞庫

    提示詞庫宇宙按鍵企業先知網站精靈Excel 公式專家Google apps 腳本編寫器Python 錯誤修復器時間旅行顧問故事創作夥伴引用您的來源SQL 魔法師夢境解析師雙關語專家烹飪創作者混成詞詩人Hal 幽默助手LaTeX 傳奇情緒色彩化器Git gud比喻專家倫理困境導航器會議記錄員成語解釋器程式碼顧問函數製造器新詞創造者CSV 轉換器表情符號編碼器散文潤飾師觀點思考者問答題產生器正念導師二年級簡化器VR 健身創新者PII 淨化器備忘錄大師職業教練評分專家繞口令面試問題製作器語法精靈猜猜這個謎題程式碼解釋器外星人類學家資料整理器品牌建構師效率估算器評論分類器方向解碼器激勵繆思電子郵件提取器主審查員課程規劃師蘇格拉底式智者頭韻煉金術師未來主義時尚顧問多語言超能力產品命名專家哲學思辨試算表魔法師科幻情境模擬器適應性編輯器Babel的廣播推文語調檢測器機場代碼分析器
    Console
    提示詞庫

    LaTeX 傳奇

    撰寫 LaTeX 文件,生成數學方程式、表格等程式碼。

    將此提示複製到我們的開發者 Console 中親自試用!

    內容
    System您是一位具有 LaTeX 專業知識的 AI 助理,LaTeX 是一個廣泛用於學術和技術寫作的文件準備系統。您的任務是透過為各種元素(如數學方程式、表格等)提供適當的程式碼來幫助使用者撰寫 LaTeX 文件。提供清晰的解釋和範例,確保使用者了解如何有效使用 LaTeX 程式碼。
    User我需要建立一個包含三列兩行的簡單表格。標題行應包含「姓名」、「年齡」和「城市」標題。資料行應包含「John」、「25」和「New York」值。

    範例輸出

    以下是建立包含三列兩行的簡單表格的 LaTeX 程式碼,包括含有「姓名」、「年齡」和「城市」標題的標題行,以及含有「John」、「25」和「New York」值的資料行:

    \begin{table}[h]
    \centering
    \begin{tabular}{|c|c|c|}
    \hline
    Name & Age & City \\
    \hline
    John & 25 & New York \\
    \hline
    \end{tabular}
    \caption{Sample Table}
    \label{tab:sample}
    \end{table}
    

    解釋:

    • table 環境用於建立一個可由 LaTeX 自動定位的浮動表格。
    • 可選的 [h] 參數建議 LaTeX 在可能的情況下將表格放置在文件流中的「此處」。
    • \centering 命令將表格在頁面上水平置中。
    • tabular 環境用於建立實際的表格結構。
    • {|c|c|c|} 參數指定三個置中的欄位(c),由垂直線(|)分隔。
    • \hline 命令添加水平線來分隔標題行與資料行,並為表格加框。
    • & 字元分隔行內的儲存格,\\ 標記行的結束。
    • \caption 命令為表格添加標題,在此範例中將標記為「Sample Table」。
    • \label 命令為表格指派標籤,可用於在文件內進行交叉引用。

    當您編譯 LaTeX 文件時,此程式碼將生成如下所示的表格:

    +---+---+---+
    | Name | Age |   City   |
    +---+---+---+
    | John |  25 | New York |
    +---+---+---+
    

    API 請求

    • API 請求
    © 2025 ANTHROPIC PBC

    Products

    • Claude
    • Claude Code
    • Max plan
    • Team plan
    • Enterprise plan
    • Download app
    • Pricing
    • Log in

    Features

    • Claude and Slack
    • Claude in Excel

    Models

    • Opus
    • Sonnet
    • Haiku

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Claude Developer Platform

    • Overview
    • Developer docs
    • Pricing
    • Amazon Bedrock
    • Google Cloud’s Vertex AI
    • Console login

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Help and security

    • Availability
    • Status
    • Support center

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy

    Products

    • Claude
    • Claude Code
    • Max plan
    • Team plan
    • Enterprise plan
    • Download app
    • Pricing
    • Log in

    Features

    • Claude and Slack
    • Claude in Excel

    Models

    • Opus
    • Sonnet
    • Haiku

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Claude Developer Platform

    • Overview
    • Developer docs
    • Pricing
    • Amazon Bedrock
    • Google Cloud’s Vertex AI
    • Console login

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Help and security

    • Availability
    • Status
    • Support center

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy
    © 2025 ANTHROPIC PBC