CalcTree Help Pages
  • What is CalcTree?
  • Getting started
    • CalcTree Pages
    • Create a CalcTree Page
    • Add a calculation
    • Collaborate with a colleague
  • Calculations
    • Parameters
      • Math formulas
        • Parameter Data Types
        • Native Functions
          • Arithmetic Functions
          • Trigonometric Functions
          • Logical & Comparison Functions
          • Matrix & Vector Functions
          • Probability & Combinatorics Functions
          • Statistical Functions
          • String Functions
          • Utility Functions
          • Other Native Functions
        • Valid Expression Syntax
      • Supported Units
      • Dropdown List Parameters
        • Linking CSV Data to Dependent Dropdowns in CalcTree
      • Parameter Settings
    • Integrations
      • Python in CalcTree
        • Adding a Python Source
        • Defining Parameters in Python
        • Referencing Other Parameters in Python
        • Working with Units in Python
        • Creating Tables and Visuals in Python
        • Consuming Files in Python
        • Using Pre-installed Python Libraries
      • Spreadsheets [Coming Soon!]
      • File Upload
        • CSV files
      • 3rd Party Software Plugins
        • Excel
        • Grasshopper
        • ETABS [v20 & v21]
        • ETABS [v22]
        • SAP 2000
        • CSI Bridge [v26]
    • Templates [Coming Soon!]
    • Optimising your calculations
  • Pages & Reports
    • CalcTree Documents
    • Static content
    • Parametric content
      • Parametric equation
      • Inputs
      • Outputs
  • Export to PDF
  • API
    • GraphQL API
      • Generating an API key
      • Queries
        • GetCalculation
        • Calculate
      • Examples
        • Bulk calculations with Python
  • Collaborate
    • Add members
    • Review and approval
    • Add stakeholders
  • Administrate
    • CalcTree Workspace
    • Versioning and Audit trail
  • CalcTree for System Administrators
Powered by GitBook
On this page
  • Text
  • Lists
  • Layout elements
  • LaTeX Equations
  • Code block
  • Images
  • Drag and dropping content elements
  1. Pages & Reports

Static content

Learn how to write content on CalcTree documents

PreviousCalcTree DocumentsNextParametric content

Last updated 4 months ago

The CalcTree document generally represents:

  • Static content, such as text and images, and

  • Parametric content such as calculated charts, that can update in response to calculation results

On this page we explain different content formats available in the document editor. To learn how to make things parametric, continue to the .

You can access various content elements by typing / , and then selecting from options that appear in the slash menu:

If you keep typing after / the menu gets filtered based on what you type, so that you find things more easily.

Text

Text formats includes regular paragraphs, and three levels of headings. You can access regular text formatting options and hyperlinking feature after highlighting some text:

Lists

Lists include Bulleted list, Numbered list, Check list, and Toggle list:

Layout elements

Layout elements help lay out the document in a readable fashion. Columns and Grids are two available layout elements:

LaTeX Equations

LaTeX Equations allow you type LaTeX syntax to generate static math notation. They come in inline and block formats:

Code block

You can represent a snippet of code in various programming languages using the Code block. Appropriate formatting will be applied based on the corresponding programming language:

Images

You can add images of various formats to your document, either through the slash menu or by dropping an image file on the document area. You can use side handles to resize the image. You can also add optional captions to images:

You can paste an image from clipboard using ctrl + v (command + v on Mac)

Drag and dropping content elements

You drag and drop content element bu mouse to reorder elements on the document. There is a handle to the left of most elements that appears on hover and you can use for dragging by mouse:

Click to learn more about supported LaTeX syntax in CalcTree

here
next page