From 124a6d8a33da78fa1243ed3b058c032d0c0e18e5 Mon Sep 17 00:00:00 2001 From: hardroadcrush <130765493+hardroadcrush@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:11:55 -0900 Subject: [PATCH] Update maintext-FS-2.html Formatted it to hopefully fit in the half-screen that it's displayed in. Can someone tell me how i can be sure it fill fit ? (so there is no need to scroll sideways) --- tutorials/online/maintext-FS-2.html | 33 ++++++++++++++++------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/tutorials/online/maintext-FS-2.html b/tutorials/online/maintext-FS-2.html index 6ed2f4b..ad3c941 100644 --- a/tutorials/online/maintext-FS-2.html +++ b/tutorials/online/maintext-FS-2.html @@ -15,7 +15,7 @@
In this lesson, we take a look at the Alloy interface itself. We will walkthrough the basics of how to execute a - command to check an Alloy model and how to interpret the + command, check an Alloy model for correctness and interpret the results. We will continue to use our running sample model of a File system, and execute the check statements to verify @@ -33,9 +33,10 @@


In general, once you make a change to the model and want to see its effect on a run or a check, - just execute that command again. You do not need to click save first, since - the Alloy Analyzer will always use the text editor's version rather than - the version on disk.
+ just execute that command again. You do not need to click save first, + since the Alloy Analyzer will always use the text editor's version + rather than the version on disk.We'll see an example of visualizing a solution next.
@@ -131,8 +133,8 @@You can make the visualization more readable by customizing the layout. You do this by clicking the "Theme" button from the toolbar. You can adjust what relations and sets are shown, and the style of - their presentation. Here is a cleaner customization by clicking on the "contents" - relationship and setting its "Show as Arc" checkbox to false.
+ their presentation. Here is a cleaner customization by clicking + on the "contents" relationship and setting its "Show as Arc" checkbox to false. 

Or, with some minor customizations (by setting Dir to be blue parallelograms), we get the much more readable:
+Or, with some minor customizations (by setting Dir to be blue + parallelograms), we get the much more readable:
